• 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

    Teleports and some errors

    for teleport talk and effects have fun #Yusuf El-Shora Installation globalevents.xml <globalevent name="effects" interval="3000" event="script" value="effects.lua"/> effects.lua function onThink(interval, lastExecution) local texts = { ["~Castles~"] = {{x=1979, y=1998, z...
  2. Sir Islam

    Lua Tfs1.1 New currency problem

    local ITEM_GOLD_COIN = 2148 local ITEM_PLATINUM_COIN = 2152 local ITEM_CRYSTAL_COIN = 2160 local ITEM_GOLD_NUGGET = 2157 local ITEM_GOLD_INGOT = 9971 local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] = {changeBack = ITEM_GOLD_COIN, changeTo =...
  3. Sir Islam

    Lua Tfs1.1 New currency problem

    forget xd sec
  4. Sir Islam

    Lua Tfs1.1 New currency problem

    use this local ITEM_GOLD_COIN = 2148 local ITEM_PLATINUM_COIN = 2152 local ITEM_CRYSTAL_COIN = 2160 local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] = {changeBack = ITEM_GOLD_COIN, changeTo = ITEM_CRYSTAL_COIN}, [ITEM_CRYSTAL_COIN] = {changeBack =...
  5. Sir Islam

    Battle Area

    easy to do it but need some minutes tell me first so will be one player only in this area or two ? i see one player will be good # AIMSHOT
  6. Sir Islam

    points

    Premium Points ?
  7. Sir Islam

    Battle Area

    any way this idea not Important for the server but i will try this idea
  8. Sir Islam

    Battle Area

    :D really this will take time because this new idea for me and i need to test some ways to get this idea work
  9. Sir Islam

    Battle Area

    no problem i dont take time when i make scripts and easy to make :) xd this from npc.xml file <parameters> <parameter key="message_greet" value="Hello |PLAYERNAME|.To change your sex you have to say Change ."/> <parameter key="message_farewell" value="Good bye my dear...
  10. Sir Islam

    Battle Area

    no such or directory make file name battlearea.lua and put the code on it load small map in test to load server fast and don't get lag
  11. Sir Islam

    Battle Area

    have fun local config = { one = { item_Id = 9020 , -- Arena tokens item_Count = 15 -- Count } } local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  12. Sir Islam

    Battle Area

    ummm ok but test my scripts i don't test
  13. Sir Islam

    Npc Edit?

    test it and tell me what problem you get local xmsg = {} -- somewhere up with the other functions function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid local...
  14. Sir Islam

    Battle Area

    you are welcome tell me if you get any problem or want to change any thing
  15. Sir Islam

    Battle Area

    ummm ok have fun # AIMSHOT local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState, xmsg = {}, {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  16. Sir Islam

    Battle Area

    this with max 2 players ?
  17. Sir Islam

    Battle Area

    have fun :) #AIMSHOT local config = { one = { item_Id = 9020 , -- Arena tokens item_Count = 10 -- Count } , teleport_to = {x = 2000, y = 2000, z = 7} , GlobalStorage = 57894 -- set here free GlobalStorage } local keywordHandler = KeywordHandler:new() local npcHandler =...
  18. Sir Islam

    Windows Server Crash after 15 minutes

    https://otland.net/threads/opentibia-dll-pack-v2-0.155310/ open and download this or from this link down opentibia-dllpack-2.0-32bit.7z
  19. Sir Islam

    Windows Server Crash after 15 minutes

    yes you need dll files i will give you the link now
  20. Sir Islam

    Windows Server Crash after 15 minutes

    http://nightlies.otland.net/dl/forg...afaf52982fcc697c2da124-b767-Win32-Release.exe
Back
Top