Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Your fightclass seem correct. Can you try to remove all files that start by "CustomClassFeralDruid-***********.xml" in "WRobot Wotlk\Settings\" (or change "Fight Class Name" when fightclass editor)
  2. Hello, It is wow or wrobot that crash? If it is WRobot, try to remove folder "WRobot Wotlk\Data\Meshes\".
  3. Hello, like said betterSister, you get problem with your fightclass: Can you share it or try with another please.
  4. Hello, like this: test Cobrashot.xml - Add spell "Cobra Shot" and put "False" at spell settings "Wait during casting". - Add spell "SpellStopCasting();" and put "True" at spell settings "Not spell, is lua script". Add condition "Me In Cast": "True" and "Is Spell Usabe" : "Kill Shot" , "True". - Add spell "Kill Shot"
  5. Samples: Monk - Brewmaster.cs Monk - Windwalker.cs
  6. Hello, what class/spe do you use?
  7. If you can tell me if problem is resolved on new update please.
  8. If you can tell me if problem is resolved on new update please.
  9. Hello, It is this quest: http://www.wowhead.com/quest=11889/death-from-above ? The quest type "UseItemOn" don't work? Your code in "Macro when interact" is incorect, use code like: local name = GetItemInfo(35278); RunMacroText("/use " .. name); (I don't recommand to use /tar, it is not multilanguage, but if you want use it use this code: RunMacroText("/tar Reinforced Net"); )
  10. I'll not add this feature, you can use this wow addon: http://wrobot.eu/files/file/594-topfit/
  11. I have check, and I cannot add this feature sorry.
  12. Hello, if you have a Laptop, you probably have two graphics cards, and if your launch Wow in windows mode check if your dedicated card is used ( https://www.google.fr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=switch%20intel%20graphic%20card%20to )
  13. Hello, can you share your log file and your profile please?
  14. Hello, It depend of your server. But generally it is mines/herbs/skin/food.
  15. Hello, http://wrobot.eu/bugtracker/auctionbot-not-working-for-335-r350/
  16. Hello, i come back here when is fixed.
  17. Pouvez vous partager le fichier journal (log) d'une session ou wrobot bug.
  18. Hello, can you read this guide: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and share your log file if your problem is not resolved please.
  19. Bonjour, pour lancer wow en 32bit: https://eu.battle.net/support/fr/article/basculer-en-mode-32-bits Si cela ne fonctionne pas, vous pouvez aller dans le dossier où est installé Wow et supprimer/renommer le fichier "Wow-64.exe" puis lancer directement le fichier "Wow.exe".
  20. Droidz

    close wow start bot

    If you can try and tell me if you get problem
  21. Cast spell if the shift/ctrl/alt key is currently depressed LuaScript: For Shift: isKeyCurrentlyDown = IsShiftKeyDown(); For Ctrl: isKeyCurrentlyDown = IsControlKeyDown(); For Alt: isKeyCurrentlyDown = IsAltKeyDown(); Research: true Var: isKeyCurrentlyDown
  22. Base on "NerdPack", I write a fightclass, you can try it, tell me if you get problem. Monk - Brewmaster.cs Monk - Windwalker.cs
  23. Hello, You can found fightclass for windwalker http://wrobot.eu/files/file/385-windwalker-monk/, http://wrobot.eu/files/file/380-windwalker-monk-wod/ and in this pack http://wrobot.eu/files/file/80-ohrenfight-class-collection/ . Any of this is fight classes work properly? You can also look this post: http://wrobot.eu/forums/topic/2616-chi-explosion-nova-de-chi/#comment-11935 He is doing a fightclass for monk, try to contact him
  24. Droidz

    close wow start bot

    Do you have tried to launch WRobot with shortcut "WRobot No DX"?
  25. Look this sample: UseFlightPath.xml (guide is written in the first step).
×
×
  • Create New...