• 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. 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...
  2. 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...
  3. 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...
  4. E

    When new TFS for 8.6+ Protocol comes out?

    Does anyone know?
  5. E

    Lua Need help with 2 scripts

    Hey guys, I am beginner at Lua, and I have problem while compiling these 2 scripts. Would you help me rewrite them to working form? 1. This one works only on tiles of lava on which players can walk. The more tiles player walked, the more damage he will take. This effect should disappear...
Back
Top