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

    Lua Convert Script TFS 0.4 to TFS 1.5 downgrade

    I know it's a lot to ask, but can anyone convert this script to TFS 1.5? If possible in revscript? lib folder: COH_PUSHTIME = 10800 -- Tempo (em segundos) de exhausted para usar o comando !gocastle - Padrão (3 horas) COH_AREA = {{x = 11107, y = 1104, z = 7}, {x = 1109, y = 1106, z = 7}} --...
  2. A

    Lua Castle War 24h TFS 1x

    Does anyone have the castle war 24h event to make available? I found some, but they seem to be incomplete.
  3. A

    Syntax erro boosted_monsters

    Syntax error in the mooh'tah warrior monster, due to ' ...Does anyone know how to solve it? [Error - mysql_real_query] Query: INSERT INTO `boosted_monsters` (`name`, `position`) VALUES ('mooh'tah warrior', 1); Message: You have an error in your SQL syntax; check the manual that corresponds to...
  4. A

    Attempt to call method 'getType' (a nil value) TFS 1.5 downgrade

    I don't know what is causing this error, because I tested some bosses and nothing happens, probably when a boss is summoned. function onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified, mostDamageUnjustified) local monsterType = creature:getType() <---- Line 99...
  5. A

    Block create character monster names

    How to block monster names in Gesior for players not to create characters named after monsters?
  6. A

    Debug when logging in for the first time TFS 1.5 8.6

    Every first login is debugging, can anyone help me with this problem? login.lua function onLogin(player) local loginStr = 'Welcome to ' .. configManager.getString(configKeys.SERVER_NAME) .. '!' if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. ' Please choose your...
  7. A

    PHP Paypal or Pagseguro automatic for Gesior

    Does anyone have a PayPal or PayPal system available with automatic coin delivery? Apparently the systems I found are outdated and not working, it may be my ignorance, but I've been trying to get a system to work for 1 month =/
  8. A

    NPC shows items to sell that the player doesn't have in their backpack

    Didnt work 1695831300 I downloaded the TFS 1.5 source again and compiled it. With the new engine and folders the error also appears
  9. A

    NPC shows items to sell that the player doesn't have in their backpack

    I discovered that this is only happening with items that have "charges". But I still haven't found a solution. I noticed that if I remove the line <attribute key="charges" value="200" /> it apparently works 100%, but when I purchase the amulet, it only comes with 1 charge. So I don't know how to...
  10. A

    NPC shows items to sell that the player doesn't have in their backpack

    Good morning, NPC Yaman shows items to sell that the player doesn't have. Any solution? <?xml version="1.0" encoding="UTF-8"?> <npc name="Yaman" script="Yaman.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look type="103" /> <parameters>...
  11. A

    Boosted_Monster.lua

    Good night! I'm trying to get this script to send a value (position the monster occupies in the list) to the database, but I'm not succeeding. Can anyone help me? Something that uses this line db.query("UPDATE `server_config` SET `value` = " .. boostedMonsters .. " WHERE `config` =...
  12. A

    Boosted Monster Gesior

    I want to make any monster appear on the site in whatever way the server chooses. Then I decide if it's the correct monster or not. Do you have this knowledge to share with us? One thing at a time XD 1695670049 I got it bro!! After a lot of conversation with chatGPT I discovered this way. Now I...
  13. A

    Boosted Monster Gesior

    I checked that the image has no address, I understood everything you explained but I don't have that knowledge to apply 1695661300 OK, we're almost there 1695661547 How do I read the monster in the folder?
  14. A

    Boosted Monster Gesior

  15. A

    Boosted Monster Gesior

    Dont work. I don't understand, I can't find how to insert the image's directory, which directory does $urlmonster look for?
  16. A

    Boosted Monster Gesior

    htdocs/images/monsters/grim_reaper.gif This?
  17. A

    Boosted Monster Gesior

    boostedMonsters = {} boostedMonstersExperienceMultiplier = 2 -- 1 = default, 2 = 200% (aka, double experience) boostedMonstersLootChanceMultiplier = 2 -- 1 = default, 2 = 200% (aka, double chance of loot.) (1.36% -> 2.72%)(88% -> 100%) local boostedMonstersAmount = 2 -- how many arrays from...
  18. A

    Boosted Monster Gesior

    Yes, it is setting a value for the database, I also don't understand this path and what to do to find the monster's .gif file in images/monsters/ 1695586584 However, the gesior I'm using has animatedOutfits
  19. A

    Boosted Monster Gesior

    Who said I don't want to help? I didn't solve the problem, I'm just giving up on solving it. 1695582841 I came back with the same problem haha
Back
Top