• 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. N

    Npc - need

    so it has to be the same dialogue and has cid get the answer, I have a sample script how it should look like but without the later part of the dialogue, I can not add local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  2. N

    Npc - need

    Hi, I need NPCs with whom dialogue looks like this Storage (8000) Please help me
  3. N

    Solved Error lua

    local config = { ["Point Shop"] = { x = 259, y = 259, z = 7 }, function onThink(cid, interval, lastExecution) for k, v in pairs(config) do doSendMagicEffect(v.pos, v.eff) return doSendAnimatedText(v.pos, k, math.random(1, 255)) end return true end
  4. N

    Solved Error lua

    local config = { ["Point Shop"] = {x=259,y=259,z=7}, eff = CONST_ME_POFF}, ["Depo"] = {x=253,y=257,z=7}, eff = CONST_ME_POFF}, ["Exp"] = {x=259,y=257,z=7}, eff = CONST_ME_POFF}, ["Training"] = {x=253,y=259,z=7}, eff = CONST_ME_POFF}, ["Temple"] =...
  5. N

    Lua Spell Effect 8.6

    doSendMagicEffect(getThingPos(cid), CONST_ME_POFF)
  6. N

    [Poland][CUSTOM] Dragon Ball Priority - NoCheat Start 10.10.2014

    Bo to w ogóle nie przypomina servera o owej tematyce.. mało tego te grafiki są okropne, mapa też nie jest zbyt fajna z tego co widziałem na screenach, ale najgorsze są te grafiki.
  7. N

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Please update to tibia 8.54
  8. N

    Desktop Post your desktop!

    and so to make the script ^;^
  9. N

    Desktop Post your desktop!

  10. N

    Lua New vocation starting items

    hmm mod? <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes"> <config name="firstitems_config"><![CDATA[ config = { storage = 30001, items = {2418, 2376} } ]]></config> <event type="login"...
  11. N

    Lua Exura sio - heal only friend!

    go to spells.xml and paste <instant name="Heal Friend" words="heal friend" aggressive="1" params="1" needtarget="1" lvl="500" maglv="15" mana="100" soul="0" exhaustion="1000" prem="1" enabled="1" script="heal friend.lua"> <vocation id="11"/> </instant>
  12. N

    [LUA FUNCTION] cleanHousesByIdleTime(idletime)

    This function can make a throw to functions.lua in lib function cleanHousesByIdleTime(idletime) local days = tonumber(idleTime) if(not days or days <= 0) then return 0 end local checkTime = os.time() - days*3600*24 local result, i = db.getResult('SELECT `owner`, `world_id`, (SELECT...
  13. N

    Exiva - Need

    Tfs 0.3.6 (8.54) - - - Updated - - - Please Close!
  14. N

    Exiva - Need

    hello, looking for a exiva spells, makes it possible to search for a player exiva "player nickname
  15. N

    Learn spell by clicking on a book [Quest]

    [1ItemID1] - you need to enter in the parentheses item's id
  16. N

    Naruto OTS Poszukuje Pomysłów.

    Chyba was głowa swędzi panowie (za przeproszeniem), każdy ma swój gust, są gracze którzy lubią grać na płaskich grafikach i są zwolennicy grafik izometrycznych.. Co do projektu, Reazil, miał ich chyba z 10 i każdy zmieniał po tygodniu,więc wątpię że i ten projekt ujrzy światło dzienne...
  17. N

    po zabiciu zmienia pozycje

    Ech źle to zrobiłeś ta linjka $config['site']['newchar_towns'] skasuj ją i zastąp ją dwoma linijkami $config['site']['newchar_towns'][0] = array(1); $config['site']['newchar_towns'][1] = array(1); w xammp>htdocs>accountmanagement.php znajdź linijkę $player->setTownId i ustaw...
  18. N

    po zabiciu zmienia pozycje

    w tej linijce xD $player->setTownId(1);
Back
Top