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

    Solved Znote Add mounts and outfits to shop

    Nvm! For future newbs like me this is what you should add in your znoteshop.lua if you want to add mounts and outfits to the shop: -- ORDER TYPE 5 (Outfit and addon) if q_type == 5 then -- Make sure player don't already have this outfit and addon if...
  2. monkeyy

    Solved Znote Add mounts and outfits to shop

    Could you show me your Znoteshop.lua please?
  3. monkeyy

    [Znote AAC] Characterprofile EQ shower

    Thanks, this helped me :)!
  4. monkeyy

    Znote ACC mounts in shop

    @silveralol Did this work ? I have tfs 1.3 but I dont know which Znote AAC version I have. How can I check my version?
  5. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Yes I did that already :) Great feature !
  6. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    I dont get what you mean, im sorry :(
  7. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Im really new to all this and I didnt know that it was possible. I tried to add the rewardchest into my server and I compiled it manually. If I download the latest tfs1.3 wont it mess up my server? If not, what should I replace exactly ?
  8. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Alright, so I downloaded everything I needed and followed your link: Adding "boosts" introduced in Tibia 10.94 by nekiro · Pull Request #2395 · otland/forgottenserver · GitHub The only errors I got were in game.cpp. I hope you would like to help me out! These are the errors I got:
  9. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Thank you! I downloaded it right away ^^
  10. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    I tried to compile, but after following the steps of your link it gave me some errors and didnt let me compile: Snaggy - easy screenshots Anyways ive been working on my server straight for over 10 hours :p I may have made a mistake while following your provided steps hehe Edit: Compiling on...
  11. monkeyy

    Solved Levelup reward system (10.98)

    Thanks a lot Static!! It finally works :D
  12. monkeyy

    Solved Levelup reward system (10.98)

    Merci, ill take a look at the OOP link !
  13. monkeyy

    Solved Levelup reward system (10.98)

    Learned something again :) Thank you for the detailed explanation! But unfortunately it still doesnt work :( This is how everything is now: levelup.lua local storage = 3746 local levelReward = { [1] = {10, 2160, 1, "crystal coin"}, [2] = {30, 2160, 3, "crystal coins"}, -- lowest level...
  14. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    I see I used Microsoft visual studio before, but I see that my trial of 30 days is expired :( Do you know an alternative software?
  15. monkeyy

    Solved Znote Add mounts and outfits to shop

    That looks really nice! So I have two folders, I see that you put your shop offers in config.php as well. So im a little bit confused if I have to change something in config.php If I do this in shopitems.php: 21 => array( 'type' => 1, 'itemid' => 18511...
  16. monkeyy

    Solved Breakchance(spears, stars)

    That worked! Thanks Nekiroo!
  17. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Thank you, so it means I have to compile right?
  18. monkeyy

    Solved Znote Add mounts and outfits to shop

    Hello folks! Im using this great AAC which is very newb friendly, however I dont know how to add mounts and addons to the shop. By default it looks like this: Snaggy - easy screenshots So as you can see players can buy mount items and addon items in the shop, but my question is; How can I...
  19. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Hello y'all! It's not really necessary, however I would like to know how to fix the following: Snaggy - easy screenshots I know I can just remove the stats in items.xml: <item id="26320" article="a" name="Wand of Mayhem (infinite)"> <attribute key="description" value="This weapon is...
Back
Top