• 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. Imereth Popis

    Lua Premium Points reward per Level (Znote)

    Hello guys, I am using a script modified to the new database from the latest @Znote version and it's not working... I created at data/creaturescripts/creaturescripts.xml this line: <event type="advance" name="pointsforlvl" event="script" value="advance.lua"/> then I go into...
  2. Ubuntu

    Guild Points for TFS 1.0.0 PLEASE !

    Does anyone have the system GUILD POINTS for the newest TFS 1.0.0? I've looked at everything I did not find one that actually works. I believe that here in OTLand have my problem solved, as this is the Biggest & Best forum on existing OTServer! Answers await! Thank you in advance!
  3. Darad

    CreatureEvent Level cap system with points!

    Couldn't get it in a mod, so here's some scraps of code! What does it do? This script keeps players at a certain level. Creating a max level on your server. For every level they gain over the max they get a point. This points can be used in a shop or whatever you like. Script includes a...
  4. Elexonic

    CreatureEvent Reward Player on advanced skills! v.2

    I bring this script to that point when players advance their skills .. , If you find a bug, or any improvement will only say it and added.. I think you can put even more understandable .. but I think it has to work well. local config = { points = 5, skillStor = 56364, level =...
  5. Lbtg

    [France] Warfare 8.60 CUSTOM RPG PVP

    From level 300 , whenever you advance(screenshot) to level and post your advance here , you will recieve 5 premium points. if you post more you get more points :) Good luck :)
  6. Obito

    Lua buying items with znote points

    Hey everyone, I'm in need of some help with creating a script that will allow me to buy items directly without actually making a purchase. I have a table of desired items and the points that I have purchased from Znote AAC, but I need some guidance on how to create a command that will use this...
  7. B

    [Help] Convert Script To Frag Point

    Hello Guys i wanna Convert this script to frag point script can some one help me to convert it? thank you. local t, storage = { -- level -- amount points (delete this line).. {250, 5}, {300, 10}, {400, 10}, {500, 15}, {600, 25} }, 259 function onAdvance(cid, skill, oldLevel, newLevel) if skill...
  8. jurass

    script tfs 1.2

    I need script - points for advance on level example 50 lvl - 100 points 100 lvl - 200 points 200 lvl - 200 points Tfs 1.2
  9. Amiroslo

    CreatureEvent Reach x level get x points

    Hello, Someone requested this script and I made it. Here is how it works, you get X level then you receive x Premium Point. Add in creaturescript.xml <event type="advance" name="5points" event="script" value="5pts.lua"/> I made it so it gives 5points at level 300 add 5pts.lua to /script...
  10. Lbtg

    [France] Warfare 8.60 CUSTOM RPG PVP

    HUGE GIVE AWAY :P Giving 1111 Premium points for each player of otland people <3 Just simple advance to level 200 and post your advance here and i will transfer you 1111 Premium points at warfare :)
  11. margoh

    Skillpoint system inside the client. Help.

    You can create a module simple or advanced one. Simple - using commands - still you need opcode to parse points data. Advanced - make all functions through opcodes: display points, increase skill or w/e with it.
  12. Lbtg

    [France] Warfare 8.60 CUSTOM RPG PVP

    for every players who will post hes ADVANCES of LEVEL HERE , will get 3 premium points EACH ADVANCE meaning advancing from level 25 to level 26 can gift you 3 premium points if you post your advance screenshot here :P Rewards of free points only from level 25+ :P Sorry for my english , if you...
  13. morgonia

    [France] Morgonia - 10.96 - Rl map - Guild Points

    ...All outfits are available (without addons). Free Access to many places such as Goroma, Deeper Banuta, Formorgar Mines, Farmine. Points on advance: 500 points on level 150 1000 points o level 200 1500 points on level 250 2000 points on level 300 5000 points on level 350 Cash on advance...
  14. nefinoo

    RevScripts Simple Task Points

    local CusMons = CreatureEvent("CusMons") function CusMons.onKill(player, target) local config = { -- Use missionStorage to link the monsters to each mission. It is set up this way so multiple missions can have the same monsters. [1] = {name = "Rat",, missionStorage = 43000, storage =...
  15. oOIOo

    free premium points

    hello, i search alot but didn't find any solution for that .... i need help with that script. all what i need is storage for whole account not for characters so for example: i have 2 characters on 1 account 1 character name: oOIOo1 2 character name: oOIOo2 when i reach x level with...
  16. God Mythera

    Reward System

    Request, Reward Premium Points on level [EACH 1HOUR ONLINE] REWARD - PREMIUM POINTS TFS 1.2 CreatureEvent - [TFS 1.x] Award premium points on level advance
  17. Olddies

    Solved Znote acc reward level premium points

    hello otland i need someone help me with this problem look i have this script local t, storage = { {41, 10}, {42, 20}, {43, 30} }, 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...
  18. Kubakos

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Edit: I understood why it's adding skill points like that: it's because the script take old level advances and complete them with skill points on new advance. So if I set that new player start on level 8 on my server and if he reach level 9 he will have 18 skill points. Is there any way to...
  19. MadMOOK

    Points system.

    Credits to an unknown Guest on blacktibia forums lol. I translated it with google translate lol ::UPDATED!! 100% working!! Tested on 0.3.7 8.60.. Thanks Ninja :) You gain a level and depending on your vocation you get x amount of points, you say !points and u can add them to hp,mana,magic...
  20. MuminFlex

    [France] Thorsan 8.0 (Mid-Rates) RL-Map Server, WILL NEVER RESET!

    Marcus I also dont understand the 'Advance Reward Info (Guild)' if one of the players in a guild buys points and there is 3 players online in that guild that are actively xping they will also receive points/ a share of the points??
Back
Top