What you see is pretty much what you get I'm afraid. It really depends on the expac you're looking to bot on.
Also make sure you're in the right area depending on what you're looking for. This area for example is for quester profile for WotLK
https://wrobot.eu/files/category/126-quester-wotlk/
You can hook onto the https://wrobot.eu/byme/doc/html/E-robotManager.Products.Products.OnChangedIsStarted.htm event and run whatever you need to in there
This should be enough as your if statement:
if (Swipe.KnownSpell && Swipe.IsSpellUsable && Swipe.IsDistanceGood && ObjectManager.Me.ComboPoint <= 3 && ObjectManager.GetWoWUnitAttackables().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 8 && u.Guid != ObjectManager.Pet.Guid) >= 3)
Welche expansion spielst du? Es sollte schon ein paar fightclasses geben die heilen eingebaut haben. Leider ist es etwas schwer eine heal fightclass zu erstellen ohne etwas c# wissen.
@DroidzThis server has a modified client but is still wotlk 3.3.5a 12340, the offsets should all be the same. As Trustjah said, it used to work. What does wrobot do to check whether the wow client is supported?
All of those things should work via the trial however for training spells, selling and repairing you need to have NPC's in your NPC DB. Wrobot attempts to add them itself but it's a bit hit and miss. Generally the profiles have NPC's in them too.
To manually add NPC's and mail boxes go here:
Then target the NPC in game then select the NPC type from the dropdown (1.) and click the big button (2.). This will add your current target into the NPC database and the bot should now use that NPC for whichever type you have selected.
Getting the itemLink of an item via C# is incorrect if it is an item with potentially random stats, example below:
I assume this isn't correct behaviour?
Does anyone know how the RunCode class works?
I want to be able to let a user enter some C# similar to the quester runcode step. The RunCode class has some Compile methods but none for running that I could decifer.
Any help would be appreciated ❤️