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

    Need Attribute System for TFS 0.3.6 Tibia 8.54

    Yep, i suggest you the same.... Cause its a big scripting... But i think that you will do something like, when you advance a skill, you lose it...... xD And when you advance level, you can add 5 points to skill :P If it has problem to update in game, you can execute some database querys, so it...
  2. ond

    Tibiantis - reversed old Tibia project - discussion thread

    Sure, but that is kind of my point. The file "Eremo.npc" seems (to me) to have been edited at some point. In addition to that, I could bet money on the fact that you needed magic level to purchase spells as I remember on my first account and player, as I advanced in magic level, always went for...
  3. Znote

    Lua Premium Points reward per Level (Znote)

    You could try this, I just wrote it (not a Lua coder so not sure how well it will work): Add to bottom of login.lua player:registerEvent("pointsforlvl") creaturescripts.xml <event type="advance" name="pointsforlvl" script="pointsforlvl.lua" /> pointsforlvl.lua -- [level] = points local...
  4. M@gikern Alex

    rs trap yielothax

    19:58 You gained 5000000 experience points. 19:58 You advanced from Level 189 to Level 192. 20:00 You have found a master archer's armor. done inq on nb my rp maker. now i can buy supplise kkkkkkk
  5. Printer

    Suggestion Maybe add back the old fashin Rep point system?

    Hello, well i miss the old rep system. People did almost everything to gain rep, so maybe it will increase the help activity: http://xenforo.com/community/resources/advanced-reputation-system.2400/ Cheers mate.
  6. dominique120

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    Are you sure you are using the latest version of the ipn and znote's aac? Get it here: https://github.com/Znote/ZnoteAAC
  7. oen432

    DoS and DDOS mitigation

    You really HAVE TO google it and use guides from advanced users. You can easily make shit go down by creating wrong rule and blocking yourself and everything else. @Nostalrius pointed out good scripts that will help you setup most things.
  8. Piquenoelmal

    Feature True dual wielding for TFS 1.x

    Yes. I have to eliminate this line inside the main if: player->addSkillAdvance(skillType, skillPoint); Then, I insert this one: /* Advance one point for every single-wielding hit OR one point for every two hit for each hand */ if (!player->isDualWielding() ||...
  9. N

    [Request] Help with onAdvance

    It is stupid. Tell me where you will use this points (not set, use) and I will tell you how to implent it. "pointsPerLevel * Level" instead of increase per advance! Also if strength and agillity always increase by same number, they will always be the same. So there is no need to have many? OR...
  10. Summ

    Celesta Thread

  11. Bassam421

    Get honor when kills player

    Hello guys i have a small request, i want a script that does if u kill a player, u will receive one of his honor points, and the player who dies will lose one. I would be very grateful if u could help me with this one! Thank you in advance! <3
  12. G

    CreatureEvent Points onAdvance LeveL + Auto Broadcast

    This script for TFS 3.4 i believe, 8.54... function onAdvance(cid, skill, oldLevel, newLevel) if isPlayer(cid) then doPlayerAddPoints(cid, count) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "You have advanced from level " .. getPlayerLevel(cid) - 1 .. " to level " ...
  13. bury

    My server was banned (NewMalvera.net)

    This server is currently banned! Reason: Spoofing data info. Server will be unbanned after 17/02/2013. I dont know exactly the reason, If some admin could tell me why? I guess maybe it was because I typed "NewMalvera Free Points" and there was no free points system installed. But I was giving...
  14. P

    [SWEDEN] Evo 8.6 Free Points | HighEXP | Weekly Updates | Balanced Vocation | STARTED NOW! |

    - Connection Info - » IP: Pringles-ot.hopto.org » http://pringles-ot.hopto.org/ » Port: 7171 » Client: 8.60 -INFORMATION- » Exp Stages [YES] » Magic Rate: x15 » Skill Rate: x20 » Loot Rate: x3 » Addon statues with crystal coins. » Crystal coins are way too important in this OT. If you have...
  15. K

    Whats the recommended server base to build a 8.0 server?

    Im new to ot server building, i'm a programmer btw. I'm having a hard time to understand how can i start making the server because there's so much servers versions and i dont really now how the best server to be the starting point. Thank you guys in advance
  16. meliis

    Inq duo !! 1 blocker, 1 sio!

    It took some time but it was worth it. ^^ gg wp melrosie! :w00t: 15:30 You gained 5000000 experience points. 15:30 You advanced from Level 162 to Level 166. edit : Started by meliis, Today 13:37 pwnage xD
  17. Teckman

    CreatureEvent Deathnote! (onTextEdit example)

    Well if isPlayer(cid) is not nessesary, becouse creatures won't use the book. I don't get your point.
  18. I

    Script and tutorial to automate install of "Leaked" 7.70 server

    I've checked every single skill calculator, and archived websites, yet none of them actually provide the real formula or time. Even this is wrong: Formulae (https://tibia.fandom.com/wiki/Formulae?oldid=328359#Melee_Skill_Levels)
Back
Top