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

    Any oldies left? :-) //silentdefender

    hey
  2. K

    Scroll that boosts exp for x time

    https://otland.net/threads/experience-scroll-lua.182974/#post-1771098
  3. K

    Count to 10!

    2
  4. K

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    Knight 36 + 1 Paladin 14 - 1 Druid 30 Knight 37 Paladin 13 Druid 30
  5. K

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    paladin needs to die Knight 31 +1 Paladin 22-1 Druid 27 Knight 32 Paladin 21 Druid 27
  6. K

    Scripter Support, scripts etc

    yeah thats why I asked, it shows up on the front page as if someones posted but theres nothing new haha well there is something new but you have to search it :/
  7. K

    Scripter Support, scripts etc

    whats up with this posts order?haha
  8. K

    Voolcano Island

    i found this on a 8.10 I dont know if they work tho xd local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  9. K

    One last shot! Latest RL Map, up to date!

    join this one http://otland.net/threads/kiltera-rpg-10-57-development-progress-thread.222601/
  10. K

    Keep one, drop one

    nice butt
  11. K

    Solved Vip tile - level limit acces

    try this one, need to go lunch so i did it fast haha ill come back later function onStepIn(cid, item, position, fromPosition) local player = Player(cid) if not player then return true end if getPlayerVipTime(cid) == 0 then player:teleportTo(fromPosition, false)...
  12. K

    Solved Vip tile - level limit acces

    if you want people below level 80 it should be level < 80
  13. K

    Guess the age of the next poster!

    false next 19
  14. K

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    Knight 30 +1 Paladin 23 -1 Druid 27 Knight 31 Paladin 22 Druid 27
  15. K

    Solved Problem with function

    try with getThingPos(cid) if not replace line 9 with Player(cid):getPosition():sendMagicEffect(CONST_ME_HOLYDAMAGE)
  16. K

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    Knight 30 + 1 Paladin 23 - 1 Druid 27 Knight 31 Paladin 22 Druid 27
  17. K

    [9.80] Rising Continents - Revamp - Release

    looks nice! thanks
  18. K

    Hacked - Reason

    I download it just for the freepoints, but I actually never used it
  19. K

    Protection for lowlevel's TFS 1.0

    local blessLevel = 30 function onLogin(cid) local player = Player(cid) if player:getLevel() <= blessLevel then for i = 1, 5 do player:addBlessing(i) end player:getPosition():sendMagicEffect(CONST_ME_HOLYDAMAGE) end return true end ligin.lua...
  20. K

    Lua [Script, Action] Item summon.

    Copy the full lua here and paste the link pastebin.com
Back
Top