-
Posts
188 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by dida1990
-
Wrote you a message with what happened :/ what shall I do? :)
-
Hi guys, just wanted to say I am back. KMS xD
-
L4G wow 2.4.0, quester available?
dida1990 replied to honsn's topic in WRobot for Wow The Burning Crusade - Help and support
what is the status of your profile? -
Hast du irgendeine Antiviren Software aktiv? Kompletten Ordner löschen, Antivirus ausmachen, Neu runterladen und nochmal versuchen
-
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.
-
Private Server Search
dida1990 replied to Avallion's topic in WRobot for Wow Mists of Pandaria - Help and support
Nobody is gonna send you send you the whole private server list. There are way to many -
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?
-
leveling 1 to 25 help with lua code please
dida1990 replied to ildoctore's topic in Pet Battle assistance
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 ;) -
leveling 1 to 25 help with lua code please
dida1990 replied to ildoctore's topic in Pet Battle assistance
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 -
leveling 1 to 25 help with lua code please
dida1990 replied to ildoctore's topic in Pet Battle assistance
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) -
leveling 1 to 25 help with lua code please
dida1990 replied to ildoctore's topic in Pet Battle assistance
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 -
I have to avoid so many areas because of this bug :/ may you can prioritize this
-
Random Crash
dida1990 replied to Amazing Snake's topic in WRobot for Wow Wrath of the Lich King - Help and support
What is the crash log saying? Can you post a screenshot? -
Have you already done this?
-
What are you trying to say/ask? :)
-
If it has to right-click, use "gather" as quest-type Gesendet von meinem D6603 mit Tapatalk
-
-
Wrobot refuses to attack mobs on timeless island
dida1990 replied to arsart's topic in General discussion
Please tell me, you got a fight class... You are taling about the profile Look screenshots for more details -
Wrobot refuses to attack mobs on timeless island
dida1990 replied to arsart's topic in General discussion
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. -
Still not fixed. Any new information from @Droidz? Uploaded a video for this bug: https://www.youtube.com/watch?v=h6Ux1BFfiYI&feature=youtu.be
-
Wrobot refuses to attack mobs on timeless island
dida1990 replied to arsart's topic in General discussion
can you post your profile or send it to @BetterSister or me? We can check it :) -
[customfightclass]A way to exucute a code by ingame macro?
dida1990 replied to reapler's topic in Developers assistance
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 -
[customfightclass]A way to exucute a code by ingame macro?
dida1990 replied to reapler's topic in Developers assistance
Am I understanding this right? You want to press the Macro-Key first. After that WRobot should run your code?