Jump to content

dida1990

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by dida1990

  1. Wrote you a message with what happened :/ what shall I do? :)
  2. Hi guys, just wanted to say I am back. KMS xD
  3. Hast du irgendeine Antiviren Software aktiv? Kompletten Ordner löschen, Antivirus ausmachen, Neu runterladen und nochmal versuchen
  4. just create a new step in your quest order "RunLuaCode" and write into the empty field CastSpellByName("NameOfSpell", onSelf); But if you want to use a HoT before combat it would be a lot easier to integrate itinto your fight class.
  5. Nobody is gonna send you send you the whole private server list. There are way to many
  6. There are many ways, so please tell me first, what you want to do? Do you want to cast a spell on an enemy or an NPC or just want to buff yourself?
  7. Source: http://wowprogramming.com/docs/api/CastPetAction http://wowprogramming.com/docs/api/PetAttack http://wowprogramming.com/docs/api/PetDismiss http://wowprogramming.com/docs/api/PickupStablePet all I did, was to google this ;)
  8. for example (no working profile): CastPetAction(3, "target"); -- launches the third spell on the left column at your target PetAttack(); -- pet auto attack your target PetDissmis(); -- Dimiss your pet PickupStablePet(1); -- Summon your first pet
  9. CastPetAction(index [, "unit"]) Arguments: index - Slot in your Pet-Skill-Book - Start top left with "1" and goes down the book with increasing number unit = "target" PetAttack() No arguments, it just autoattacks your target PetDismiss No arguments, just dismissed your actual pet PickupStablePet(index) index - Slot in your pet list (0 = active pet; 1 = first slot in pet list)
  10. How good is your lua-knowledge? CastPetAction(index) - Cast the corresponding pet skill PetAttack() - Instruct your pet to attack your target PetDismiss() - Dismiss your pet PickupStablePet(index) Source: http://wowwiki.wikia.com/wiki/World_of_Warcraft_API
  11. I have to avoid so many areas because of this bug :/ may you can prioritize this
  12. What is the crash log saying? Can you post a screenshot?
  13. Have you already done this?
  14. What are you trying to say/ask? :)
  15. If it has to right-click, use "gather" as quest-type Gesendet von meinem D6603 mit Tapatalk
  16. How about this? This helps me always :)
  17. Please tell me, you got a fight class... You are taling about the profile Look screenshots for more details
  18. Looks correctly :/ you just got a little typo at "MaxTargetLevel" in "Test.xml" but I don't think that is the problem. I guess we need to wait for an admin.
  19. Still not fixed. Any new information from @Droidz? Uploaded a video for this bug: https://www.youtube.com/watch?v=h6Ux1BFfiYI&feature=youtu.be
  20. Nice to hear, good luck botting :) Gesendet von meinem D6603 mit Tapatalk
  21. Can you restart your PC and check it again?
  22. can you post your profile or send it to @BetterSister or me? We can check it :)
  23. The only way is to press a key, then run your code an then press your macro key :) but this is hard to code :/ Gesendet von meinem D6603 mit Tapatalk
  24. Am I understanding this right? You want to press the Macro-Key first. After that WRobot should run your code?
×
×
  • Create New...