• 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!

Recent content by Ezeq

  1. E

    Webdesign Amiroslo first layout!

    masterpiece!
  2. E

    [League of Legends] General Discussion

    those item choices, omfg, bleeh
  3. E

    Neon's latest mapping works!

    Im anxious what next can you came up with, neon. Nicely made btw : P
  4. E

    Lua npc travel

    People, stop trolling me, I can script such a basic scripts. Your one doesnt even remove gold, checks if premium etc. I need better help :S Updated first post!
  5. E

    Lua npc travel

    ye, but how do you combine it with normal travel script like this: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  6. E

    Lua npc travel

    Can anyone provide me an example script which shows how to make npc check certain player storage value before sailing with you? If value is -1 he will refuse to sail. EDIT: Can anyone tell me if its going to work if I rework travel function in npc modules like this: function...
  7. E

    darklord [mapping works]

    darklord, where did you find this item in green rectangle? All I could find is things on right side of pic.
  8. E

    195800's Mapping Thread

    good
  9. E

    iDELTI's MAPPING

    so both pictures suck imo. First lacks something and second is too overspammed with that grass effect and has no real content. So I am reapeating the question: Where's the earlier ethan?
  10. E

    Lua chest problem

    bump!
  11. E

    Lua chest problem

    help?
  12. E

    Lua chest problem

    Bump for great justice
  13. E

    GOD in Mystic Spirit 0.2.9

    I am using mysql and I got this thx I had to put 5 in accounts type too
  14. E

    Lua chest problem

    I've created simple script, but it doesnt work and console doesnt return any errors. I am using Mystic Spirit 0.2.9 -- [chest.uid] = [item_id, item_id_count, player_storage_value_id] local chest = { [2000] = {2475, 1, 2000}, [2001] = {2475, 2, 2000} } function onUse(cid, item) local...
  15. E

    GOD in Mystic Spirit 0.2.9

    I have problem, because I dont know how to make an god account on the newest server. I dont understand what does "type" in "account" card. And if I declare group_id = 6 in "players" card, when I log in server automaticly reverts it to 0 :\ Could someone explain me how to make a GOD on Mystic...
Back
Top