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

    !bless steals money !

    hey guys, i need help in this script: if the player does not have enough money, he takes a part, not bless them and says he does not have enough money function onSay(cid, words, param) local fail = 0 if getPlayerLevel(cid) < 31 then cost = 2000 else cost =...
  2. felipedorgas

    Quest log

    how to run the quest log??? data/xml/quests: <?xml version="1.0" encoding="UTF-8"?> <quests> <quest name="Anihileator - Completed!" startstorageid="5010" startstoragevalue="1"></quest> <quest name="Demon Oak - Completed!" startstorageid="12900" startstoragevalue="1"></quest> <quest...
  3. felipedorgas

    [Creaturescripts]Kill 2 monsters = Appear new tp for 30 seconds

    This script below, Brings up a teleport after killing the ONE monster, it lasts 30 seconds local tpId = 1387 local tps = { ["Orshabaal"] = {pos = {x=761, y=57, z=7}, toPos = {x=767, y=52, z=7}, time = 30}, } function removeTp(tp) local t = getTileItemById(tp.pos...
  4. felipedorgas

    [Creaturescripts] End vip end promotion

    hello guys i need help in this script, is version 8.54-8.57 i have a good system for vip account (all characters win vip) and this system have a script, what leads the player to a town free when end vip: function onLogin(cid) if getVipTime(cid) > 0 and isVip(cid) ==...
Back
Top