• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.3.6pl1 doAddAccountBanishment

krankthefunk

New Member
Joined
Jan 7, 2008
Messages
127
Reaction score
2
How come when i use
doAddAccountBanishment(getAccountIdByName(getCreatureName(target)), getPlayerGUIDByName(getCreatureName(target)), 3600, 23, ACTION_BANISHMENT, "Anti-Bot", getPlayerGUID(cid))
doRemoveCreature(target)

It works and even added to the database under bans

but the characters are still able to login. What do i need to do?
 
Back
Top Bottom