• 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. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    show me droploot.lua # dkangel83
  2. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    yes i know why give me mins i give u the fix :)
  3. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    make like thisput number of town Town(1) modal:addChoice(1, Town(1):getName()) modal:addChoice(2, Town(2):getName())
  4. Sir Islam

    Itens on House tiles by Map Editor:

    my idea make this tile not tile house :) just normal tile
  5. Sir Islam

    attribute key item for dont walk over an item

    you can do it in movements by onStepIn
  6. Sir Islam

    Houses:

    kkk no problem :P
  7. Sir Islam

    Battle Area

    soon i will give you the script :)
  8. Sir Islam

    Solved NPC Banker Not To Transfer to a No Vocation Player

    no problem :) have fun bro hope you like :)
  9. Sir Islam

    Houses:

    the best /closeserver shutdown
  10. Sir Islam

    Houses:

    you need to save server first use /closeserver shutdown or /save then make exit no problem
  11. Sir Islam

    Houses:

    how you restart ? by exit x ?
  12. Sir Islam

    Solved NPC Banker Not To Transfer to a No Vocation Player

    u was have problem with playerExists i fix it and i do what u want have fun#dkangel83 http://pastebin.com/up9qXjyf
  13. Sir Islam

    Port 80 is open on router and still closed ?

    when he change port 80 to 8080 is work he want 80 to work not other port
  14. Sir Islam

    Solved Where is a coins value decided? TFS 1.1

    or make with out trade hi sell sword
  15. Sir Islam

    Solved Help NPC boat, teleport dont work?

    have fun :) local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  16. Sir Islam

    Solved Where is a coins value decided? TFS 1.1

    any way this not problem easy to edit xd
  17. Sir Islam

    Teleports and some errors

    nope not all scripts some will get errors :D
  18. Sir Islam

    Teleports and some errors

    from map goto pos x:715, y:841, z:7 and remove this item may be :)
  19. Sir Islam

    Teleports and some errors

    make file name effects.lua and put code on it function onThink(interval, lastExecution) local texts = { ["~Castles~"] = {{x=1979, y=1998, z =6},CONST_ME_FIREWRK_RED, 23}, ["~Hunting~"] = {{x=1999, y=1994, z=7},CONST_ME_FIREWORK_YELLOW, 23}, ["~Quests~"] = {{x=2001, y= 1994...
Back
Top