Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. Can't this code be used to fix the revive bug in dungeons?
  2. lol gotta love WRobot, and all it's small kinks =P
  3. PLEASE do tell if you figure out what the issue is. So i can add it to the FAQ. ?
  4. I am not sure why you are having these issues. ? You have tried making a fresh install in a whole new folder?
  5. 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).
  6. But.. That is what i started telling you to use ?
  7. afraid it's not something I've ever looked into. Maybe @Matenia knows something, hard to tell. ?
  8. 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.
  9. Is it because there are specific items you want to sell, or is it a specific vendor you want to use?
  10. you just do a return with Lua.LuaDoString<String>("return functionName");
  11. @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. ?
  12. 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.
  13. <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.
  14. 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>
  15. 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. ?
  16. I have no issues on k3. Lots of people uses it on k3 ?
  17. 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.
  18. 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?
  19. 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. ?
  20. Of course is does. I will bet that you have aspect of the hawk on. You obviously can't have both. ?
  21. He increased the memory for the addons, so it doesn't ReloadUI() all the time. ?
  22. Yeah, well i removed some code that was no longer working, i can't remember what i removed, i don't think you can call C# code with it anymore, but basic lua commands works fien.
  23. Party chat command.cs
  24. 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 ?
×
×
  • Create New...