[Wow-Robot] Making stealth work menu

Shout-Out

User Tag List

Results 1 to 2 of 2
  1. #1
    Chz420's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Wow-Robot] Making stealth work

    Code:
    using System;
    using System.Threading;
    public class CustomClass
    {
        float RangeTemps = 0;
    
        public float Range { get { return RangeTemps; } }
        public void Initialize()
        {
            LoadSpell();
    
            while (API.Bot.IsLaunchedBot)
            {
                Fight();
                Buff();
                Thread.Sleep(100);
            }
        }
    
        Struct.Spell Stealth = new Struct.Spell();
        Struct.Spell CheapShot = new Struct.Spell();
    
    public void LoadSpell()
        {
            Stealth.Name = "Stealth";
            Stealth.Cooldown = 10;
    
            CheapShot.Name = "Cheap Shot";
            CheapShot.Cooldown = "15";
            CheapShot.Range = "1";
       }
        
    public void Fight()
        {
    
            if (!Stealth.HaveBuff())
                    {
                        Stealth.Launch();
                    }
    
            if (API.Bot.IsLaunchedBot && API.Info.PlayerInfo.IsFight && !API.Info.PlayerInfo.IsDied)
            {
                          
                if (Stealth.HaveBuff())
                {
                    if (CheapShot.isReady() && API.Info.TargetInfo.Get_Distance < CheapShot.Range)
                    {
                        CheapShot.Launch();
                    }
                }
            }
        }
    For anybody making a custom class

    For use with Wow-Robot

    And for anybody who notices, you CAN use this as a buff spell by simply inserting
    Code:
     public void Buff()
        {
            if (API.Bot.IsLaunchedBot && !API.Info.PlayerInfo.isMounted)
            {
                         if (API.Info.PlayerInfo.IsDied)
                        {
                             Stealth.Reset();
                         }
                else
                {
                    if (!Stealth.HaveBuff())
                    {
                        Stealth.Launch();
                    }
                }
            }
        }
    And yes, you can replace cheapshot with pounce
    Last edited by Chz420; 10-05-2009 at 09:55 PM.


    [Wow-Robot] Making stealth work
  2. #2
    nbk_cord's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last time i checked there wasn't too many class config's in wow-robot forums so i gave up on my rogue i suck at C++ or C# w/e rival uses :P thanks for this setup though im not so sure its supposed to be here :? maybe in wow guides? +rep anyways thanks

Similar Threads

  1. [SQL] 2.4.3 wow-server - can't make it work
    By Hekora in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 01-02-2013, 06:39 PM
  2. WoW Nude Patch (Real & Working)
    By Cypher in forum World of Warcraft Exploits
    Replies: 126
    Last Post: 07-06-2007, 12:55 AM
  3. WoW Dupe? Finally it works
    By Simy in forum World of Warcraft General
    Replies: 29
    Last Post: 10-02-2006, 02:30 AM
  4. A new form of making money! WORKS GREAT
    By Cade in forum World of Warcraft Guides
    Replies: 14
    Last Post: 08-08-2006, 03:34 PM
  5. WoW Glider, key not working?
    By Shadowman2418 in forum World of Warcraft General
    Replies: 3
    Last Post: 07-28-2006, 03:49 AM
All times are GMT -5. The time now is 09:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search