Ordush
Elite user-
Posts
1171 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
What do you mean if it's stable? Please check it out and make sure you know what it is. ?
-
It works for all expansions
-
makes no sense, but glad you sorted it out lol.
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
Trying to loot same mob for 5 minutes till corpse despawns
Ordush replied to Marshalek's topic in General assistance
Did you even read my message? I mean, nothing is "obvious" when it comes to coding. Usually it goes like this: Are you on a server with stuff is not working as intended, either you make a bug report and wait for it to be fixed, OR you fix it yourself. This can easily be fixed with a few lines of code by blacklisting already looted mobs. Why this isn't already a part of wrobot? Because it can ALSO make your bot not loot properly if it doesn't succeed the first time. However in your situation, you'd probably benefit more from this than not. -
Unfortunately my TBC version of the hunter FC doens't have the library yet, so it won't auto feed it any food, only 1 specified. But it will be added as soon as i am done rewriting.
-
1. Fightclasses are not supposed to assign talent points. There are plugins for this on the forum. 2. Does your hunter not heal the pet? Ofc. it's supposed to be revived in combat. - Otherwise your hunter will die. 3. Please tell me what mobs it spams serpent sting on. Unfortunately it's not possible to tell the bot NOT to use serpent sting on mobs immune. I have to add to a list what mobs it can't use serpent sting on. Apparently i must have forgotten the ones that it's hitting for you. Currently the pet will only eat the food that you write in (1 food). You have to press ENTER when you have written the foodname. However i will release an update with the food library that is also in the vanilla fightclass. It just isn't finished yet, so not updating till it's done.
-
Trying to loot same mob for 5 minutes till corpse despawns
Ordush replied to Marshalek's topic in General assistance
Make a plugin that only loots a mob by x GUID once, then blacklists it. -
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
- 166 comments
-
Yes But it's a bit into my queue. ?
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
Depends on what solution you have. You can have either static or dynamic IP. I personally have a static IP. Because i have a server in my livingroom. If i had a dynamic IP, i would have to change the DNS every time i got a new IP. However. With dynamic IP, you usually have the same IP for ages. You can check the link i wrote above, see if your IP changed from day to day.
-
Sorry that is completely wrong. Droidz could even tell you right now what your IP is. Not sure if you are trolling though. https://www.myip.com/
-
- 166 comments
-
Repairing at full durability
Ordush replied to ryno239's topic in WRobot for Wow The Burning Crusade - Help and support
The one who made the thread most like found out why he was having this issue. Fixed it, and didn't come back to this thread since. The rest of the people here. well. ? -
That is because in Vanilla you can't check if auto shooting is enabled without having the spell on your actionbar or on your cursor. So what you are hearing is the bot picking up the spell, checking if you are autoshooting then putting it away again. I've tried adding it to the action bar, but i have way too many people pm'ing me that the fightclass doesn't work; because they remove the spell from the actionbar. I will in the near future see if i can figure out something smarter. ? For now, playing without sound is recommended. I can't disable sound and enable sound via lua in Vanilla either (you can in tbc+)
- 166 comments
-
Repairing at full durability
Ordush replied to ryno239's topic in WRobot for Wow The Burning Crusade - Help and support
i am 100% positive. I do not hook the functions anywhere. I have only made my own versions of functions. I can even list the names here. ? function ButtonControlFC() --<- This is also completely unique and is not even near anything added by the wow api function GetSpellIcon(name) function FindItem(item) function ItemLinkToName(link) function UnitBuffName(unit, spellname) function print(message) --<- well this the same code as added in tbc. function dump(o) --The rest of the functions i have are functions that has to do with how i handle tables, these are functions like AddFood RemoveFood etc. their names are nothing near anything added by the wow api. As you can see, some of my functions are close to wow api, like the item ones. But none of them are actually exactly named like that. ? -
Repairing at full durability
Ordush replied to ryno239's topic in WRobot for Wow The Burning Crusade - Help and support
Nope, everything I've done lua-wise has it's own unique function. So it's not my fightclass making any changes. - Have you tried copy pasting the wrobot folder, so you make sure the settings are the same? Edit: @ryno239 make sure to add your log, so Droidz can have a look at it. ? -
I need some more details, like level etc. have you read the FAQ? ?
-
There is a link in the top of the post to the site i used. ?