kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 334 forks source link

Trist Leechers dont enter tp #947

Open Mykolla opened 5 years ago

Mykolla commented 5 years ago

Hello guys,

My leechers is joining game, partying with the main char. But wont go to travi tp..... I don't get what can be an issue.

I guess he is waiting for some game chat or so?

DarkHorseDre commented 5 years ago

is your leader opening tp then issuing command in chat?

is leecher using follow entry script?

Mykolla commented 5 years ago

leecher is using follow.

leader is not using any commands. i tried to figure it out but without any sucess

DarkHorseDre commented 5 years ago

I also asked if leader is opening tp?

if so, does he just open tp and carry on without entering any commands?

if so check account is not muted (or switch toons or cd keys and see if the other does it)

Mykolla commented 5 years ago

he makes game, leecher joins.

they are getting partied. leader is going to stoney field leecher is waiting near tp spot in town leader opens tp to travi leecher stays leader kills all mobs withouth any command, wait time etc

can you show me how to check if char is muted or how to enable leader commands at this point im lost...

DarkHorseDre commented 5 years ago

the way I do it is pause the bot and type anything in chat - if it doesn't appear, its muted. happened to me before but came back after some hours/days.

check this setting (I have it as false, but it was added recently): // If Config.LocalChat is set, 'say' is overridden to transport chat over 'sendCopyData' instead of BNET // To force 'say' to use BNET, use 'say("msg", true)' - the 2nd parameter will force BNET // Chat messages will only be visible on clients running on the same PC // Chat messages typed in game are not captured Config.LocalChat = false;