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

killchannel

  1. Roddet

    CreatureEvent [OTX] [TFS 0.3 - 0.4] Death Channel (Based on gesior's death page)

    data/ibs/000-constant.lua add the following line: CHANNEL_DEATH = 10 data/XML/channels.xml <channel id="10" name="Deaths" logged="yes" active="0"/> data/creaturescripts/ --[[Script by Musztang]] function isSummon(cid) return getCreatureMaster(cid) ~= nil and true or false end function...
Back
Top