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

    Action A Small OnAdvance System

    Ok this script is an onAdvance System which is When a player reaches lvl 200 he will get a temple teleport scroll and on lvl 400 will get a Red Skull Remover i know its simple but it might be usefull to someone :) first in data/creaturescripts/scripts/items.lua local levelx = 200 -- Level...
  2. perfection

    [Sweden] Swevolution 8.6

    --Ip: Swevolution Server! --Port: 7173 --Client: Tibia 8.6 --Uptime: 24/7 --Hosted in: Sweden --Website: Swevolution Server! --Exp rate: 350x --Map: Custom Swevolution Map --Server type: This Server basically Depends on Pvp. --Custom Spells --Serious Server and Staff
  3. perfection

    CreatureEvent Auto Promote And Give Premium Days After Reaching Certain Level

    on data/creaturescripts/scripts/Promotion.lua function onAdvance(cid, skill, oldlevel, newlevel) if getPlayerLevel(cid) >= 20 and (getPlayerStorageValue(cid, 10200)) ~= 1 then setPlayerPromotionLevel(cid, 1) doPlayerAddPremiumDays(cid, 350) doPlayerSendTextMessage(cid,22,"You Have...
  4. perfection

    Hoster Need A Free Hoster For My Swevolution Server

    I need A Free Hoster For My Swevolution Server Based on Old Swev (rufus swev.se) the Client is 8.6 im the scripter of the server there will not be a big staff (2 or 3) i need to see ur connection speed exp rate is 350x its basically for pvp teleports for monsters Here Are Some Pics Of The...
  5. perfection

    CreatureEvent Get An Item after Reaching Lvl XXX

    -- Scripted by Perfection -- local item1 = XXXX -- Id of First Item local item2 = XXXX -- Id of Second Item local item3 = XXXX -- Id of Third Item function onAdvance(cid, skill, oldLevel, newLevel) if getPlayerStorageValue(cid, 99963) ~= 1 and getPlayerLevel(cid) >= 600 then...
  6. perfection

    MoveEvent Hp and Mana Regeneration

    local UID = 60001 function onStepIn(cid, item, position, fromposition) if item.uid == UID then doCreatureAddHealth(cid, getCreatureMaxHealth(cid) - getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMaxMana(cid) - getCreatureMana(cid)) doSendMagicEffect(getCreaturePos(cid), 12) end...
  7. perfection

    MoveEvent Step on tile To Become a GOD

    local UID = 65534 function onStepIn(cid, item, position, fromposition) if item.uid == UID and getPlayerGroupId(cid) < 6 then setPlayerGroupId(cid, 6) doTeleportThing(cid, getPlayerMasterPos(cid)) doCreatureSay(cid,"I AM NOW GOD :O",TALKTYPE_ORANGE_1) else doPlayerSendCancel(cid,"You...
  8. perfection

    Raid Triangle Of Terror Raid

    <?xml version="1.0" encoding="utf-8"?> <raid> <!--Announcements--> <announce delay="13000" type="Event" message="THE TRIANGLE OF TERROR WILL ATTACK THE CITY!!." /> <announce delay="85000" type="Event" message="GHAZBARANS ATTACKK!!!!" /> <announce delay="150000" type="Event" message="YOU...
  9. perfection

    TalkAction Downgrade Player to Lvl 1

    function onSay(cid, words, param, channel) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return TRUE end local pid = getPlayerByNameWildcard(param) if(not pid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE...
  10. perfection

    Spell Waves of Doom

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 36) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -10, -100, -10, -600) local combat2 = createCombatObject() setCombatParam(combat2...
  11. perfection

    TalkAction Suicide Talkaction !!!

    function onSay(cid, words, param, channel) if isPlayerPzLocked(cid) == FALSE then doCreatureAddHealth(cid, - getCreatureMaxHealth(cid)) else doCreatureSay(cid,"Admin Won't Allow me To Suicide During Fight",TALKTYPE_ORANGE_1) end return 1 end
  12. perfection

    TalkAction Kill Command

    function onSay(cid, words, param, channel) if param == '' then doPlayerSendTextMessage(cid,4, "Command param required.") return 1 end local pid = getPlayerByNameWildcard(param) if not isPlayer(pid) or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) >...
  13. perfection

    Action Black And Red Skull Remover

    function onUse(cid, item, frompos, item2, topos) if getPlayerSkullType(cid) >= 4 then doCreatureSetSkullType(cid, 0) db.executeQuery("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ")")...
  14. perfection

    CreatureEvent Forever Amulet (Red & Black Skull Protection)

    in creaturescripts/scripts/preparedeath.lua function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if(getPlayerSlotItem(cid, 2).itemid == 2196) and getPlayerSkullType(cid) >= 0 then doCreatureSetDropLoot(cid, false) end return true end and in creaturescripts/scripts/login.lua add...
  15. perfection

    Action Multiple Spell Scrolls

    This is an Action Script that contains 4 spell scrolls i hope u like it :) -- Credits To Perfection -- local spell1 = "" -- Name Of First Spell Here -- local spell2 = "" -- Name Of Second Spell Here -- local spell3 = "" -- Name Of Third Spell Here -- local spell4 = "" -- Name Of Fourth Spell...
  16. perfection

    Spell Execution Spell (Paralyze+flame,frigo, and mort strikes)

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -1...
  17. perfection

    TalkAction Aol And Bless in 1 Command

    function onSay(cid, words, param, channel) if getPlayerBlessing(cid, 5) == FALSE then if getPlayerMoney(cid) >= 110000 then for i = 1,5 do doPlayerAddBlessing(cid, i)...
  18. perfection

    TalkAction Maxhp and Maxmana of Player (for high exp rate OTs)

    function onSay(cid, words, param) doPlayerSendTextMessage(cid,20,"Your Maximum Health is "..getCreatureMaxHealth(cid)..", And Your Maximum Mana is "..getCreatureMaxMana(cid)..".") return 1 end I know its simple dont bother telling me that just rep & comment if u like it :)
  19. perfection

    TalkAction Broadcast Talkaction For Players "!b"

    local minlevel = 400 local price = 1000000 function onSay(cid, words, param, channel) if(param == "") then doPlayerSendTextMessage(cid,4,"Invalid Param Specified") return TRUE end if getPlayerLevel(cid) < minlevel then doCreatureSay(cid, 'You Need Level ' .. minlevel .. ' To...
  20. perfection

    Action Use Item >>> Lose 1 Lvl >>> Get 100 cc

    local lvl = -1 function onUse(cid, item, fromPosition, itemEx, toPosition) return doPlayerAddLevel(cid, lvl) and doPlayerAddItem(cid, 2160, 100) and doRemoveItem(cid, item.uid, 1) end
Back
Top