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

Shield next to staff members name

psychosisneamia

~Beginner~
Joined
Jun 7, 2012
Messages
162
Reaction score
7
Does anyone know how to make staff characters have a shield beside their names at all time but only on their staff char?
 
login.lua, should work for TFS 0.3/0.4
Code:
if getPlayerGroupId(cid) > 3 then
    doCreatureSetGuildEmblem(cid, EMBLEM_GREEN)
end
 
Last edited:
Error code: data/creaturescripts/scripts/login.lua:95: attempt to call global 'doCreatureSetGuildEmblem' <a nil value> stack traceback: data/creaturescripts/scripts/login.;ia"95: in function <data/creaturescripts/scripts/login,lua:4:
 
Back
Top