Hello,
In game, when you have selected http://fr.wowhead.com/npc=105393/il-gynoth, can you go to tab "Tools" > "Development Tools" > bouton "Memory informations" and send me result by private message.
Hello, you can also, in grinder profiles editor add zones, in all zones put the min/max level in "For character level 'x' to 'x'". WRobot will change zone automaticly.
Bonjour, vous pouvez regarder ce guide http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/ et lire http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf .
Editer également de fightclass qui existe déjà (pour wotlk ou cata) afin de voir comment utiliser les sorts.
ps: you can also replace
if (itemId > 0)
ItemsManager.UseItem(itemId); // if it is item
if (spellId > 0)
SpellManager.CastSpellByIdLUA(spellId); // if it is spell
by
Lua.LuaDoString("ExtraActionButton1:Click()");
Hello,
Try to disable option (in advanced general settings tab "Path-finding") "Blacklist Npc/Node if unable to make full path to reach it".
If this don't works, in your profile, after kill step add step to clear blacklist (step type runcode):
wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();
Yes sorry, you don't need to add items names (this feature is rarely used, i had forgotten how to use it).
You need to add in your NPC DB (tab 'tools') (or in your profile) npc type "Smelting" (WRobot read only position of this npc, in game select npc near smelting zone).
Hello, before this quest, run this c# code in a step:
wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false;
wManager.BlackListSerializable.AddBlackListToWRobotSession();
And use spell type 'UseSpellOn'.