Ordush
Elite user-
Posts
1171 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
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 ?
-
Vanilla: ObjectManager.Me.GlobalCooldownEnabled always returns false
Ordush commented on Ordush's bug report in Bug Tracker
Yep works. I already pointed Droidz towards your shit Schaka. ? -
Rogue ranged pull with Throw / Shoot Bow
Ordush replied to Seminko's topic in WRobot for Wow Vanilla - Help and support
MovementManager.StopMoveTo(false, Untill mob in melee range) || MovementManager.StopMoveTo(false, untill mob not moving); Replace the second attribute. But basically, you can tell the movement manager to stay still till either the mob is close to you, or untill it's not moving (casters) -
Melee Classes not able to hit Mobs
Ordush replied to Bambo's topic in WRobot for Wow Vanilla - Help and support
Have you guys tried adjusting your combat range? I have no issues at all with any of my fightclasses? (Yes i play on K3). -
In Vanilla, functions like GetSpellBonusHealing(); and GetSpellBonusDamage(spellTreeID); does not exist. Is there a way to get these stats with WRobot?
-
Vanilla: ObjectManager.Me.GlobalCooldownEnabled always returns false
Ordush commented on Ordush's bug report in Bug Tracker
Many of these things can easily be added with Lua, are you planning to add these features in the future @Droidz ? -
Thank you NTX! When i'm done with my current project, i will revise TBC. ?
-
Sounds weird. it's not supposed to be casting anything while casting. Sounds like you changed something in the configs of WRobot. Try reinstalling wrobot into a new folder. ?