Everything posted by Droidz
-
How to use translation files
Hello, move xml file in folder "WRobot\Data\Lang\" and select lang in WRobot login window (first window)
- Wake of Ashes
-
Wrobot wow1.exe, wow2.exe...
You can start several times same wow.exe No, you cannot change arguments when you change wow path.
-
Selling issue
- [Quester] UseItemOn
Sorry, I have check code and it is mistake of me I have didn't add wait time. Wait next update for the fix.- Mage conjuring too many water
How to add spell from another fightclass to your fightclass: http://wrobot.eu/forums/topic/5033-how-to-add-easily-spell-from-another-fightclass-to-your-fightclass/- How to add easily spell from another fightclass to your fightclass
- Useitem script on specific npc only
To check if it is good npc type: if (ObjectManager.Target.Entry == 17157) // http://www.wowhead.com/npc=17157/shattered-rumbler- Force new target
Hello, you cannot change this option. But in tab tools you can click to button "Stop fight" (or "Blacklist target" > "Stop fight").- WRobot for private servers > Add Wow Vanilla support
Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/- Conjure Food/Conjure Water
To add easily these in your fightclass, download and move this fightclasses in folder "WRobot\Fightclass\", and:- "Wanding"
For the distance, put false at the spell option "Check if is good distance" and add condition type "C Sharp Code" with the code Lua.LuaDoString<bool>("return IsActionInRange(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Auto Shot")) + 1) + ")") (of course, replace Auto Shot by your spell name in english, this code in implemented here).- [Quester] UseItemOn
WRobot wait channeling by default- Set a relogger to start on time?
- Conjure Food/Conjure Water
Use like here: http://wrobot.eu/applications/core/interface/file/attachment.php?id=11023- How to make smelting work?
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Moving while fighting
http://wrobot.eu/bugtracker/add-events-in-wrobot-code-r418/?do=findComment&comment=3543- the crash reports
Hello, this problem is normally resolved.- Fight Class Settings Drop Down Box
- Stop/Start Auto Attack C#, And Wanding?
http://wrobot.eu/forums/topic/4829-wanding/#comment-22838- Mouse hook?
Hello, you can use mouse only if the wow window is in foregroud, look class robotManager.Helpful.Mouse (WRobot don't use mouse)- Hunter Auto-shoot
- Fight Class Creator Source?
Hello, no sorry (and fightclass creator use a lot of wrobot API)- Pet.IsDead() Always False (BROKEN) - Vanilla API
Hello, you still get this problem?- Check IF Item = QuestITem
Hello, sorry you cannot, but you can use wow addon to sell items, this can resolve your problem (or in your quest profiles you can edit WRobot settings and add in "not sell list" quest items of the profile) - [Quester] UseItemOn