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

Search results

  1. V

    Lua getGuildName Problem

    i think it dont will work, because i sended a wrong piece of code. the correct is: function Castle_endEvent(killed, damages) local playersOnline = getPlayersOnline() local dmgCount = 0 local message = "" local winner = 0 if (getGlobalStorageValue(castleConfig.endedStorage) ~= 1) then if...
  2. V

    Lua getGuildName Problem

    [15:13:36.109] [Error - CreatureScript Interface] [15:13:36.109] data/creaturescripts/scripts/castle_kill.lua:onDeath [15:13:36.109] Description: [15:13:36.109] data/lib/102-castle.lua:121: attempt to call global 'getGuildName ' (a nil value) [15:13:36.109] stack traceback: [15:13:36.109]...
Back
Top