Everything posted by Droidz
-
Can i add pet skills into Wrobot?
If don't works, you can try to use /click ButtonName For get button name use this macro: /run print("/click "..GetMouseFocus():GetName()) (put you mouse cursor over spell button, launch this macro and in wow chat is written button name). Replace CastSpell(33395, "pet"); by /click ButtonName
-
[Fight Class Condition]Mana
Hi, If is not written percent in condition name the value is real (if you have 71000/120000 conditions is "mana (71000)<75000"
-
Mailing does not work
You can get mailbox name when you put your mouse cursor over the mailbox in game.
-
WRobot - Official
- 116 comments
- 6 reviews
-
Can i add pet skills into Wrobot?
hi, Wrobot don't managing pet ability. But you can use pet ability in fightclass with lua code, try this CastSpell(33395, "pet"); (http://www.wowwiki.com/API_CastSpell, http://www.wowhead.com/spell=33395)
-
Going into idle mode
Hi, In your log you have: Please select an Fly Mount in general settings When you have correctly settings fly mount you have again this problem?
-
ideas and a request
Hi, I works currently on quester bot, coming soon (but quests profiles is very long at write, I have passed 2 days only for write quests level 1 to 15) For profiles request go here: http://wrobot.eu/forum/28-profiles-and-requests-wrobot/ And I'll add by default FightClass in the bot with auto selection. Thanks
-
Check if you're behind the target
Try with this code: (System.Math.Abs(ObjectManager.Me.Rotation - ObjectManager.Target.Rotation) < 0.35f) (wow object rotation is in radians, -pi at +pi)
-
WoW Crash
Try to install antivirus kaspersky and ESET Nod32 (trial version during 30 days). But I don't know what can cause wow crash.
-
Mailing does not work
Hi, For add mailbox propely read this post:
-
[fighting class]how do i use trinkets and life spirits?
Hi, You can also use this lua code: RunMacroText("/use item:52306") (replace 52306 by your item id, this code is compatible with all wow client langage and you don't need to know bag slot), in condition add http://www.wowwiki.com/API_GetItemCount count = GetItemCount(52306) if count > 0 then ret = "true" else ret = "false" end
-
Multi-line LUA
I thought I was repaired. I'll see this.
-
WoW Crash
Try also to reinstall dirext9, directx11, and update or reinstall your graphic driver. If wow crash the problem is probably here (try also to disable all wow addons)
-
Darkmoon Fishing Debris Problem
The problem was continent Darkmoon Faire (missing mesh for path finder) I have solved this issue
-
WoW Crash
Do you have running on your computer a program similar at xfire or teamspeak?
-
Darkmoon Fishing Debris Problem
If you can try again and say me if your profile works now Envoyé depuis mon MI 2 avec Tapatalk
-
WoW Crash
Do you have tried to change wow directx version?
-
[Pet Battle Stuck] Polymorphed
Wait update of wrobot and say me if problem is solved.
-
[Pet Battle Stuck] Polymorphed
Hi, Thanks for report, I'll watch it.
-
Darkmoon Fishing Debris Problem
Hi, When you create your profile you need to walk along of water. Send me your profile please I'll look it tomorrow.
-
Going into idle mode
Hi, Can you share your log please
-
[Fight class creator] Priority change ?
Hi, Now fightclass spell (in editor) is ordered by priority (high priority to low priority). For changing priority, you need only to select spell and click on the button "Up" or "Down". Old fightclass is automaticly ordered. I have edit it for to improve the use. This update is old (03/17/2013, more info here: http://download.wrobot.eu/wrobot/bin/updateinfo.php).
-
adding npcs and mailbox
I'll see that
-
[ Tutoriel Fr ] Mailbox "boîte aux lettres"
Salut, Merci pour ce tutoriel. Je les déplacé dans le forum Français.
-
[Tutorial] - Create a Sucessfully FightClass Profile
Hi, for get if character have totem the reply is here: And I haven't try but for launch totem just use spell name.