kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

How to use useraddon.js? #1694

Closed ARkaine2 closed 4 years ago

ARkaine2 commented 5 years ago

I have tried to add include("bots/useraddon.js"); into D2BotMap.dbj (which is selected as Entry Script), but how can i check loading of this script? How to use it?..

Allows you to see more information about items, NPCs and players by placing the cursor over them.

  • Shows item level, items in sockets, classid, code and magic item prefix/suffix numbers.
  • Shows monster's classid, HP percent and resistances.
  • Shows other players' gear.
Spoofzor commented 5 years ago

I haven't tried this for myself, but in Character config at the top there is: Scripts.UserAddon = false;

Perhaps setting this to true?

/e Also, not sure if it works with Map

ARkaine2 commented 5 years ago

Seems that there's similar question here: https://github.com/kolton/d2bot-with-kolbot/issues/484

Spoofzor commented 5 years ago

You can enable useraddon in your config, and then change bot entry script to Blank. This works. Does not appear to be possible to merge the two, at least not easily.