
Ordush
Elite user-
Posts
1178 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
Can't this code be used to fix the revive bug in dungeons?
-
lol gotta love WRobot, and all it's small kinks =P
-
PLEASE do tell if you figure out what the issue is. So i can add it to the FAQ. ?
-
I am not sure why you are having these issues. ? You have tried making a fresh install in a whole new folder?
-
It's really weird, because i am not getting this issue at all. Not even on proxy. Please try turning on CTM. see if t changes anything, basically i have done everything that can be done to fix the issue. I even have MovementManager.Face(ObjectManager.Target); in the end of the movement code, so it honestly sounds like a wrobot bug, that is happening to you for some odd reason. It's very hard to fix something i can't replicate. I take these bug reports very seriously, and until now I've managed to fix 100% of all the bugs reported. (Although 95% of the bugs reported, has not been caused by my fightclass).
-
Manual selling
Ordush replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
But.. That is what i started telling you to use ? -
Manual selling
Ordush replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
afraid it's not something I've ever looked into. Maybe @Matenia knows something, hard to tell. ? -
Manual selling
Ordush replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
You can just go to that vendor and call ToTown, it should use the nearest vendor? Edit: I mean go to the vendor, open his trade window. -
Manual selling
Ordush replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
Is it because there are specific items you want to sell, or is it a specific vendor you want to use? -
Manual selling
Ordush replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
You can just use ToTown -
how do i return a list of player names based on party index
Ordush replied to byron's topic in Fight Classes assistance
you just do a return with Lua.LuaDoString<String>("return functionName"); -
Dieing inside dungeon - Stops in front of portal
Ordush commented on Ordush's bug report in Bug Tracker
@Droidz If this can't be fixed easily by you, is there a way i can tell the bot to go all the way to corpse? Because then i can just read the frame, if it's shown, then tell it to go all the way to corpse. ? -
I literally just told you how to make it work like that. ? I can not edit your fightclass from here, go to your "Charge" spell, and change CombatOnly to false. It might be called something other then CombatOnly, but it's something alike. Also by looking at your code with notepad, i can see that you have a condition called "Me in Combat" and you have set it to false. With this, your charge will only work when you are NOT in combat Also you have set Target Is Player to true (So it will only work if your target is a player) As far as i know, charge is used on mobs? Furthermore you have set it, so Charge is Lua code not a spell, however you have not written any Lua Code, so it's trying to send "Charge" as lua. This will not do anything. Now, with all this info here, you should be able to change it so it works.
-
<FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Bigger</Type> <Value>8</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Charge</SpellName> <Priority>1</Priority> </FightClassSpell> <FightClassSpell> means the start of a spell (charge in this case) </FightClassSpell> means the end of a spell So go open your fightclass with notepad, and paste the code i just added above under a </FightClassSpell> now if you open your fightclass with the editor the spell Droidz made will be there, move it around as you like. Also make sure you have CombatOnly turned off. Otherwise it will not work out of combat.
-
It certainly is not blank ? I'll bet that you opened it with internet explorer. ? <?xml version="1.0" encoding="utf-16"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Fight config name</FightClassName> </FightClassGeneralSettings> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Bigger</Type> <Value>8</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Charge</SpellName> <Priority>1</Priority> </FightClassSpell> </FightClass>
-
Light's Hope.. just.. BOOM
Ordush replied to Findeh's topic in WRobot for Wow Vanilla - Help and support
Probably want to make your own support page, but my guess is that you are trying to run a TBC version of WRobot on vanilla. @Seminko As mentioned above, GM's follow people around, see what they do. This is a classic move. My guess is that he is posting a shit ton on AH, they decide to investigate. Can be almost anything triggering them looking into you. ? -
I have no issues on k3. Lots of people uses it on k3 ?
-
If a char dies inside a dungeon, the bot will go until the message that tells the bot to enter dungeon to get body appears. It just stands still instead of going into the portal.
-
First of all, try and reinstall wrobot and/or wow without any plugins/addons installed. Then add your plugins/addons one at a time, untill the error occurs again. Then you know what plugin/addon is causing it. Secondly, what product are you using?
-
Of course is does. I will bet that you have aspect of the hawk on. You obviously can't have both. ?
-
Questie Addon and Wrobot
Ordush replied to Glacious's topic in WRobot for Wow Vanilla - Help and support
He increased the memory for the addons, so it doesn't ReloadUI() all the time. ? -
-
-
Bonusscanner. ? Already knew how to do it with lua, it's just tedius in Vanilla, because you have to check tooltips. So i hoped there was an easier way with WRobot. Cheers for the heads up ?