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

Lua Could Need some Help with a Server Status Script.

feslir

New Member
Joined
Sep 2, 2007
Messages
241
Reaction score
2
Location
Kosovo
Ive looked at masiyah hes having a rolling script of his server status and i could use some help^^
but i cant figure out how to make it as function of my server..


v_content=[
['?subtopic=whoisonline','There are currently <b>Shows How many people are online </b> players online.','_self'],
['?subtopic=killstatistics','<b>Player Name </b> recently died at level <b>Level</b>.','_self'],
['?subtopic=characters','The newest player is <b>Character Name</b>. Welcome!','_self'],
['?subtopic=whoisonline','Player <b>Character Name</b> just logged on.','_self'],
['?subtopic=characters','There are a total of <b>Server Numbers of Players Made</b> players created.','_self'],
['?subtopic=guilds','There are a total of <b>Guilds Numbers how many</b> guilds made.','_self'],
['?subtopic=team','Support Staff <b>How many </b> How many staff.','_self'],
['?subtopic=serverinfo','All players together have spent <b>1,406,176,147,034 mana</b>.','_self'],
['?subtopic=serverinfo','<b>Character Name</b> Has Done the quest <b>Inquistion</b>.','_self']
];

So anyone can help me?:P
 
Back
Top