Jump to content

zjxlsmr

Elite user
  • Posts

    179
  • Joined

  • Last visited

Reputation Activity

  1. Like
    zjxlsmr got a reaction from Droidz in Bot always trying to use Ground mount instead of flying one when going back to farm zone after mailing   
    After my bags is full, the bot had successfully mailed all the items.  (bot fly to mailbox as premise, and the zone is flyable)
     
    the next act bot will do is:
     
    1, Dismount, if i enabled "Use ground mount" and mount up ground one, then ofc RUN to farm zone.
     
    2. Use flying mount but RUN to the farm zone.
     
     
     
     
    This is annoying as there is huge altitude difference between my farm zone and mailbox. So i end up suicide a lot by falling.
     
    There is a much longer path on the map between mailbox and farm zone VIA GROUND (bot sometime will run this path as it is THE GROUND PATCH, but took ages to get the destination)
     
     
     
     
    this is what i want it to be:
     
    1, if this is a flyable map the bot will always travel in air in long distance movement ( i would say over 100 yards).
     
    2, make the bot act like Gatherer traveling between Mailbox and farming zone. (just like travel between herb to herb).
     
     
     
    i really cant solve this problem thus goes this post xD
     
    PS: ask me to post a video if you dont know what i mean.
  2. Like
    zjxlsmr reacted to Droidz in bot not looting artifacts   
    Do you have the name of this artifact (put mouse over artifact for get name)?
     
    Do you have this problem all time?
     
    The file "WRobot\Data\archaeologyFind.txt" contains this lines (entry id of artifacts):
    203071 207188 204282 206836 203078 207187 207190 202655 207189 211163 211174 218950 ?
  3. Like
    zjxlsmr reacted to Droidz in be able to create the path of going back to town (associated with mailbox vendor function)   
    Hey,   Thanks for this good report.   I'll test all and fix/give solution in this thread.
  4. Like
    zjxlsmr reacted to Droidz in Error CS1056:unexpected character   
    Hello, Your problem is strange, I don't have this problem. Another user has this error?
  5. Like
    zjxlsmr reacted to Droidz in Error CS1056:unexpected character   
    Your IP address does it change often (do you use proxy)?
  6. Like
    zjxlsmr reacted to Droidz in [fighting class]how do i use trinkets and life spirits?   
    Can try it:
    RunMacroText("/cast !Lichborne; \n /cast [target=player] Death Coil") or it:
    RunMacroText("/cast !Lichborne;") RunMacroText("/cast [target=player] Death Coil") Not tested
     
    (if fightclass is only for you, you can look this function: http://www.wowwiki.com/API_RunMacro for launch directly your wow macro)
  7. Like
    zjxlsmr got a reaction from Droidz in adding npcs and mailbox   
    make sure its Mailbox  not mailbox.    the bot is case sensitive.
  8. Like
    zjxlsmr reacted to Droidz in [fighting class]how do i use trinkets and life spirits?   
    Hi,   You can also use this lua code:   RunMacroText("/use item:52306") (replace 52306 by your item id, this code is compatible with all wow client langage and you don't need to know bag slot), in condition add http://www.wowwiki.com/API_GetItemCount count = GetItemCount(52306) if count > 0 then ret = "true" else ret = "false" end
  9. Like
    zjxlsmr reacted to Minerals in [fighting class]how do i use trinkets and life spirits?   
    This works great for all sorts of things!  Thanks!  One thing I'm using it for is to a fire "Master Healing Potion" when needed:
     
    Add Spell Name:  RunMacroText("/use item:76097")
     
    Add Condition: Health Percent (set to your preference -- I've got mine at 20%)
     
    Add LUA Script: 
         LUA Script:  count = GetItemCount(76097) ; if count > 0 then vRet = 1 else vRet = 0 end 
         Return Value Research: 1
         Return Value var:  vRet
×
×
  • Create New...