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

    Solved TFS 1.0 "Broadcast Script"

    I was doing some tests in the server and when I send a broadcast " /b " it sends in the server log this. the other player online send the msg too, don't understand why. This is the script function onSay(cid, words, param) if not getPlayerFlagValue(cid, PlayerFlag_CanBroadcast) then...
  2. Tovar

    Webdesign Forgotten Gaming, Anyone who can Code?

    Love it, totally, simple and very clear.
  3. Tovar

    Desktop Post your desktop!

    Very funny desktop.
  4. Tovar

    Solved TFS 1.0 "GetCreatureMaxMana"

    Thanks, fixed with doPlayerAddMana(cid, getPlayerMaxMana(cid) - getPlayerMana(cid)) mod can close it.
  5. Tovar

    Solved TFS 1.0 "GetCreatureMaxMana"

    Same for Health?, and Thanks you very much for your reply.
  6. Tovar

    Solved TFS 1.0 "GetCreatureMaxMana"

    This is the script. function onUse(cid, item, fromPosition, itemEx, toPosition) doCreatureAddHealth(cid, getCreatureMaxHealth(cid) - getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMaxMana(cid) - getCreatureMana(cid)) doCreatureSay(cid, "You feel very refreshed and...
  7. Tovar

    Solved TFS 1.0 "GetCreatureMaxMana"

    attemp to call global 'getCreatureMaxMana' (a nil value) error in console, this function has changed? TFS 1.0 Latest sources.
  8. Tovar

    Solved Energy Ring wont shield

    is exactly fixed here just download the latest version and recompile.
  9. Tovar

    [10.77][TFS 1.2] ORTS, a real map project

    Oh x3, very nice idea, if you guys need some help, or make the thread, I'll put fixes and things there too. Thanks for your reply @Extrodus
  10. Tovar

    [10.77][TFS 1.2] ORTS, a real map project

    I think Pits of inferno "teleport tiles" isn't working, correct me if I'm wrong.
  11. Tovar

    Bug Tracker Tfs 1.0

    Oh ok didn't know, I'm sorry, I think is fixed here. https://github.com/otland/forgottenserver/commit/d9a8f9287474f525fcba1d5f9474f02315e60da1
  12. Tovar

    Bug Tracker Tfs 1.0

    http://otland.net/threads/generating-crash-dump-with-windows-microsoft-visual-c-2010-msvc-only.141725/ maybe this could help you to watch whats your problem.
  13. Tovar

    Solved Unknown immunity

    I fixed it, but i'm not in home now, if you want, I can send you the right file or post here the fix, but you have to wait until tomorrow.
  14. Tovar

    [10.77][TFS 1.2] ORTS, a real map project

    @Rickolajten I compile myself 64bits, and it has been online for 3 days, without crashes, and @MxSoft you have to set the account type 5 in your account, and group_id 3 in the player, that's how it worked for me.
  15. Tovar

    [10.77][TFS 1.2] ORTS, a real map project

    That's why it doesn't have an account made, you have to make one account and character.
  16. Tovar

    [10.77][TFS 1.2] ORTS, a real map project

    @MxSoft what you talkaction mean?, I used almost all talkactions and it works very good!
  17. Tovar

    Lua bank function error

    This happens because the npc works like this and not like this
  18. Tovar

    Solved TFS 1.0 "Error"

    Solved, I just added some libs manually and it worked.
  19. Tovar

    Solved TFS 1.0 "Error"

    OK, I'll try, if something happen again, I will be here :) Thanks @dominique120
  20. Tovar

    Solved TFS 1.0 "Error"

    Hello guys, I'm trying to compile TFS 1.0 and I was following this and this guide From the guide of github I get this error in visual studio and from Nevix guide I get this error I can't download this from github guide TFS SDK v2.0 or later(libraries) So.. I think that's the problem...
Back
Top