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

Search results

  1. Tbol

    TFS 1.2 doesnt execute globalevent (wave event)

    Printed 0 so it means it should have broadcasted a message and opened portal but it didnt
  2. Tbol

    TFS 1.2 doesnt execute globalevent (wave event)

    Using this wave event script GlobalEvent - TFS 1.3 Monster Wave Event (https://otland.net/threads/tfs-1-3-monster-wave-event.273925/) but for some reason it doesnt execute the globalevent <globalevent name="Wavevent" interval="120000" script="wavevent.lua" /> local timeWait = 1 -- Time in...
  3. Tbol

    TFS 1.2 how to create loot channel and delete loot from server-log

    So you mean editing dropcorpse.lua? this line killer:sendTextMessage(MESSAGE_INFO_DESCR, string.format("Loot of %s: %s", monster:getName():lower(), next(lootItems) and table.concat(lootItems, ", ") or "nothing.")) ?
  4. Tbol

    TFS 1.2 how to create loot channel and delete loot from server-log

    Lol it creates just a channel but it misses source it needs to send loot info in this channel
  5. Tbol

    TFS 1.2 how to create loot channel and delete loot from server-log

    Seen some but its for 0.3 and 0.4 tfs
  6. Tbol

    TFS 1.2 npc that checks if monster x name exist if yes teleport

    So how would u check if monster with name exists in the map on npc?
  7. Tbol

    TFS 1.2 npc that checks if monster x name exist if yes teleport

    Hi looking for npc that would teleport players to x,y,z if monster with name X exist in the map
  8. Tbol

    How can i broadcast message if someone kills monster with name X

    Damn nice, didnt knew that
  9. Tbol

    How can i broadcast message if someone kills monster with name X

    Edit - it doesnt work even tho registered in monster too
  10. Tbol

    How can i broadcast message if someone kills monster with name X

    Yea but cid doesnt exist in onDeath
  11. Tbol

    How can i broadcast message if someone kills monster with name X

    function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) local playerName = deathList[1] if getCreatureName(cid) == 'Mutated Squirrel' then broadcastMessage("The player "..getCreatureName(playerName).." killed ".. getCreatureName(cid) .."...
  12. Tbol

    How can i broadcast message if someone kills monster with name X

    Hi how can i broadcast message if someone kills monster lets say with name "Dick Lord" and once this monster is killed it would say "Dick Lord was killed" tfs 1.2
  13. Tbol

    Lua [SPELL][TFS 1.2] doesnt ricochet

    Thanks guys :)
Back
Top