• 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

    bump

    works 100% :) i tested on gesior 0.3.8
  2. Knight God

    [Action] Pick, Items, Monsters (Quest)

    thanks :)
  3. Knight God

    [Action] Pick, Items, Monsters (Quest)

    i sorry for my bad english, only using basic english learned in school. well,i need a script if u using pick in the crack medium the script summon monsters in all orange tiles, and create two stones in exit, teleport to exit and a chest with items, only the player who used the pick on the crack...
  4. Knight God

    Troll Scripter's Free Script Service.

    http://otland.net/f132/action-pick-items-monsters-quest-155219/
  5. Knight God

    [Action] Pick, Items, Monsters (Quest)

    bump :3
  6. Knight God

    Troll Scripter's Free Script Service.

    http://otland.net/f132/action-pick-items-monsters-quest-155219/ Look this @Troll Scriper
  7. Knight God

    [Action] Pick, Items, Monsters (Quest)

    I wonder if I can help create this script, since I have no time, I apologize if it is too complex to create. The script I think it's action. (+) If you have the requirements. *here need use a pick here would be activated the script. *in each coal basin will have to put a certain item...
  8. Knight God

    Oken, Gengia, Pyre, with added houses 100%

    it's horrible map! <_<
  9. Knight God

    TalkAction Error in custom lua,please help

    function onSay(cid, words, param, channel) local office = {x=1316, y=820, z=7} if getPlayerAccess(cid) > 2 then doTeleportThing(cid, office) doSendMagicEffect(office, CONST_ME_TELEPORT) doPlayerSendTextMessage(cid,22,"Welcome back to the office.") else doPlayerSendCancel(cid...
  10. Knight God

    1 Task Npc (rare)

    i have 2 problems... well when using my god char all perfect.. 22:54 Grizzly Adams: You have to kill 50 Dragons, 20 Dragon Lords. You want to do it? 22:56 20 / 20 Dragon Lords killed. 22:56 50 / 50 Dragons killed. if i using normal player lvl 205 not say nothing when I say "mission" and...
  11. Knight God

    1 Task Npc (rare)

    where u tested this? what tfs
  12. Knight God

    [CreatureScript] level protection

    use this function onLogin(cid) local bless = {1, 2, 3, 4, 5} local level = 20 if(getPlayerLevel(cid) <= level) then for i = 1, table.maxn(bless) do if(getPlayerBlessing(cid, bless[i])) then return TRUE else doPlayerAddBlessing(cid, bless[i]) end end end...
  13. Knight God

    Random Boss Room

    bump
  14. Knight God

    1 Task Npc (rare)

    i waiting you :)
  15. Knight God

    Get Teleported to a place on lvl 10! Rep!

    Nop, creatureevents: <event type="advance" name="Scriptname" event="script" value="Scriptname.lua"/>
Back
Top