Help with a plugin EZ MONEY! 0 tip menu

Trade Details

Free

How does it work? (Learn more about CoreCoins here)

User Tag List

Results 1 to 8 of 8
  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)

    Help with a plugin EZ MONEY! $100 tip

    Hi guys, so basically im using this plugin in Honorbuddy 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 (or whatever length)

    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 $100 +rep my max, 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;
            }
    
        }
    }
    Last edited by lostinthewoodslol; 10-05-2013 at 04:08 AM.

    Help with a plugin EZ MONEY! 0 tip
  2. #2
    Jeppe11887's Avatar Member
    Reputation
    14
    Join Date
    Aug 2012
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Hey,
    I could try to fix it tomorrow, if you still need help.

  3. #3
    Recoiled's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Oct 2012
    Posts
    102
    Thanks G/R
    3/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Ask TuanHA on the buddy forum.
    --[ Recoiled@OwnedCore ]-- --[ Hope you found my post helpful! ]--

  4. #4
    slavevi's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    72
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    ask the warrior profile makers on hb forum. terribad at it myself tho. i could guess it is hard since its an AoE spel and reqires a mouse over. and really it isnt that hard to move your mouse yourself (sorry if this didnt help)

  5. #5
    Mirabis's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Stil needs to be done ?

  6. #6
    Executorx's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    I saw this done with razer macro . I think i saw it when Swifty the youtube warrior did a review on a razer keyboard and made a macro for the leap . He just hits the macro and he leaps in the direction he facing no clicking going on .

  7. #7
    naut333's Avatar Active Member Developer CoreCoins Purchaser
    Reputation
    53
    Join Date
    Dec 2013
    Posts
    136
    Thanks G/R
    0/49
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Do you still need someone to do this for you?

    I can take a swing at it.

  8. #8
    Torkild's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    add me on skype KongTorkild


All times are GMT -5. The time now is 11:23 PM. 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