Jump to content

Droidz

Administrators
  • Posts

    12514
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    UnitBuff Problem

    Function UnitBuff has two param (no one) and I have fixed small others bug in lua code. In FightClass [Ohren]Beast Mastery Hunter replace name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target");if (duration <= 3000) then retV = "1";else retV = "0";end by retV = "0"; local name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(1978) ; if (name) then local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target", "Serpent Sting"); if (name and duration <= 3000) then retV = "1"; end end (the best way is to contact the creator of the fightclass.)
  2. You use flying mount or ground mount? Do you have modified settings in Party product settings?
  3. - Télécharge et installe SlimDX: http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi - Redémarre ton Ordinateur et essaye de nouveau. Si le problème persiste essaye de mettre WRobot dans le dossier C:\Program Files (x86) plutôt que sur le bureau. Si ça ne fonctionne toujours pas peux tu me renvoyer les fichier logs (supprime les anciens pour êtres sur de ne m'envoyer que les nouveaux).
  4. Tu n'as pas partagé correctement le fichier. Pour partager un fichier en bas de cette page (ou tu entres la réponse) clique sur le bouton "More Reply Options", sur la nouvelle page clique sur le bouton "Choose Files..." et choisi le fichier.
  5. Hello, Can you give more detail please. You have this problem all time? What profile do you use?
  6. Dans le dossier "Logs" (du bot) à tu des fichier, si oui peux tu les partager.
  7. Hello, Do you have try to disable your antivirus? Do you have files "logs" in folder "Logs"?
  8. Je déplace votre message dans le forum Français
  9. Bonjour, Avez vous essayé de désactiver votre antivirus pendant l'installation de WRobot? Avez vous essayé de téléchargé la version de WRobot pré-installé ( http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip )?
  10. Hello, Sorry, I'll don't think make bot for path of exile.
  11. Hello, For the moment no true bot for dungeon. You can use WRotation (for help you during combat) or Party bot (to follow a member of your group) or grinder bot (for the low level dungeon).
  12. Hello In WRobot Product Settings you can desactivate option "Manage...".
  13. Hello, Activate option 'Use lua to move' (in General settings advanced).
  14. Hello, Close TeamViewer (TeamViewer_Service.exe and TeamViewer.exe) and Tuneup utility (TuneUpUtilitiesService64.exe and TuneUpUtilitiesApp64.exe ).
  15. WRobot don't use same method that PQR to manage spell rotation. WRobot manage in wrobot process the rotation (PQR manage rotation directly in Wow process with lua code).
  16. Read in battlegrounder Product settings it is written to remove from random queue Strand of the Ancients:
  17. 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
  18. Try to disable option "improve combat rotation speed"
  19. Hello, Can you send me your profile please.
  20. 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).
  21. Hello, No change which can cause this problem, can you share log of an session with problem please. Thanks.
  22. 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...".
  23. In your log what ID found WRobot for the spell Stealth ?
×
×
  • Create New...