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

    Solved Tfs 1.0 Crash after close

    I dont use this version, but the repository is here: https://github.com/otland/forgottenserver/releases
  2. Vesgo

    Windows Two quick questions about client bugs and health bug

    So, over a certain ammount of lvl, your hits HEAL the target instead of removing its life? Is that it?
  3. Vesgo

    Is it possible to make paypal send 50% cash to user and another 50% to another user?

    I dont think znote can handle that. Znote only send the payment info to Paypal, and only Paypal process the payment. You need to contact paypal´s support for that.
  4. Vesgo

    Lua Removing skills (club, shielding, etc...)

    This function doPlayerAddSkill: function doPlayerAddSkill(cid, skill, amount, round) if(skill == SKILL__LEVEL) then return doPlayerAddLevel(cid, amount, round) elseif(skill == SKILL__MAGLEVEL) then return doPlayerAddMagLevel(cid, amount) end return...
  5. Vesgo

    Windows Two quick questions about client bugs and health bug

    I think so. The sources werent coded to handle such huge levels... Thats the only cause i can figure out :( Ps. I think theres some kind of edition to increase the max level inside the sources, try to find it PS2: https://otland.net/threads/c-how-to-increase-maximum-level-on-server.230364/
  6. Vesgo

    Solved Tfs 1.0 Crash after close

    I can only imagine you may have some script (talkaction /shutdown or globalevents on shutdown) crashing your server. Do you have made any modifications with the talkactions or using any custom globalevent, or creature scripts? Theres something that need to run when the server saves before...
  7. Vesgo

    Windows UPDATE MAP

    They will be imported as well! And your houses too.
  8. Vesgo

    Linux Offline/Online(Otservlist)

    If you use the local ip, players outside you LOCAL AREA NETWORK (LAN) wont be able to join the game. They wont find your server over the internet, because you are inside your LAN. You must use your ip (http://www.whatsmyip.org/) with your modem ports correctly forwarded (opened). If you are...
  9. Vesgo

    Solved Tfs 1.0 Crash after close

    Any output logs? Errors?
  10. Vesgo

    Lever

    Ok, you already may have the scripts but just dont know how to use then. Take a simple lever script that gives player some random storage right? Then, use it for the First lever. for the second one, u need to check if the player has the storage gained at the first lever, if so, he gets ANOTHER...
  11. Vesgo

    Windows Two quick questions about client bugs and health bug

    Glad to know that i coul help at least with one question. About the first one, have you edited the sources or just lua changes?
  12. Vesgo

    Lever

    why not to create just 1 lever? You need to pull 2 levers without effect to pull a third one and bang, remove the bars?
  13. Vesgo

    Linux Offline/Online(Otservlist)

    Your are getting this problema because Otservlist cant reach your server. The 127.0.0.1 ip is a LOCAL ip, only you, using the same machine where the server is running can connect to it. What do you mean with "Global ip"? You may create an executable file using the tool - It gives you a custom...
  14. Vesgo

    Lever

    Explain it better. If the player pulls de first and the second, nothing happens, and only when he pulls the third lever, the bars are removed, is that it?
  15. Vesgo

    Windows Two quick questions about client bugs and health bug

    1rst. I think theres some kind of max level, after that the server cant handle some informations, idk. 2nd. This happens with all character or just the promoted ones? The deathLostPercent =10 (config.lua) must be equal to doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss *10)(login.lua...
  16. Vesgo

    Server not online

    Maybe dinamic ip? Are you hosting the game from your house? Are you forgetting to run the noip program to redirect you ip to a dns previously configurated at config.lua?
  17. Vesgo

    Windows UPDATE MAP

    Open a new map, go to map>properties and check if it is in the version you like. After that, change the size, it must be equal or bigger then the map you are going to import. Go to file, import, import map, and select you 8.6 map.
  18. Vesgo

    Solved onLook new attibute for itens.

    Hello friends, i would like to know if theres any way to implement a new attribute inside items.xml for TFS 0.3.6 pl1, that works like the "description"? When i look to the item, it shows the new attribute and it would be a "price" attribute. Like <attribute key="price" value="Price: $ 10,00...
  19. Vesgo

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    I noticed the information about the player account is not getting registered in de database, the ban is sent, but as long the "value" line is blank, the player is not really banned. Any solutions? maybe the should be revised?? Im using the last rev 0.3 Edit: Elf bot does not work for 8.6+...
Back
Top