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

    Releasedates!

    I am really gonna love this server release xD.
  2. Ezzam

    The Forgotten Server v0.2 (Mystic Spirit)

    I get warning for generic trojan :S but i know it's clean froblems with bitdefender ;/
  3. Ezzam

    NPC [RELEASE] TFS default softboots refiller witn new Firewalker Boots.

    Put in (...Data\NPC\NAME.xml <npc name="NAME" script="data/npc/scripts/SCRIPT.lua" floorchange="0" walkinterval="25" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="128" head="114" body="88" legs="88" feet="0" addons="3" corpse="2212"/> <parameters>...
  4. Ezzam

    The Forgotten Server v0.2 (Mystic Spirit)

    How do I fix AOL? Cant find in forum, tired of looking, looked for hours now.
  5. Ezzam

    Skills wont save!

    I have tried o install newest phpMyAdmin and reimport database, but still no result.
  6. Ezzam

    TFS 0.2 newest. (5 Jan 09) Save skills bug.

    Server wont save. I have tried to install newest PHPMyAdmin and reimported sql database, but still no result!
  7. Ezzam

    The Forgotten Server v0.2 (Mystic Spirit)

    My server doesn't save skills! I updated PhPMyAdmin to newest and reimported database, but it still doesn't save. Help me anyone!!!! There's only 5 triggers in mySQL, and in SQLite it's 29, why is that
  8. Ezzam

    Shop system Gesior problems

    I found out that if the name contain this > ' < in the name, it cant send the item. I dont know why it still send the item even if it wont work.
  9. Ezzam

    Talkaction removing storageid request.

    A simple script removing a storage id. ex. !unvip " .. player name .. setPlayerStorageValute(uid, storageid, newvalute) uid = player StorageID= 99987 NewValute= -1
  10. Ezzam

    MoveEvent RELEASE Easy elevator system

    It was coded in one file, then i made copies and changed where to come when stepIn. But as i said earlier, I CAN improve it alot bu changing it to action system, because then you can teleport more then one floor at the time. But the script only works like a teleport, it only makes it look better.
  11. Ezzam

    MoveEvent RELEASE Easy elevator system

    It's looks bette without teleport. (My opinion) and i was boored and wanted to make a fun script.
  12. Ezzam

    Action [RELEASE] Quest.lua with count & weight check [TFS]

    This is better in TFS 0.2, there are still many ppl using 0.2 because it's more stable and less bugs because they have worked with it a long time. It's true the 0.3 quest system is better, but i have no time learning it yet, when a more stable release of 0.3 comes, i might think it's not too...
  13. Ezzam

    MoveEvent RELEASE Easy elevator system

    Easy and fast made script, teleport you up one floor or down. Up and one step east or down one step to east. Up and one step south or down one step to south. Up and one step west or down one step to west. Up and one step north or down one step to north. It cant teleport you two steps up and one...
  14. Ezzam

    Items.xml attributes?

    Thx.
  15. Ezzam

    My First Script Dont Work :-(

    function onStepIn(cid, item, pos) local hp = getCreatureHealth(cid) local max = getCreatureMaxHealth(cid) local add = max - hp if isPlayer(cid) ~= TRUE and (pos.x == 814) and (pos.y == 1112) and (pos.z == 7) then doPlayerSendTextMessage(cid, 19, "Czujesz ukojenie")...
  16. Ezzam

    Items.xml attributes?

    What is all attributes for TFS 0.2? Is there a file i can look in or how can i find them?
  17. Ezzam

    The Forgotten Server v0.2 (Mystic Spirit)

    It doesn't work for me either on 0.2 or 0.3. the error message is: FATAL: [OTBM loader] Unknown map node.
  18. Ezzam

    MoveEvent RELEASE Easy elevator system

    I have only tested this on TFS 0.2.22 and 0.3b2 Add this in Movements\Scripts\Elevator\Up.lua function onStepIn(cid, item, fromPosition, itemEx, toPosition) local titlePos = getPlayerPosition(cid) if item.itemid == 3217 then fromPosition.z = fromPosition.z - 1 elseif item.itemid == 3216...
Back
Top