Everything posted by Droidz
-
Item Id Cooldown Enabled not work
Hello, do you use good item id? In fightclass editor, in "spell settings" you can try to use option "Timer"
-
Is it possible to make the WRobot not create SETTINGS?
Hello, if you use the same setting class name , C# will select your class (because "additional c#" code is added in class "Main") and ignore default setting class.
-
SpiritHealer Wow 1.12
Hello, do you have try to disable all wow addons?
-
new Dalaran bugged
Hello, do you have try to use "pathfinder serser" (in advanced general settings tab "pathfinding"?
- keys
-
Hidden Quests or World Bosses
Hello, http://www.wowhead.com/quest=32098/short-supply-reward#comments , try to use IsQuestFlaggedCompleted
-
Making the Bot deposit in a guild Bank?
Hello, you cannot with default features
-
please help me..
Hello, problem resovled by private message
-
Update Status - Patch 7.3.2 Build 25497
Update done
- Update Status - Patch 7.3.2 Build 25497
-
game version is incorrect
"Logs" folder in Wrobot folder
-
game version is incorrect
in log folder
-
game version is incorrect
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
recolte des drops des mob
Bonjour, je pense que ce problème est causé par votre serveur, j'ai jamais vu ce probleme sur officiel
-
How to make pause Gathere Product for a time and do other stuff
Hello, use event "robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState" like: https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/?do=findComment&comment=23616
- fight class wont work anymore! ):
-
WRobot not starting
You have launched battlenet launcher to check if Wow is updated?
-
wierd ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(ID));
Hello, try to replace line 4 by var n = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(mobID), false); Try also to active radar3d to check if is blacklisted
-
WRobot not starting
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- GetIdByName strange behavior (explained)
-
PathFinder.Pather.FindZ(); NullReferenceException
Hello, you need to call wManager.Wow.Helpers.PathFinder.GetZPosition(new Vector3(1, 2, 3));
- Error wow message text
-
Active traveler's tundra
Use plugin like using wManager; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { EventsLua.AttachEventLua(LuaEventsId.PLAYER_LEVEL_UP, delegate { if (ObjectManager.Me.Level >= 20 && !wManager.wManagerSetting.CurrentSetting.UseMammoth) { wManagerSetting.CurrentSetting.UseMammoth = true; wManagerSetting.CurrentSetting.Save(); } }); } public void Dispose() { } public void Settings() { } }
-
Assist without Party
Hello, no with default features
-
Encrypt cs lib
Hello, if you can wait next update