• 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!

reconfigured broadcast msg

somy96

Bloxer Ot
Joined
Aug 15, 2011
Messages
75
Reaction score
1
Location
Cairo,Egypt
[30/09/2015 07:50:16] > Broadcasted message: "Welcome to Flammingvets, If you want to donate to us just write: !donate".
[30/09/2015 07:51:57] > Broadcasted message: "Welcome to Flammingvets, If you want to donate to us just write: !donate".
[30/09/2015 07:53:38] > Broadcasted message: "Welcome to Flammingvets, If you want to donate to us just write: !donate".
[30/09/2015 07:55:19] > Broadcasted message: "Welcome to Flammingvets, If you want to donate to us just write: !donate".
[30/09/2015 07:57:00] > Broadcasted message: "Welcome to Flammingvets, If you want to donate to us just write: !donate".
it just broad casts every 2 minutes and i can;t find anything in my data pack that has this message inside,and i really need to make it stop because it bothers the players
 
Last edited:
the script is in
Code:
\data\npc\scripts\donater.lua
line 7
Code:
local broadcastmessage = {'Welcome to Flammingvets, If you want to donate to us just write: !donate' }
 
Back
Top