kolton / d2bot-with-kolbot

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

How to show in game ip address? #1786

Closed XDarkwolf21 closed 5 years ago

XDarkwolf21 commented 5 years ago

Can anyone help me figure out how to get d2bot map to show my in gf ame ip address?

Kantonov commented 5 years ago
var ip = Number(me.gameserverip.split(".")[3]);
print(ip);

I think this will help. Insert those two line in some script you are running. For example on top of battle orders.

XDarkwolf21 commented 5 years ago

You rock TY!