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

Recent content by xYzPrototype

  1. xYzPrototype

    OTClient Custom Sprites TFS 1.4

    Hey! Could you provide a download link for the Item Editor you're using? Been searching for hours and cannot find anything
  2. xYzPrototype

    TFS1.4.1 - OTC 10.98 - Monster Attack Speed Slower Than Intended

    Hello all, Hope you're doing ok! I've got this issue with monster attack being slower than intended. I have interval="1000" but it's attack is slower than once a second. I did some research and found in monsters.cpp i've adjusted this uint32_t tickInterval = 2000; to 1000, 900 & 800 is still...
  3. xYzPrototype

    C++ Negative Sign on Damage

    I am using a custom client, can you point me in the right direction please?
  4. xYzPrototype

    OTClient Custom tibia client

    1692300028 See image above. This is what i have and it's not finding the URL 1692303812 Your link doesn't work anymore. Can you repost please
  5. xYzPrototype

    OTClient Custom tibia client

    Can you help me please.. I've got Tibia.dat, .pic & .spr for 10.98 in the client_gen folder. Firstly, is this the correct place? If not, where should i be putting these files. I'm also getting : Not Found The requested URL was not found on this server. Apache/2.4.53 (Win64) OpenSSL/1.1.1n...
  6. xYzPrototype

    C++ Negative Sign on Damage

    Ok so I'm using client 10.98. So for this to work I need a custom client?
  7. xYzPrototype

    C++ Negative Sign on Damage

    So you can't put a "-" in front of damage in this code? https://github.com/otland/forgottenserver/blob/v1.4.1/src/game.cpp
  8. xYzPrototype

    [TFS 1.4] Boosted Creatures

    I know that.. When a rat spawns into the game it brings up the error 3x but when it dies it gives the bonus exp. The number of errors matches the amount of times this is in the script, but without them nothing works? MonsterType(monster1):registerEvent("BoostedDeath")...
  9. xYzPrototype

    [TFS 1.4] Boosted Creatures

    I still cannot find the issue. I can't understand how only part of the scripts works without throwing up an error. A error/warning box only appears a long time AFTER the boosted monster has been killed. EDIT: Ok so after killing a rat the extra exp works but this error comes up 3x: [Warning -...
  10. xYzPrototype

    [TFS 1.4] Boosted Creatures

    Nothing comes up when server starts and boosted exp rate works fine. Is it because its trying to run the script 3 times with the same monster? EDIT: The error came up in bulk like 5 minutes into the server being on
  11. xYzPrototype

    [TFS 1.4] Boosted Creatures

    Thank you! So the exp bonus works but nothing about extra loot comes up. Here's my script, i have edited it to just be on Rats whilst i test it. EDIT: I get this error too: [Warning - Monster::Monster] Unknown event name: BoostedDeath boosted = {} boosted.creatures = {} -- possible monsters...
  12. xYzPrototype

    [TFS 1.4] Boosted Creatures

    I don't have a MonsterFIle.xml. Do you mean monsters.xml in monsters folder?
  13. xYzPrototype

    TFS 1.X+ Boosted Creature

    I am looking for this for TFS1.4 for Tibia version 10.98. Would this work?
  14. xYzPrototype

    C++ Negative Sign on Damage

    Hey, are you able to show me what to edit for TFS 1.4 Tibia 10.98? Release The Forgotten Server 1.4.1 · otland/forgottenserver (https://github.com/otland/forgottenserver/releases/tag/v1.4.1)
  15. xYzPrototype

    Lua TFS 1.4 - 10.98 - Adding Experience as part of a quest reward

    Thank you! It works. I will remember that one
Back
Top