Jump to content

Droidz

Administrators
  • Posts

    12577
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I have reply by PM, if you can send me list of process running on your computer please (and your keyboard name). To get list of process, open cmd (in admin mode) and use command: tasklist
  2. Try to disable option "improve combat rotation speed"
  3. Hello, Can you send me your profile please.
  4. You can try to use condition "Me in Cast" need = false (this don't launch spell if you launch an spell or use item/object).
  5. Hello, No change which can cause this problem, can you share log of an session with problem please. Thanks.
  6. print("start") if (GetUnitName("target") == "Training Dummy") or (GetUnitName("target") == "Raider's Training Dummy") then print("dummy") retV=1 else print("target") retV=UnitIsEnemy("player","target") end print("end") ps: You can test your script and get lua error in "Tools" > "Development tools", copy your code in text zone and click on buton "Lua (retu...".
  7. In your log what ID found WRobot for the spell Stealth ?
  8. Hello, See on wowhead: http://www.wowhead.com/npc=72280/manifestation-of-pride Reaction is neutral (no hostile).
  9. Look this: And can you share your fightclass please i'll look it. Thanks
  10. You need to put position of vendor at outdoor. WRobot go to position declared in your profile (now outdoor) with flying mount > Search vendor > Go to vendor (indoor) with ground path. (don't forget to clean npc database (NPC DB tools)).
  11. Hello, Can you try to install an copy of wrobot in new empty folder (for reset all settings by default). Only choose an fightclass and your petbattle profil and tell me if this works? Try also to disable Wow addon
  12. Hello, If this NPC is not in your profil try to clean your npc database (close wrobot and remove file NpcDB.xml (in WRobot\Data)). If npc is in your profile, change position of the NPC (outdoor) (and clean db).
  13. Hello, Look this thread:
  14. Hello, In your fightclass try to replace spell name "Cheap Shot" by "Stealth" (More info ). If this don't work, please share full log and your fightclass.
  15. Do you have activated on your health spells the option "For friends (party)"?
  16. Hello, Topic moved.
  17. Hello, With the last update do you have this problem?
  18. Hello, Do you have try to reboot your computer? I have buyed certificat on Comode website normally you should not be problem. Can you tell me if you have (or not) this problem after the update. Thanks everybody and sorry for the troubles.
  19. Hello, WRobot auto select player at heal by hp (ascending). What fightclass do you use?
  20. Droidz

    combine with...

    With option "Unlock fps..." your fightclass works? For combine spell you can use lua (spell option "Is not spell, is lua script" to true): local idSpellBerserking = 26297 local idSpellAdrenalineRush = 13750 local spellname = "" spellname = GetSpellInfo(idSpellBerserking) CastSpellByName(spellname) spellname = GetSpellInfo(idSpellAdrenalineRush) CastSpellByName(spellname)
  21. Do you use good name (case sensitive)? Try to copy paste name from this website or wowhead (use name of your wow client).
  22. Droidz

    combine with...

    Hello, In general settings (advanced) you can try to activate options "Improve combat rotation speed (this option can skip spells)" and "Unlock fps limit (improve reactivity) (need restart)". And can you share your fightclass? Thanks.
  23. more here:
  24. Hello, Your mailbox is this: Name Type Display ID Entry ID Position X Position Y Position Z Distance Faction GUID Summoned/Created By Briefkasten - (on WowHead) WoWGameObject 1947 193972 8440,736 -329,4271 906,5062 2,502344 - 17371216866164343050 0 Xml code: <Npc> <Entry>193972</Entry> <Name>Briefkasten</Name> <GossipOption>-1</GossipOption> <Position> <X>8440</X> <Y>-329</Y> <Z>906</Z> <Type>Flying</Type> </Position> <Faction>Neutral</Faction> <Type>Mailbox</Type> <ContinentId>Northrend</ContinentId> </Npc> Why you don't use tool in profile editor to add mailbox?
  25. Hello, And for disable Click to move: esc>infterface>mouse>click to move
×
×
  • Create New...