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

Search results

  1. P

    reseting storage in action script

    guys I need help I have in npc storage for 1 minute: doPlayerSetStorageValue(cid, 17543, os.time() + 1 * 60) and here is check if already have (getPlayerStorageValue(cid, 17543) > os.time()) working fine but how to implement this to action script onuse (getPlayerStorageValue(cid, 17543) == 1)...
  2. P

    defaultPriority = "high" niceLevel = 5 coresUsed = "-1"

    Someone can explain these options in config.lua in tfs 0.4 if some can improve my server performance? defaultPriority = "high" niceLevel = 5 coresUsed = "-1"
  3. P

    POI vial of blood like rl

    Hello I'm looking for script vial of oil on gravestone on POI but after you use vial of oil on gravestone it immediately teleports you not like pour out blood and you must click on gravestone to teleport It should be movement with AddItem I think
  4. P

    Lua Poi oil lever how to add transform back after xxx seconds

    I want to make oil lever on poi which after xxx seconds will return to 1945 and bridge transform to water Somebody knows? ;D
  5. P

    Tile checking storage for 6666 demon task demon oak

    What storage player have after killing 6666 demons in grizzly addams? 14006?
  6. P

    Online record in Gesior

    Hello I'm seeking for one line simple code which show online players record in server info page but with the date when the record was just like this on rl Overall Maximum: 64028 players (on Nov 28 2007, 19:26:00 CET) I'm using older gesior for 0.4 Thanks in advance :)
  7. P

    NPC check storage and give you a addon

    Hi guys I need simple npc which checking if you have storage and give you addon to outfit if is true than message here you are if doesn't have storage is false message like sorry blablabla
  8. P

    elemental weapon dmg showing only elemental dmg

    For example serpent sword Showing only elmental dmg : How to fix it?
  9. P

    Gesior AAC wide texts bug

    Guys why it isn't column but stupid straight text and extends the entire layout when I type many letters look examples latestnews guild description character comment https://i.imgur.com/RNLrdpF.jpg
  10. P

    God comamnd /m 8 monster spawn limit Pictures

    How to fix it to spawn more than 8 monsters?
  11. P

    I can close and open windows in rl map

    I shouldn't be able to close and open windows on rl map but I can open and close on the whole map every window :/ What's wrong? For example these windows in Thais I can close it but I shouldn't
  12. P

    Lua Marriage script how to add only different sex condition

    Hi guys i have this marriage script but it allows to merry the same sex! Can somebody add to this condition which allow merry only opposite sex Part 1. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
Back
Top