• 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 for query: points on advance

  1. G

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I freaking love it! Is it possible to point me in the direction on witch AAC i can use for this one? Dose someone got an edited one? Thanks in advance :D
  2. HalfAway

    Full Hp/mana Remove on Leveling.

    The script you posted will give points on level up in any skill, I doesn't see anything that adds full health/mana. You got another advance script?
  3. S

    Sir Matthew's Life Thread

    Level 220 Advancement 19 points to go, almost there guys!
  4. monkeyy

    Solved !shop command/file missing

    Hello all, This thread>>>https://otland.net/threads/znote-acc-1-5-shop-item-list-categories-style.231613/ was amazing and I got a good looking shop now(thank you!). However, I gave my non-god character some points, bought an item and I tried the !shop command as the site suggests you to do...
  5. Ninja

    Solved Auto points per level not working :s

    local t, storage = { {160, 5}, {200, 10}, {245, 15} }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end for i = 1, #t do local v = t[i] if newLevel >= v[1] and getCreatureStorage(cid, storage) <...
  6. Zysen

    TalkAction Level Points System

    #Introduction This is a basic system in which you gain points by leveling your character.These points can be distributed to increase your "stats". Tested in : TFS 0.3.6 , 8.60 #Credits to: MaXwEllDeN Me (Zysen) #Installation @Creaturescripts Go to data/creaturescripts/scripts and...
  7. M

    [Switzerland] Nastarius RPG - Apollo - New highrate world opening!

    But please bro, take this discussion elsewhere (discussion thread as i pointed out earlier) now. We are discussing non-related things on someone else's thread atm. Thanks in advance.
  8. zerghel

    Experience Stealer

    wouldn't be nice that a monster could steal small esperience points(configurable) from players? i'll apreciate if someone can make a sort of attack for monsters of course if is it possible thx in advance
  9. Yaze

    Free points for lvl (gesior)

    creaturescripts ->pointsforlvl.lua local t, storage = { {160, 5}, {200, 10}, {245, 15} }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end for i = 1, #t do local v = t if newLevel >= v[1] and getCreatureStorage(cid, storage) < i then...
  10. pelokzz

    Lua Regeneration is not changing TFS 0.4

    Hello guys, Just a simple question how can I up the regeneration points per tic tfs 0.4 I have tried already editing vocations.xml but no results. Thanks in advance!
  11. Johan Ulveus

    [Sweden] Twinrobe 10.77 | Highrate | Realmap with customs | Guildwars | 35x Skills, magic 7x ~

    LATEST UPDATES! exp stages raised from 470x down to 50x infinite ammo & runes -------- will soon be free points on level advance free mounts!
  12. M

    paypal

    i searched for like 1h on the forum and didnt find it yet so..gonna ask :) how i make that people can donate to my server and get their point directly? thank in advance :)
  13. szatan1x

    [FRANCE] 8.60 ZIVERA 17.11 (SATURDAY), 15:00 | FREE POINTS | BEST BALANCE

    On November 17 (SATURDAY) at 15:00 Poland Time returns Zivera.PL. As you know, times have come when guilds don't want to play longer, so we put more exp, loot and other facilities. At the end of the introduction, we remind you that our servers don't have extra items (weapons, new weapons, exp...
  14. Z

    Need some help, wont be that hard i suppose, urgent

    Heya, Found out that sometihng is wrong iwth my donation process. people can get his/her points can order an item and they get it in game (using IE) BUT when they use firefox, they get their points, but simply can press on the accept button to get their items. I wonder why, thanks...
  15. Q

    Modyfikacje okienka skili.

    Hello in start sorry for my rly bad english. Whether it is possible to change the skill window as shown in the picture? Principle of operation: When a player gets points will advance to later add a button (as shown.)
  16. Cornex

    What champion should i buy?

    Hello, i have started with LoL and i have no idea about this fking game, i just now got 1200 shop points there. What champion should i buy? Thanks in advance :)
  17. A

    About selling stuffs

    looking for some1 who might be interested in buying itens / cash or even chars on this OT for Riot points on League of legends , U can purchase them by paypal or any other way , Thanks in advance.
  18. gerard95

    Solved Auto points per level not working :s

    So the script goes like this? local v = t, storage = { {160, 5}, {200, 10}, {245, 15}, }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end for i = 1, #t do local v = t if newLevel >= v[1] and...
  19. Addams

    Buying spells

    Nice idea, In-game notifications are ofc easier for everyone instead of browsing wiki every time they advance to a new level, I will be adding it after I finish my map tests, Thanks for pointing this here.
Back
Top