Jump to content

nate11

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by nate11

  1. On 6/19/2017 at 8:20 PM, nate11 said:

    i also tryed 

    
    wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(69369) <---i replaced for hamstring ID and target instead of me and added the !

     

    On 6/21/2017 at 3:59 AM, King Smilie said:

    So in this code you are telling the bot to look at the Target instead of yourself. Thats why I changed the ( Me ) to ( Target ).

    yes i did try it...i will try it agin tho

  2. hi i posted on anther thread but i wanted to make a topic...

    hamstring just spams no matter what condtion you put

     

      On 6/6/2016 at 5:26 AM, Runaro said:
     <ContionType>TargetBuff</ContionType>

     

    this dont work...

    i even went to development tools and did a Player/Target Buff/Debuff check on target

    hamstring dont show up as a buff/debuff at all

    i also tryed 

    wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(69369) <---i replaced for hamstring ID and target instead of me and added the !
    • Replace "69369" by your buff/debuff ID.
    • Replace "Me" by "Target" to check buff/debuff on current target (you can also replace "Me" by "Pet" to check on the pet).
    • Add "!" before this code to check if not have (de)buff ( http://www.tutorialspoint.com/csharp/csharp_logical_operators.htm ).
    • To get list of player/target (de)buff id, you can go to tab "Tools" > "Development Tools" > (if you want check your target (de)buff select npc in game) > click on "Player/target buff/debuff". <---even says to do what i did in development tools still no luck

    dont work as well :(

    did any 1 fig out how to fix this?

    and plz let me know if im doing it wrong...

    thanx

  3.  

    On 6/6/2016 at 5:26 AM, Runaro said:
    
     <ContionType>TargetBuff</ContionType>

     

    this dont work...

    i even went to development tools and did a Player/Target Buff/Debuff check on target

    hamstring dont show up as a buff/debuff at all

    i also tryed 

    wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(69369) <---i replaced for hamstring ID and target instead of me and added the !
    • Replace "69369" by your buff/debuff ID.
    • Replace "Me" by "Target" to check buff/debuff on current target (you can also replace "Me" by "Pet" to check on the pet).
    • Add "!" before this code to check if not have (de)buff ( http://www.tutorialspoint.com/csharp/csharp_logical_operators.htm ).
    • To get list of player/target (de)buff id, you can go to tab "Tools" > "Development Tools" > (if you want check your target (de)buff select npc in game) > click on "Player/target buff/debuff". <---even says to do what i did in development tools still no luck

    dont work as well :(

    did any 1 fig out how to fix this?

    and plz let me know if im doing it wrong...

    thanx

     

  4. hi i need help with lua code or C sharp code to add to the in bot creator 

    if target just dodged script

    ive tryed the overlay (in tbc the buttons i guess dont light up when an ablity is proced at least not overpower as you have to switch stances) 

    ive tryed is spell usable (does nothing)

    ive seached and not found any code i can understand (im not a coder) im sure this is simple for 1 of u guys out there

    i wuld love a battle stance to activate now script with lua in the creator if target just dodged

    ill need the return value reseach

    and return value var too..

    if this can be done i thank you for ur time in helping me

    thanx

     

  5. 57 minutes ago, Droidz said:

    When you use option "For friends (party)", all conditions with "...Target..." are are replaced automatically by party members. You need also to use condition "Target Distance" to check manually spell range.

    yes i get this but the bot still targets that player...

    im attacking creeper mob ....bot makes me target tank to heal him

    i just wanta keep my target and still heal tank

    57 minutes ago, Droidz said:

    you want to use party1, party2... use lua.

    no clue how to add this sry....

    i give up lol...guess this bots for ppl who code and stuff lol not for ppl like me 

  6. you guys are awesome...

    i tested this agin in raid  [didnt think to try that last night]  it works

    is it a wrobot bug ? <--- if it is help us on mighty @Droidz

    after some more testing....it works in raids and if u convert back to party it starts working

    even if i leave group [only been testing with 1 alt tho]  and rejoin

    also my log is adding new stuff that it wuldnt in party like---  

    Change draw object: name (Player) : 0x11C73A18 : 128324 : 1F544
    to
    name (Player) : 0x2E080008 : 53105 : CF71

    its looking like it wont add ppl in party but will in a raid...and if i switch back to party with those same ppl in group it will heal them...but not if i form anther group with diff ppl

    agin cant thank you guys enuff...

  7. hi...this is downloading as holy grail.dll   and my computer is saying it aint safe to download....odd 

    none of the other files ive downloaded from this website have ever said that...ive downloaded  lots

    and even if it downloaded right i have no idea wwhat to do with a .Dll file...everthing is .xml and .cs that ive downloaded on here

    thanx for the help i just dont know what to do lol

  8. hi...so i cant say how happy i am u fixed the stunn/bot stop thing...been using it hardcore now lol...but im stumped with a fightclass....well a healer one

     

    i need this code    

    if (target.Guid == ObjectManager.Me.Guid)
                    {
                        // Cast on self
                        Lua.LuaDoString($"CastSpellByID({spell.Id}, \"player\")");
                    }
                    else
                    {
                        // Cast on target
                        Lua.LuaDoString($"CastSpellByID({spell.Id}, \"{target.Name}\")");
                    }

     

    added to ------------------FightClass_Heal_Sample.zip------------------

     

    im not a coder or anything so i cant fig it out

    really i want a 2.4.3 paladin heal fightclass without targeting who im healing...and maybe a priority on target only if i target them.....if any one can do this id love them forever

    im sure its pretty simple to some 1 on here 

    anyways still cant thank you enuff for this awesome bot...im having a ball in TBC

    and if its not possible what im asking its ok...

  9. so a bit of my log here ...something very odd

    really hoping this can help...i so want this wrobot to work....i did buy it after all.... X fingers

     

    [F] 06:46:27 - [Spell] Cast Sinister Strike (Sinister Strike)      <-----------bot spamming Sinister Strike
    [D] 06:46:27 - [Fight] Manually target change                       <-----------this is where i got stunned ( i did not change targets ) Manually or otherwise....looks like the bot thinks i did tho
    06:46:33 - [Fight] Player Attack Greater Duskbat (lvl 6)        <-----------i retarget the mob and it starts back up agin

  10. altho this is an awesome fix [if u bot/grind/quest] ...i use it to just do my rotation ...in other words i control the toon...and yes i can just click off the target and it restarts my rotation however in pvp this sux lol......and thank you maybe others will be able to DL that and itll help them....ill X my fingers that they fix it soon...i just bought it 2 days ago...15 min trial is not enuff time to test everthing....so ill have to wait till theres a fix i think... soon i hope

×
×
  • Create New...