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

    Advance points

    hello people! I'm having some problem with my advance points, tfs 0.4 Error: [Error - CreatureScript Interface] data/creaturescripts/scripts/points.lua:onAdvance Description: data/creaturescripts/scripts/points.lua:14: attempt to perform arithmetic on local 'points' (a boolean value) stack...
  2. P

    SHOP POINTS ON ADVANCEMENT

    Hello dear community I know there is another thread about this request. But i have followed all the steps from previous threads and it does not work. I would like to request your help on a script to give shop points on lvl advancement, at lvl 50 give 10 points, lvl 100 give 20 points and so...
  3. Pedrook

    Advance level, reward points.

    someone can help me to change, instead of level right I would like to put level in level to gain 5 premium points. local rewards = { -- Level, points {160, 5}, {200, 10}, {245, 15} } function onAdvance(player, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then...
  4. Dejm

    Advance Points...

    Hey, Can someone tell me how to make script which will add x premium points, when reaches x level?
  5. furstwin

    On Advance

    I've tried to search but got no result, sorry if there's already existing threads. I need 2 scripts, when a player advance to level 50 he get 50.000 gold pieces, also when a player hit's 100,150,200,250,300,350,400 the player get one "shop point" per every fifty levels. Regards, Soder.
  6. TriamerA

    Square Soul Points

    Hello I was thinking about the script which will make that if player is on special tile the script will remove him 5 soul points every 5 minutes, and when he will have less than 5 soul points the script wont allow him to be at that square. Thanks for advance
  7. E

    Gesior Buy Points problem..

    When i log into my website, and go to Buy Points, it says Invalid Suptoic. Can't Load Page.. Someone know it? Thanks in advance
  8. E

    Gain soul with advance

    Hi guys.. i dont know is that good section but... i got a question. I want to do one thing... to make player get soulpoints ONLY when they advance in level. For example... Player reaches next level and he gets 5 soul points. And also if he just kills monsters(like in real tibia to get...
  9. S

    Need Premmy Points rune

    I found on another server a rune that you can get with premmy points that is worth say 200 points then you can sell or trade to another player so they can have premmy points with out buying them. I guess what I need is a item that when you use it it adds premmy points to your account...
  10. Darkhaos

    TalkAction [Advanced] Player points system, Reset System

    Hello, here i'm releasing my newest script, Player Points System. If you have played Mu-Online, then you know what i'm talking about. (This system works only with player max health, player max mana, weapon attack-defense) These sytem contains a talk-action and creature-script. You can...
  11. Darkhaos

    CreatureEvent [Advanced] Player points system, Reset System

    Hello, here i'm releasing my newest script, Player Points System. If you have played Mu-Online, then you know what i'm talking about. (This system works only with player max health, player max mana, weapon attack-defense) These sytem contains a talk-action and creature-script. You can found...
  12. Nekiro

    Solved reward on certain lvl -> shop points

    Does someone have working reward script for tfs 1.2? When player advance to level 250,300,350 he is getting rewards 100,200,400 points.
  13. ConAn Edujawa

    Point system

    i have point system but when player get lvl 250 don't add point in site why ?? but points add in mysql accounts local t, storage = { -- level -- amount points (delete this line).. {250, 30} }, 259 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then...
  14. forgee

    CreatureEvent [TFS 1.x] Award premium points on level advance

    I made this after it was requested here. Not much to say, players are awarded premium points for reaching certain levels. See script comments for configuration. Supports TFS 1.0+. Works with both Gesior and ZnoteAAC, probably works with any AAC as long as you know where the points are stored...
  15. Triarii

    Lua Advance script

    Hello i use this script and dont work;/ This script give points to Sms Shop for advance for level, error in consol. I add this to function : function doAddPoints(cid, points) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. points .. " WHERE `id` = " ...
  16. Owner Maydel

    Solved Change The Level Points To Frag Points

    I Need Change This Scripts From Level Points To Frag Points Please Some One Help. 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 ~=...
  17. Majeski20

    Paid but dont get points?

    Hello! I got a zaypay script, and everything works fine except you dont get any points? , it sais "send PIN 5656 to 7224 or something, and when i do that, it sais "You have paid". But i do not get the points? Can anyone help me :S? Thanks in advance.! Rep++
  18. Z

    [TFS 1.2] Premium Points for Level?

    Hello, Searching for someone who has a script wich rewards players for advances, in premium points. I'm using the standard "premium_points" in database. So when someone gets lvl 50, 100, 150 or 200, they get X amount of points! Is it even possible? I'm such a newbie when it comes to this.
  19. simson361

    Solved Adding Donate Points To Znote Acc

    The Admin Panel On Znote Acc 1.4 dossent work to send points with is there any command i can add to make send points to charters like /addpoints 500, admin or fix the panel ? :/ i added point system to the server > 23:14 Congratulations! You have advanced to level 160 and you have earned 30...
  20. Lbtg

    [Sweden]warfare.mine.nu Armonia High Custom Server 8.54 ONLINE

    Free Points: •Advancing to level 500 , you will gain 5 points •Advancing to level 700 , you will gain 5 points •Advancing to level 800 , you will gain 5 points •Advancing to level 900 , you will gain 10 points •Advancing to level 1000 , you will gain 25 points
Back
Top