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

    Stupid doubts regarding otserver creation

    1. If you use gesiorAcc, it creates some samples, modify them in ur db so new character will copy his attributes. 2.Try to find function script "player get level" or something. I used it from here. function onLogin(cid) if(getPlayerLevel(cid) < 85) then local setPlayerLevelOnLogin =...
  2. N

    Window to send some text ??

    It didnt work :( 1581446986 Solved: id_item= change it to a item id WHICH CAN BE USE TO WRITE... EX: LABEL, LETTER... doShowTextDialog(cid,id_item,"blah blah blah")
  3. N

    Window to send some text ??

    Hello guys, i was thinking about windows exit when you try to force exit tibia, is there any way to make that a window with a message... for example: "hey! u arent vip" or something when a player tries to access vip zone? I know that this code belong to movements IMPORTANT: I DONT want that...
  4. N

    Limitation Skill.[8.0]

    Maybe it can work, im not sure... but i lost my patience with that xD. So thanks and sorry... I give you rep. Thanks for your time and one more time: thansk
  5. N

    Limitation Skill.[8.0]

    is there any way to do it?
  6. N

    Limitation Skill.[8.0]

    My purpose is to make something "real". I explain: Why skills starts from 10 to ....? I would like to set it from 1 to 10, meaning 10 max skill. My problem is that I cant set a max skill in my 8.0 server, thats the code that im using: function onAdvance(cid, skill, oldLevel, newLevel) if...
  7. N

    Limitation Skill.[8.0]

    No works 1581277671 If i set rates to 0 it wont advance... another idea is to set it too low
  8. N

    Limitation Skill.[8.0]

    I have something like u comment, but it doesnt works and also it doesnt say anything in console... so i dont know what to do :c
  9. N

    Limitation Skill.[8.0]

    I dont see it, maybe its a basic sever...
  10. N

    Limitation Skill.[8.0]

    Hello guys, I had an idea for my server but dunnow if its possible to do it. Im using a server version 8.0 and i would like to set max skills to 10. Most of time i see skill stages xml in data/XML. But this time i dont see it. So here is my question. Is there any way to set max player skill...
Back
Top