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

    Solved Twice attack Item.

    I use tfs 0.3.6 . I want double hit , not double speed. ;)
  2. M

    Solved Twice attack Item.

    Hi. I want crate a Sword which attack double. But i dont know how i can start. Please help me.
  3. M

    Items.xml - VALUE

    But i dont want searach it on examples . I want list.
  4. M

    Items.xml - VALUE

    Hi . I saw that http://otland.net/threads/items-xml-item-attributes-list.199957/ , but i dont know for example as value i can write on slottype - value :<attribute key="slotType" value="two-handed"/> I need list of value what i can write there.
  5. M

    Solved Maximum items on RME mapeditor.

    I have it thanks for help . Rme eat last item. But i double it and it work.
  6. M

    Solved Function onKill dont work.

    IT WORK - Thanks
  7. M

    Solved Function onKill dont work.

    I kill enemy player and i dont give soul and i dont give Message : function onKill(cid, target, lastHit) if isPlayer(target) == TRUE and isPlayer(cid) == TRUE then doPlayerAddSoul(cid, 5) doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "+5 soul for kill " ...
  8. M

    Solved Maximum items on RME mapeditor.

    Hi ! I have 11426 items in items.otb - i saw it in my OTItem Editor ,but my RME Map editor don't see my last added Item . Why ? I must add new item to RME to some file ? Please help me !
  9. M

    Check a maximum soul.

    I have about 90 profesions . Some have maximum soul = 100 , other = 150 or 200 . I want add player 5 soul point if he kill player , but i need condition which check maximum soul player when kill enemy , because i dont want give him 5 soul if he have 99 soul , and his maximum soul is 100 ...
  10. M

    Check a maximum soul.

    Welcome ! I want check Maximum number soul player , because i want give him 5 points and i don't want give him to much this point. Example : Player have maximum soul = 100 soulmax="100" *With Vocation.xml I don't want give him 105 that points. Please help me .:)
  11. M

    Tfs 0.3.6

    Thanks so much for your help . That guide which you recommend me is awesome . It is that what i was looking for . ;) Topic to close.
  12. M

    Tfs 0.3.6

    sn3ejk - thanks so much for that list. I only need description for that list and will be Grat :)
  13. M

    Tfs 0.3.6

    Welcome! I need help about all function which i can use for create my Open Tibia Server. Example function : function onKill(cid, target, lastHit)
Back
Top