• 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

    Exura gran mas res Not work

    Fixed with this: https://github.com/nekiro/forgottenserver/pull/56/files
  2. N

    Experience stages

    my source doesn't have config.lua.dist
  3. N

    Experience stages

    there is a synthase error, I don't know how to fix it =/
  4. N

    Experience stages

    doesn't work
  5. N

    Experience stages

    Good morning, when I set the exp to 0.5x the player doesn't get exp, only when I set it to 1x, but I want to put stages below 1x I'm using TFS 1.3 <?xml version="1.0" encoding="UTF-8"?> <stages> <config enabled="1" /> <stage minlevel="8" maxlevel="100" multiplier="50" /> <stage...
  6. N

    Exura gran mas res Not work

    1632783349 That way it worked, but I get battle and skull... local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false)...
  7. N

    Exura gran mas res Not work

    TFS 1.3
  8. N

    Exura gran mas res Not work

    19:06 You lose 1216 hitpoints due to your own attack.
  9. N

    Exura gran mas res Not work

    Good afternoon, does anyone know why the "exura gran mas res" spell is not working? Magic doesn't heal you or the players... local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)...
  10. N

    Bug Parcel System

    well, I analyzed this, for TFs 1.4: https://github.com/nekiro/TFS-1.4-Downgrades/commit/9aa7a3841ee4bc1be281a0bac93494b658551947 and added the lines mentioned below only in mailbox.cpp. Gave a warning regarding "DepotLocker" during compilation, but it worked. I don't know if there might be any...
  11. N

    Parcel system

    Bro, it worked, but when it is (sent in parcel with a large amount of items), it doesn't work, the player doesn't receive the parcel...=/
  12. N

    Bug Parcel System

    I did this procedure, it worked, but when it is (sent in parcel with a large amount of items), it doesn't work, the player doesn't receive the parcel...=/ 1632697921 I believe that there may be the problem with the limit of items in the Depot, could someone help me????
  13. N

    Bug Parcel System

    Good afternoon, I have a problem on my server (Alkurius TFS 1.3), that when a player sends a parcel with a large amount of items, this parcel does not reach the recipient. Can anybody help me?
  14. N

    Error shop Gesior

    jump
  15. N

    Error shop Gesior

    Up
  16. N

    Error shop Gesior

    well, "select a valid service" error apparently I solved, in htdocs/pages/accountmanagement/shop.php I changed this: if($step == 2) { $serviceCategoryID = (int) $_REQUEST['ServiceCategoryID']; $payment_method = (int) $_REQUEST['PMCID']; $service_id =...
  17. N

    Error shop Gesior

    does anyone know how to fix this error? I can't select the item I added in the shop... <?php $main_content .= ' <script> // mouse over effect for payment methods function MouseOverPMCID(a_PMCID) { $(\'#PMCID_Icon_Over_\' +...
  18. N

    Bug NPC Grizzly Adams

    Good afternoon!!! Could someone help me with this error. When I go to hand the task to NPC Grizzly Adams, every time I say "report" repeatedly, he keeps giving me the reward... local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  19. N

    Parcel system

    Thank u!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  20. N

    Parcel system

    this code has different functions than TFS 1.3 1631658766 My mailbox.cpp is same
Back
Top