Everything posted by Droidz
-
over buying food
and 10:01:20 - [HumanMasterPlugin] Buying 14 stacks of Moist Cornbread 10:01:20 - [HumanMasterPlugin] Buying 7 stacks of Melon Juice
- Skill trainer search method
-
over buying food
Hello, you have try without plugin?
-
Assembly Binding Error
Hello, follow guide to install humanmaster plugin
-
ty that you close my topic for no reason
Hello, I already replied https://wrobot.eu/forums/topic/10600-where-is-my-key/?tab=comments#comment-50414
-
Any difference between LUA and C#?
Hello, If you want to create a fightclass without the editor you will probably need both (C# to interact with WRobot API, lua to interact with Wow API) (if you use "LuaBot" you can use only lua language, but there are no examples and no one who uses it, it's not a good choice for a beginner)
-
Advanced Settings Window 4k Monitor
Hello, try step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
-
Bot spinning and flying up in the air
Hello, you use tbc profile in Wotlk (map can change), and you have a lot of wow addons and plugins enabled. Disable all wow addons, activate radar3d (tab map) to check if he haven't location of profile underground
-
Where is my Key?
Hello, this type of subscription was called unlimited because there was an unlimited number of sessions per IP.
-
Searing Gorge Gate Bug
Is online for Vanilla (with others small fix in ogrimar and ...), for tbc and Wotlk you need to wait few weeks
-
LoadProfile in Subdirectory
It depends mainly of your code to update and reload your profile?
-
Searing Gorge Gate Bug
I think I'll close the default tunnel (you can use it again with an offmeshconnection)
-
LoadProfile in Subdirectory
If you profile is in: WRobot\Profiles\Quester\Subdirectory\Profile.xml you need to use: <QuestsSorted Action="LoadProfile" NameClass="Subdirectory\Profile.xml" /> (path based from WRobot\Profiles\Quester\)
-
Wrobot wont save license key
Hello, it is strange, you have check when you try to save if you have error in your log file? you have try to reinstall WRobot in new folder?
-
Searing Gorge Gate Bug
Hello, can you give me position, I'll check but I can't guarantee anything.
-
Relogger doesn't start Bots
Hello, You have checked if you have not installed/updated a program since who can interfere with WRobot? Or trying to disable your antivirus?
-
Relogger doesn't start Bots
Hello, try to increment launch time in relogger general settings
-
Bot spinning and flying up in the air
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
LoadProfile in Subdirectory
Hello, use "\" instead "/"
-
Ghosthealer
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Abandon quest tbc
Hello, Use this code: local questId = 786; local i = 1 while GetQuestLogTitle(i) do local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i); if ( not isHeader and GetQuestLink(i)) then if questId == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); break; end end i = i + 1 end
-
Impossible to open Fightclass Editor
Hello, it is strange , try with fresh install, you have log?
-
Food Eating Bug
this option is if you want use heal spell
-
Do not sell items
Wait next update
-
Open "Updater"
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).