Jump to content

Ordush

Elite user
  • Posts

    1171
  • Joined

  • Last visited

Everything posted by Ordush

  1. What do you mean if it's stable? Please check it out and make sure you know what it is. ?
  2. It works for all expansions
  3. makes no sense, but glad you sorted it out lol.
  4. That's weird. See if it also sells it without HMP, if it doesn't, maybe @Matenia knows what could be root of this?
  5. 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.
  6. 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.
  7. 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.
  8. Make a plugin that only loots a mob by x GUID once, then blacklists it.
  9. It will be ready when it's ready. I wont release anything that is not completely done. ? There are a a lot of big changes, most of them are behind the scene. But don't worry it'll come. ?
  10. If the plugin works, then yes. But I've heard people say that the plugin doesn't work anymore. I will be adding food library to the update, that is coming as soon as i'm done rewriting everything. ?
  11. I have heard about some people having this issue, I don't know why it happens to some, I can't reproduce it myself. turn off FD till I have rewritten it is all I can say ?
  12. Yeah, that can not be right. That interface you are showing there is not in my Vanilla Fightclass. ? If you in fact wrote in the wrong forum. I'd like to point you to the TBC BM Hunter FAQ Look at the LAST point here. ?
  13. Yes But it's a bit into my queue. ?
  14. Right now, you have to define the pet food yourself, but i am working on coverting my pet food library that is also in the vanilla version. I'm rewritten all of the fightclass. So it takes some time. ?
  15. 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.
  16. 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/
  17. Very nice. You should make a tutorial about this on the forum. ? I mean your guide is simple and easy to understand. But it should be written somewhere people actually look. ?
  18. Haha sick. What editor did you use to edit the mpq files? ?
  19. 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. ?
  20. 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+)
  21. 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. ?
  22. 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. ?
  23. I need some more details, like level etc. have you read the FAQ? ?
  24. There is a link in the top of the post to the site i used. ?
×
×
  • Create New...