Everything posted by Ordush
-
[FREE] wDiscord - A discord bot to suit your needs.
- 11 comments
- 10 reviews
-
Revenge is not a priority
That works? ? It just sets retV to 1, so it'll never be true? ? Lua Script: revengeUsable = IsUsableSpell("Revenge"); Return value research false Return value var revengeUsable The code you wrote above just casts Heroic Strike. This is why your revenge is not prioritized. Every time it gets to Heroic Strike, it will run the code you just wrote, and cast heroic strike, it will overwrite any condition you have made. Edit: Just looked through your code. The heroic strike will always overwrite anything, it does not care for any conditions at all. My guess is that you made that code in or for it to not turn OFF heroic strike Instead do it like this: Where it says "Heroic Strike" on the left (spell name) write: RunMacroText("/cast !Heroic Strike") Then under the spell settings (top setings thingy) change to Is Lua Code or whatever it says. ? Then remove that silly LuaScript. ?
-
Revenge is not a priority
If you are on vanilla, you need to have the spell on actionbar for IsUsableSpell to work. you can also do a lua condition instead with revengeUsable = IsUsableSpell("Revenge"); revengeUsable has to be your check var however, this is also requires your spell to be on the actionbar. Now, if it make take WRobot a second to register that Revenge is usable, hence it might cast spells anyway. Try increasing the fps on the FC. (Top left corner). Edit: I just noticed devastate, so you are not on Vanilla. ?
-
Control ghost
Can't this code be used to fix the revive bug in dungeons?
-
Support
lol gotta love WRobot, and all it's small kinks =P
-
Support
PLEASE do tell if you figure out what the issue is. So i can add it to the FAQ. ?
-
Support
I am not sure why you are having these issues. ? You have tried making a fresh install in a whole new folder?
-
Support
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
But.. That is what i started telling you to use ?
-
Manual selling
afraid it's not something I've ever looked into. Maybe @Matenia knows something, hard to tell. ?
-
Manual selling
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
Is it because there are specific items you want to sell, or is it a specific vendor you want to use?
-
Manual selling
You can just use ToTown
-
how do i return a list of player names based on party index
you just do a return with Lua.LuaDoString<String>("return functionName");
-
Dieing inside dungeon - Stops in front of portal
@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. ?
-
[PVP] Warrior Prot - charge not work
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.
-
[PVP] Warrior Prot - charge not work
<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.
-
[PVP] Warrior Prot - charge not work
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
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. ?
-
Support
I have no issues on k3. Lots of people uses it on k3 ?
-
Dieing inside dungeon - Stops in front of portal
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.
-
Support
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?
-
wanted to know if i sub will that give me access to better profiles
In a way. As a sub. you will be able to get encrypted profiles. However, most profiles are made by random people, and obviously cost a small sum of money. ?
-
Support
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
He increased the memory for the addons, so it doesn't ReloadUI() all the time. ?