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

    Lua Spell needing help

    Well, I was trying to do a "upgradeable" spell, a fireball which can be upgraded, so I tought.. why not using a storage? you have a npc that will change the storage and the spell check what it is, but actually it didn't work... can someone help me? here is the script: local combat =...
  2. Guiaki

    Action Cannibalism (Sucks out the blood of an dead human)

    Author: Guiaki Server Tested: TFS 0.4dev What it do? When using a item on a dead human corpse, it decayTo the second level of a dead human, and you get 5 times life added, 5hp per second. SCRIPT: Create a file named cannibalism.lua in actions/scripts and add this into it: function...
  3. Guiaki

    Knockback Spell/Globalvent/Moviment

    bump 4 ~@
  4. Guiaki

    Need Help OnKill noob char, teleport him and no frag.

    i'll do it, editing when done. -----Edited 1------- script done: local pos = {x=???, y=???, z=?} function onPrepareDeath(cid, deathList) if isPlayer(cid) and getPlayerLevel(cid) <= 50 then for i = 0, 4 do doPlayerSetLossPercent(cid, i, 0) doCreatureSetDropLoot(cid, false)...
  5. Guiaki

    Knockback Spell/Globalvent/Moviment

    bump 3 ~@
  6. Guiaki

    CreatureEvent Reputation for killing monsters, players.

    Hello man, I liked your reputation system, so I made item buying script, if you like it you can put in your topic xD the Talkaction script is: TESTED IN 0.4 Dev function onSay(cid, words, param) local storage = 666 local reputation = getPlayerStorageValue(cid,storage) if...
  7. Guiaki

    Game wolrd

    Try this one function onLogin(cid) doBroadcastMessage(""..getCreatureName(cid).." [" .. getPlayerLevel(cid) .. "] has entered the game world.", 22) return true end and in creaturescripts.xml <event type="login" name="LoginMessage" script="loginmessage.lua"/>
  8. Guiaki

    Knockback Spell/Globalvent/Moviment

    bump 2 ~@
  9. Guiaki

    Knockback Spell/Globalvent/Moviment

    bump ~@
  10. Guiaki

    Knockback Spell/Globalvent/Moviment

    TFS 0.4Dev, using 4069 executable and data 4029 Hello otland people, I am here for a request, i'll warn, its not simple, so it will need a good scripter to do this, i'll rep+ anyone who is attempting to do it ^^ well the thing is, like counter-strike, steam games whatever, warcraft 3 lots of...
  11. Guiaki

    Action Perfect items upgrade 2.0 -- Slot sytem

    Well, here I use TFS 0.4dev exe 4069 + data 4029, cliente 8.7, the tibia.exe crashes '-'
  12. Guiaki

    Action Perfect items upgrade 2.0 -- Slot sytem

    client crashes when i use the item on anything =/
  13. Guiaki

    Team [RansemiK Global OT 8.7] Team needing scripter, mapper, and a secondary hoster.

    Hello brothers.. I am here making a team for my otserver: RansemiK. Its a global map server, 8.7, already with 50 players online but with lots of bugs because of new 8.7 OT version, so I was needing a team, for assisting my Ot, with editions and several stuff.. By the way, the otserver...
Back
Top