• 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. Knight God

    Edit this script :D

    You need edit actions.xml and add 2523;xxxx;xxxx;xxxx;xxxx; items to use.. for example: <action itemid="2523;2524;2525;2526" event="script" value="slotsys.lua"/> etc...
  2. Knight God

    Teleport System

    this script is like MU nice ^^
  3. Knight God

    raid time

    <raid name="Morgaroth" file="scripts/morgaroth.xml" chance="180000" interval2="30" margin="0"></raid> ???
  4. Knight God

    [Movement] Send to the dungeon

    bump
  5. Knight God

    Help me on Inquisition Quest Script !

    forgiven :3 --- what is the bug? error on console?
  6. Knight God

    [CreatureEvent] VIP in look players.

    try function onLook(cid, thing, position, lookDistance) if(isPlayer(thing.uid) and thing.uid ~= cid and getPlayerVipDays(thing.uid) then doPlayerSetSpecialDescription(thing.uid, (getPlayerSex(thing.uid) == PLAYERSEX_FEMALE and ".\nShe" or ".\nHe") .. " has have " ...
  7. Knight God

    Help me on Inquisition Quest Script !

    please move this to support >.<! @Kojiiro post your scripts to support in support section ¬¬....
  8. Knight God

    Advanced Auction House v1.0 (WoW Based)

    mystic spirit not using mods, you need download tfs 0.3 or 0.4 for use mods.
  9. Knight God

    [Movement] Send to the dungeon

    bump
  10. Knight God

    [8.60] Water Place by Amel

    10/10 :)
  11. Knight God

    Blessing Bug - downgraded to level 1

    UPDATE `players` SET `loss_experience` = 100; UPDATE `players` SET `loss_mana` = 100; UPDATE `players` SET `loss_skills` = 100; UPDATE `players` SET `loss_containers` = 100; UPDATE `players` SET `loss_items` = 100; yep, execute this in your db :3
  12. Knight God

    [Movement] Send to the dungeon

    bump
  13. Knight God

    Red skulls take 50% more damage.

    function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196) then if getCreatureSkull(cid) == SKULL_RED then doSetCreatureDropLoot(cid, false) doPlayerAddLevel(cid, -10)...
  14. Knight God

    [Movement] Send to the dungeon

    bump
  15. Knight God

    Walk close to a wall

    sorry double post
  16. Knight God

    Walk close to a wall

    I think it's better to change the wall on the other, such as ID, 1162
  17. Knight God

    Walk close to a wall

    explain more please ;/ i did not undertand you
Back
Top