Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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).
  2. Hello, No change which can cause this problem, can you share log of an session with problem please. Thanks.
  3. 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...".
  4. In your log what ID found WRobot for the spell Stealth ?
  5. Hello, See on wowhead: http://www.wowhead.com/npc=72280/manifestation-of-pride Reaction is neutral (no hostile).
  6. Look this: And can you share your fightclass please i'll look it. Thanks
  7. 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)).
  8. 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
  9. 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).
  10. Hello, Look this thread:
  11. 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.
  12. Do you have activated on your health spells the option "For friends (party)"?
  13. Hello, Topic moved.
  14. Hello, With the last update do you have this problem?
  15. 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.
  16. Hello, WRobot auto select player at heal by hp (ascending). What fightclass do you use?
  17. 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)
  18. Do you use good name (case sensitive)? Try to copy paste name from this website or wowhead (use name of your wow client).
  19. 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.
  20. more here:
  21. 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?
  22. Hello, And for disable Click to move: esc>infterface>mouse>click to move
  23. It is fixed profile (see code for more informations). Quester.zip
  24. Ok, what features don't work?
  25. Hello, Entry (id) seem no correct. Can you go to mailbox (in game) and in WRobot go to tab "Tools" > "Development Tools" button > "Dump all informations" and send me generated file (in base wrobot folder). Thanks.
×
×
  • Create New...