WTB Help with a plugin 0 tip. menu

User Tag List

Results 1 to 1 of 1
  1. #1
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WTB Help with a plugin $100 tip.

    Hi guys, so basically im using this plugin for using a spell that requires you to click the ground to place it for eg; Heroic Leap.

    It allows me to use a specific macro ingame and it will automatically Heroic Leap to Target, Focus or My position. So what im wondering is can someone help me out with having the exact same plugin BUT have it place my spell exactly 30yrds in front of me.

    Heres the plugin i edited to make my Demo/Mocking Banner and Heroic Leap automatically be placed on my target by running HB/Plugin and using this macro ingame --> /script warriorNum =3;

    If this possible and someone can help me out im happy to tip, donate, rep ANYTHING you want, it would help me sooo much you would not believe Thanks and please pm your Paypal if you can alter this for me!

    Code:
    using System;
    using Styx;
    using Styx.CommonBot;
    using Styx.Plugins;
    using Styx.WoWInternals;
    
    namespace WarriorBuddy
    {
        public class WarriorBuddy : HBPlugin
        {
            static int _warriorType;
            WoWPoint _target;
    
            public override string Name
            {
                get { return "WarriorBuddy"; }
            }
    
            public override string Author
            {
                get { return "xxxxx"; }
            }
    
            public override Version Version
            {
                get { return new Version(1, 0, 0, 0); }
            }
    
            public override bool WantButton
            {
                get { return false; }
            }
    
            public override void Pulse()
            {
                _warriorType = Lua.GetReturnVal<int>("return warriorNum", 0);
                if (StyxWoW.Me.CurrentTarget == null)
                {
                    Lua.DoString("warriorNum = 0;");
                    _warriorType = 0;
                    return;
                }
    
                switch (_warriorType)
                {
                    case 1:
                        _target = GetPoint();
                        SpellManager.Cast("Demoralizing Banner");
                        SpellManager.ClickRemoteLocation(_target);
                        Lua.DoString("warriorNum = 0;");
                        _warriorType = 0;
                        break;
                    case 2:
                        _target = GetPoint();
                        SpellManager.Cast("Mocking Banner");
                        SpellManager.ClickRemoteLocation(_target);
                        Lua.DoString("warriorNum = 0;");
                        _warriorType = 0;
                        break;
    		case 3:
                        _target = GetPoint();
                        SpellManager.Cast("Heroic Leap");
                        SpellManager.ClickRemoteLocation(_target);
                        Lua.DoString("warriorNum = 0;");
                        _warriorType = 0;
                        break;
                }
            }
    
            static WoWPoint GetPoint()
            {
                var focus = StyxWoW.Me.CurrentTarget;
                return focus.Location;
            }
    
        }
    }

    WTB Help with a plugin 0 tip.

Similar Threads

  1. WTB help with HB Plugin to detect Auctioneer Buyout Snipe Popup
    By Sariam1992 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 08-17-2014, 01:20 AM
  2. [Buying] Help with a plugin EZ MONEY! $100 tip
    By lostinthewoodslol in forum World of Warcraft Buy Sell Trade
    Replies: 7
    Last Post: 01-04-2014, 05:20 PM
  3. [Buying] WTB help with "do a barrel roll"
    By manuel1983 in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 07-04-2013, 12:13 PM
  4. Replies: 1
    Last Post: 10-02-2008, 12:46 PM
  5. Please Help With These Bugs ... A Fix Or Tips Plz ...
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 03-01-2008, 02:01 AM
All times are GMT -5. The time now is 03:28 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