Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Do you speak about this script: ? If yes I have updated script here:
  2. Hello, I have noted your suggestions, to avoid to reset the current running time you can pause WRobot (instead to stop it).
  3. Get base (parent) spell name and the id: Launch this script (in tab "Tools" > "Development Tools" > copy script in textbox and click on button "Lua (return value in 'ret')). for i=1,1000 do local spellName = GetSpellBookItemName(i, BOOKTYPE_SPELL); if not spellName then break; end local _, tid = GetSpellBookItemInfo(i, "player"); local spellNameReal = GetSpellInfo(tid); if spellNameReal and spellName ~= spellNameReal then print(spellName .. " > " .. "\124cFF4FF763" .. spellNameReal .. " (id: " .. tid .. ")"); else print(spellName .. " (id: " .. tid .. ")"); end end This write in wow chat list of spells of your spellbook and if exist (in green) the parent spell name. (By sample, http://www.wowhead.com/spell=12294/mortal-strike is the parent of http://www.wowhead.com/spell=78/heroic-strike ) ps: Now normally WRobot found automatically the childrens/parents spells.
  4. Get wow bouton/window name: /run print(GetMouseFocus():GetName()) or /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName()) Copy this script in wow chat, put your mouse over an button and press enter key. In wow chat appear button name (you can use this like "/click TheButtonName" or "TheButtonName:Click()" or "RunMacroText("/click TheButtonName")" if you use it in fightclass). You can also use macro: /framestack More info: http://wow.gamepedia.com/Framestack
  5. Hello, You can share here useful lua scripts
  6. Hello, To create fightclass with support of all wow client language please do use directly the spell name or item name in your script. For get spell name use this: local name = GetSpellInfo(109259); GetSpellInfo (109259 is the id of http://www.wowhead.com/spell=109259 ) For get item name use this: local name = GetItemInfo(6256); GetItemInfo (6256 is the id of http://www.wowhead.com/item=6256/fishing-pole ) The spell/item name in the client language is in variable name, use it like: RunMacroText("/cast " .. name) (if you use direct the spell name of your client language this doesn't works on others languages).
  7. Hello forme de vol is replaced by http://fr.wowhead.com/spell=783now Envoyé de mon iPhone à l'aide de Tapatalk
  8. Hello, This problem is probably by WoD, WRobot is too fast for Wow. I have try to fix problem. Update WRobot and tell me if this works now. Thank you for report
  9. Hello, You can download pre-installed version here. But I think it is an problem with your antivirus or firewall.
  10. Ok thank you, I have fixed problem, please update WRobot to resolve it.
  11. Droidz

    New website theme

    Hello, How you can see, I have changed style of website. If you found bugs do not hesitate at contact me. Good day, MMoRobot Team.
  12. Droidz

    New website theme

    Hello, How you can see, I have changed style of website. If you found bugs do not hesitate at contact me. Good day, MMoRobot Team.
  13. Hello, In your log WRobot try to launch Rain of Fire?
  14. Try to install/reinstall vc++
  15. Hello, Do you want attach wrobot automatically at Wow when you launch WRobot? If yes use "WRobot.exe AutoAttachAndLog=true" (look shortcut "WRobot Quick Launch").
  16. Hello, In the last update I have added default support of parent spell, normally now WRobot works with spell name "Powershot".
  17. Hello, I have added this feature in Wrobot (accept wrobot update) (don't forget to check if option "Detect Nodes Stuck" is activated in general settings). Tell me if this works.
  18. @Rnk: I have reply here:
  19. Hello, Use this spell name http://www.wowhead.com/spell=175687 , I'll add in tools to get base spell name automaticly.
  20. Hello, Try with WRobot already installed: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip Check also if your antivirus don't remove file "bin\MemoryRobot.dll" (or if your firewall don't block mmorobot server access).
  21. Hello, Currently not fightclass for Warrior with change of WoD. Look next days. If you want edit/create your own fightclass do not hesitate to contact me to get helps.
  22. Hello, Can you send me your log files please (you can found it in "Logs" folder). To launch wow in 32 bit, if you use battle.net launcher read this, if you use old launcher look this.
  23. Hello, Thanks for report, Update WRobot, tell me if problem is not resolved.
  24. Droidz

    mise a jour

    Bonjour, merci de lire cette new: Si vous jouez sur serveur Français vous ne devez pas mettre à jour WRobot aujourd'hui, pour télécharger WRobot pour MoP allez ici: http://download.wrobot.eu/wrobot/WRobot_5.4.8.18414_mopFINAL.zip
  25. Thanks, this post was hidden the time to send the new version of Robot on the server, now all is ready.
×
×
  • Create New...