What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Eclipse - SkinBot

Status
Not open for further replies.
Hi Twist,

tried the bot and it worked like it should but has a problem with Mobs that are already tapped.

Eclipse=>Target changed to Great Turtle (72764)
Eclipse=>Mob is already in the database.
Eclipse=>Found skinnable mob - updating mob entry.
Eclipse=>Error at root level: System.NullReferenceException: Object reference not set to an instance of an object.
at Eclipse.WoWDatabase.Core.ProccessFactions() in c:\Users\Sven\Desktop\Honorbuddy 2.5.9262.720\Bots\EclipseSkinBot\Core.cs:line 234
at Eclipse.WoWDatabase.Core.Pulse() in c:\Users\Sven\Desktop\Honorbuddy 2.5.9262.720\Bots\EclipseSkinBot\Core.cs:line 157

it points out this error and stops doing what it should be. maybe you can implement an ignore function or something.
Yeah I have been trying to fix this forever. >.<
Cant seem to get it ignore mobs that are tapped.
 
issues with flying mobs
bot follows the flying mob instead of entering the pull behavior

solution:
maybe adjust the pullrange to 30y instead of 20y

edit:
i changed it from <20 to <40, pullbehavior did a good job after that :)
 
Hi Twist,

i encountered an issue (after removing the condition for TaggedByMe, because i wanted to "ninjaskin"), and so i modified it slightly:

Changes:
- does skin mobs that are not tagged by me
- does blacklist mobs that are not skinnable after they were killed and looted.
- changed pulldistance from 20 to 40

feel free to use the changes or to throw them away ;)

--- attachment removed ---
after some testing it seems like the builtin Blacklisting of HB is not working
-- attachment readded ---
found the problem :)
you are using a costum blacklist-function and i used the builtin version of HB,
i changed the script to support both versions now :)
 

Attachments

Hi Twist,

i encountered an issue (after removing the condition for TaggedByMe, because i wanted to "ninjaskin"), and so i modified it slightly:

Changes:
- does skin mobs that are not tagged by me
- does blacklist mobs that are not skinnable after they were killed and looted.
- changed pulldistance from 20 to 40

feel free to use the changes or to throw them away ;)

--- attachment removed ---
after some testing it seems like the builtin Blacklisting of HB is not working

Use the blacklist in Core nor maybe in EC? i already set up a blacklist somewhere - not using HBs blacklist. Since i use different object models.
 
yepp i did it while u answered (see my last answer)

I have added a bunch of functionality since I uploaded that so if there is no conflicts ill paste it in. I have the project in TFS so i can do a diff =P
 
you changed alot. can we get on skype or gtalk so you can tell me what all you changed?
you can get me on skype (u'll find my skype adress in my profile here on the forum)

but i'm sure i haven't changed that much, only some references which fits a bit better (removed two of your references and replaced it with two different ones, only related to the logging with colors)
i reverted most of the other changes back to the original, because they weren't working the way i would have it.
 
you can get me on skype (u'll find my skype adress in my profile here on the forum)

but i'm sure i haven't changed that much, only some references which fits a bit better (removed two of your references and replaced it with two different ones, only related to the logging with colors)
i reverted most of the other changes back to the original, because they weren't working the way i would have it.

I saw you had added public enum FarmType - did you implement that feature? Or was that something i added and forgot about?
 
Addition or whole new botbase?

So I built this feature on SkinBot that will just provide a list of NPCs you have encountered and a way to save specific locations. Then use HBs navigation system to go there...
Should i just add this to my existing botbase? Or should I make a whole new bot for it?
TravelForm.webp
 
So I built this feature on SkinBot that will just provide a list of NPCs you have encountered and a way to save specific locations. Then use HBs navigation system to go there...
Should i just add this to my existing botbase? Or should I make a whole new bot for it?
View attachment 117412

Add it to the existing botbase. May as well have things all in one and then there is less to load etc. You still have the option of just running it?
 
Add it to the existing botbase. May as well have things all in one and then there is less to load etc. You still have the option of just running it?
Yeah i added a feature last night that will let you but it in "Passive Mode" so that it will still do its "learning" and all that but it wont do anything else.
 
Yeah i added a feature last night that will let you but it in "Passive Mode" so that it will still do its "learning" and all that but it wont do anything else.


Just love the way you think, you get feedback and listen to end users and implement if its a good idea.

g
 
*** lil update to my tweaks ***
A bug blacklisting was fixed where the bot blacklisted a mob much too fast (before looting was finished).
Blacklisting is now working as intended.
A mob (no matter if tagged by me or not) is now blacklisted after 1.5 seconds after reaching the interact range and no interaction is possible (happens when my pet kills mobs faster than i could do an action or another played killed a mob but didn't loot)

There are no new features implemented which where done by Twist himself (cause i haven't had the source for that^^)
 

Attachments

Working well up in Skyrange; however the bot doesn't seem to recognize that a dead Mushan has not been killed by me and therefore cannot be skinned. Bot just stops working as long as it is within range of this mushan. Moves on to a different mob if I click them. Will continue to monitor it and see how it goes :) Apart from that man it looks super promising and I thank you for developing something completely unique
 
Working well up in Skyrange; however the bot doesn't seem to recognize that a dead Mushan has not been killed by me and therefore cannot be skinned. Bot just stops working as long as it is within range of this mushan. Moves on to a different mob if I click them. Will continue to monitor it and see how it goes :) Apart from that man it looks super promising and I thank you for developing something completely unique

which version are u using? :)
the latest attached one from me should fix that issue.
 
Status
Not open for further replies.
Back
Top