Everything posted by Zan
-
Recovering corpse from Dungeon failing
Leave a comment there so Ordush knows.
-
购买东西的代码是什么?
wManager.Wow.Helpers.Vendor.BuyItem(string name, int number)
- Shuts down
-
[Grinder/Neutral] Terrokar Forest 62-68(70) | Marvelino123
- 7 comments
- 1 review
-
correct code for debuff
Bool - Boolean structure type that represents a Boolean value, which can be either true or false. Void - Is a reference type of data type and used to specify the return type of a method in C#. If you don't understand the above, start here: https://www.youtube.com/watch?v=GhQdlIFylQ8 I do not know what spell 49936 is as it says it has been removed on Wowhead. Remove the SpellManager..... line from the if condition since it's not a boolean (bool). instead of DnD.Launch(); use ClickOnTerrain.Spell(43265, ObjectManager.Target.Position, false, false); if you want to check if the Target is on your DnD, then do something like this in the if condition (bool): ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) if you want to cast it on the Target if it isn't on your DnD then add a "!" to it. The "!" is a negation. AKA the opposite (bool): !ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) I forget if the debuff is the same as the spell. If it is, the last few lines will work.
-
Smooth out moving
I used the source file from this page: https://wrobot.eu/files/file/1547-smoothmove/
-
Set Movement State
Buy a sub and maybe he'll think about it..............
-
Smooth out moving
Untested. Let me know if it works. SmoothMove.dll
-
Smooth out moving
What expansion are you using?
-
сколько длится доставка кода
https://wrobot.eu/clients/purchases/
-
could i pay by paypal?
Nope https://wrobot.eu/search/?q=Paypal&quick=1
-
Бан аккаунта
It is not safe to bot on a private server while playing on retail server.
-
To cast instant spells after the casted once.
If it is highlighted when it procs you can use: wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(string) or wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(uint)
-
Game version incorrect
WRobot is a private server bot and does NOT support Retail versions of WoW. That includes Classic and Shadowlands. Go to: https://wrobot.eu/ Look down the page and find Supported Wow versions to see versions that are supported.
-
Probleme beim starten
Read the upper left again.
-
Play other games while botting
I do not suggest it.
- Bot on classic
-
Use with Updated client?
This is a private server bot. It's not for retail.
-
Use certain spell when a certain number of mobs are in range?
Go download VS Community Edition and add WRobot references while writing in C#
-
Use certain spell when a certain number of mobs are in range?
ObjectManager.GetWoWUnitHostile......
-
Use certain spell when a certain number of mobs are in range?
https://wrobot.eu/forums/topic/2097-condition-hostile-unit-near-target-never-true/?tab=comments#comment-9858
- bot doesn't work this game version.
-
BfA version
I'm pretty sure after 2 he was already working on that one. Is this for the Firestorm server? Or is there a less buggy one out there?
-
BfA version
Why are you guys requesting a version already requested?
-
11424 - Game version incorrect
Your WoW private server version must match the WRobot version. Open up the game and look at which WoW private server version you are using