• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[OTX 2] ERROR ACCOUNT MANAGER SPAMMING MESSAGE

pancadinha

New Member
Joined
Mar 29, 2020
Messages
3
Reaction score
0
Hi!
I have a serious error.
My Account Manager is spamming messages alone.
Example when I log into account manager:

Screenshot_462.png

He keeps shouting like I'm answering something, but I don't type anything.

NOTE: I already changed the source, changed the datapack, changed the database to test and it doesn't solve it.
I don't know what else to do, I didn't do this before.

Does anyone know what can it be?
 
Last edited by a moderator:
Hi!
I have a serious error.
My Account Manager is spamming messages alone.
Example when I log into account manager:

View attachment 57707

He keeps shouting like I'm answering something, but I don't type anything.

NOTE: I already changed the source, changed the datapack, changed the database to test and it doesn't solve it.
I don't know what else to do, I didn't do this before.

Does anyone know what can it be?
doPlayerSay(players[1], ...) is using the first online player (even if it's the Account Manager) to be the "mouth" of the message.
In OTServ, the Account Manager also counts as an online player, so when only they are online, they are the one who speaks the messages.
 
Back
Top