eq2bot and session name rejected

craftmaster32

Active Member
Not a problem

The first time you run eq2bot you probably dont get the msg, after that the session already exists so IS rejects it and uses the existing one.

Nothing to see here, move on.
 

hegvape

Well-Known Member
I think it's EQ2BotLib that causes the message, trying to change Your session name from is(Your Session no) to the character name of Your toon. The following command does it [uplink name ${Me.Name}]
Then again when its already 'Bob', You get the message rejected.
 
Last edited:

hegvape

Well-Known Member
This would help, needs a change in eq2botlib.iss

Code:
if ${Session.NotEqual[${Me.Name}]}
{
   uplink name ${Me.Name}
}
 
Last edited:
Top Bottom