• 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!

Search results

  1. J

    Exevo gran mas pox (same dmg to players and monsters)

    Hello. I want to ask if its possible to make the spell exevo gran mas pox immune to --how much % of the total damage players actually receive when attacked by other players? --Old Tibia has this in 100% pvp_damage = 50 I want the same damage to monsters and players but only for this spell. I...
  2. J

    MyAAC v0.7.12

    Slawkens please fix the guild site so i could invite a players also its showing an error when im trying to change the title as i posted before. Fatal error: Uncaught exception 'E_OTS_NotLoaded' in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php:230 Stack trace: #0 D:\Tibia...
  3. J

    MyAAC v0.7.12

    It works good even without your code.
  4. J

    MyAAC v0.7.12

    During the installation of the new version same error popup with init.php as i had before in homepage or who is online.
  5. J

    CreatureEvent KillingInTheNameOF (task system) for OTHIRE 7.72

    Hi should KILLSSTORAGE_BASE = 72500 and POINTSSTORAGE = 72500 had the same storage value ?
  6. J

    MyAAC v0.7.12

    Sure. My vocations.xml HERE
  7. J

    MyAAC v0.7.12

    Sometimes when im trying to load the who is online page this happen Also who is online under the vocation icons showing only non promoted players as i posted before. Also it says that 4 active players are online but only 2 of them are shown in the table. //btw i fixed the boss creature i...
  8. J

    MyAAC v0.7.12

    Another error showed up when i was trying to change the player comment at guild page Fatal error: Uncaught exception 'E_OTS_NotLoaded' in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php:230 Stack trace: #0 D:\Tibia Projekt\xampp\htdocs\system\pages\guilds.php(2358)...
  9. J

    MyAAC v0.7.12

    Yea look <monster name="Demodras" file="bosses\demodras.xml"/> If there was an error i could not be able to spawn the monster right ?
  10. J

    MyAAC v0.7.12

    Hi. When Im trying to display creature which is in bosses folder under data/monster/bosses/ the warning shows up instead of loots. Warning: simplexml_load_file(): I/O warning : failed to load external entity "file:/D:/Tibia%20Projekt/othire-v0.0.3-win32/data/monster/bossesdemodras.xml" in...
  11. J

    Lua Promotion doesn't work [Solved]

    So i added a function isPromoted to functions.lua function isPromoted(cid) if (isPlayer(cid) == TRUE) then local voc = getPlayerVocation(cid) if (voc >= 5 and voc <= 8) then return TRUE end end return FALSE end Then i rewrite the modules.lua in...
  12. J

    Lua Promotion doesn't work [Solved]

    Yea youre right there is no isPromoted function in functions.lua. Idk how is that possible if previous version had that function. Anyway thanks the explanation.
  13. J

    Lua Promotion doesn't work [Solved]

    Hello. Im using 7.72 OTHire distro version 0.0.3 and i have an issue with promotion. On previous version 0.0.2 it worked just fine. Both NPC or through talkaction script. Now i keep getting the same error with isPromoted() function. Lua Script Error: [TalkAction Interface]...
  14. J

    Solved 7.6 TFS (Cryin Damson) - Stairs not working

    How did you fix that ? I was able to fix it only by adding invisible ramp ID 459 at +1 floor.
  15. J

    [7.72] OTHire 0.0.3

    Hi im trying to do a NPC for promotion, but when NPC asks if i want to buy a promotion and i say yes nothing happens. Just error in Server window. data/npc/scripts/lib/npcsystem/modules.lua:79: attempt to index field 'promotions' (a nil value) stack traceback...
  16. J

    MyAAC v0.7.12

    If im not mistaken the encryption is changing in the server config.lua -- accounts password type -- options: plain, md5, sha1 passwordtype = "plain"
  17. J

    MyAAC v0.7.12

    Great job dude. Thx. One more thing, new characters has default town-id 1 even when character samples has 2. Where can i change the town_id. I was trying to find it but no luck.
  18. J

    MyAAC v0.7.12

    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lookaddons' in 'field list'' in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Base_DB.php:100 Stack trace: #0 D:\Tibia...
  19. J

    [7.72] OTHire 0.0.3

    Hello. Somehow when im casting spell repeatedly after exhaust my attack doesnt work (sword, distance etc...). When im not casting any spells it works fine.
  20. J

    MyAAC v0.7.12

    You should have only 4 vocations right ? why is there a ranger sample ? Your vocation ids are different than a default ones cause you have one extra vocation. Maybe there's a problem
Back
Top