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

    Solved Auto points per level not working :s

    I got a script from Otland, to give points per level. For ZnoteAcc, but it ain't working. What's failing? :o local t, storage = { {160, 5}, {200, 10}, {245, 15}, }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end...
  2. B

    Lua Change The Level Points To Frag Point Script

    Hello. - I waana convert this script to frag point script.. For tfs 0.3.6. -Please Help Us To convery this script to frag point script local t, storage = { -- level -- amount points (delete this line).. {250, 5}, {300, 10}, {400, 10}, {500, 15}, {600, 25} }, 259 function onAdvance(cid, skill...
  3. hellyea

    Premium-Points for Level Up TFS 1.2

    Hey guys, since no1 helped in the Support section i have to ask here i guess. Is there a Script for free points on lvl advance for 1.2 gesior 2012? Thanks
  4. Blorin Mage

    CreatureEvent Points onAdvance LeveL + Auto Broadcast

    {300, 10}--300 is level to recive points\10 is amount of points will be recived local t, storage = { {300, 10} }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end for i = 1, #t do local v = t[i]...
  5. Suxex

    Advanced NPC Request

    Hello, i really need some help with a NPC. Lets say i have 3 teams in a war server and for each kill there team will get a point (globalstorage). Is it possible to create a npc script so you can go ask a npc "War status" and he will tell you the highest (most kills) Team first followed by team...
  6. bybbzan

    Change donate items into points.

    Hello! I've searched alot after this script but i can't find it anywhere. How it works: You put your donate item on a spot, pull the lever the donate item will disappear and you will get the points for it on the website. Thanks in advance.
  7. S

    ZnoteAcc add points.

    Hi, could someone convert me this part of script to add points in znote acc datebase? rewards = rewards .. rewardCount .. 'x ' .. (rewardType == 'item' and getItemNameById(rewardCount) or rewardType == 'exp' and 'experience' or rewardType ==...
  8. Lbtg

    [Poland] Devoria - Low Rated Rl Map | 8.60 | Rl War System |

    Devoria.net Low Rated Rl Map. PRESENTS Premium Points Event Information:Every 2 Weeks You Are Able To Get Free Points!! Starts on Every 2 week on Saturday from 13 CET till Sunday 13CET . you are able to get free premium points by advancing to: Level:80 Points For 80 Level Advance:10...
  9. Sentielo

    Could somebody track me the hp and the exp points from the emperors?

    Hello guys, I am in need of the health points and the experience points of the bosses on the emperor quest. Here is a link with the 4 bosses: Search Results. Thanks in advance, Sentielo
  10. Imfreezing

    Solved Why doesn't this add points?

    local t, storage = { {500, 12} }, 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) < i then db.query('UPDATE znote_accounts SET points=points+'.. v[2] ..'...
  11. wikutag

    Points for leveling problem!!!!

    No one is recieveing points for leveling am i suppose to add in actions xml? local t, storage = { {160, 10}, {190, 10}, {220, 15}, {250, 20}, {280, 30}, {300, 30}, {315, 30}, {330, 30} }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~=...
  12. Shackal

    Solved [Talkaction] Premium Points to accname

    Hello peoples!! I'm trying to make this script give premium points by account name, not by Player name and deliver points the same is offline.. actually this script work like: /addpoints PLAYERNAME, POINTS i want: /addpoints ACCNAME, POINTS function onSay(cid, words, param) local t =...
  13. M

    Lua [TFS 1.3] 8.60. Buy item for premium points talkaction.

    Hello, I have a shop module in my OTClient and it's supposed to work with a talkaction to buy the items off it. I need a script which will buy any item for X amount of premium points via a talkaction. Thanks in advance!
  14. Ray Rewind

    Solved Donate Points for level doesn't work!

    got this creature script it should add Donate Points to a account when he reach level 200 and 300 tfs 0.3.6 crying damson v8 8,6 client local storage = 4456 local t, storage = { {200, 5}, {300, 5}, }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL...
  15. simson361

    points for level dont work

    hey donate points for level dossent work anymore it worked before. but i added some scripts and then noticed after time that it dident work this is the script local t, storage = { {160, 30}, {190, 30}, {220, 30}, {250, 30}, {280, 30}, {300, 30}, {315, 30}, {330...
  16. 4Muki4

    Solved bug at free points

    i get this bug, i dont revive my points but it broadcast it [25/5/2013 6:21:46] mysql_real_query(): UPDATE accounts SET premium_points=premium_points+20 WHERE id=2 - MYSQL ERROR: Unknown column 'premium_points' in 'field list' (1054) [25/5/2013 6:21:46] > Broadcasted message: "Congratulations...
  17. gmstrikker

    TFS 0.X Help to install Advanced Guild System

    I found here this guild system: https://www.xtibia.com/forum/topic/227593-advanced-guild-system/ It's amazing and should be used in every server.... It allow to create guild bank and guild task But i'm having some problems to install There is a talkaction to install the script, but when i...
  18. F

    Donation points rewarded based on account

    Well I tried to get this working but I just can't seem to no matter what I do. Would love if someone could tell me what I am doing wrong. Here is the function I added from Cyto function hasAccountStorage(cid, key, value) if isPlayer(cid) == false then error("[hasAccountStorage] Player not...
  19. T

    Gesior, buy points page (RL premium page)

    [GESIOR AAC] Buy Points Like RL tibia Hi! I've seen this on alot of server websites, though mostly on Brazilian servers. Perhaps it's released somewhere? Preview, how it look like. Thanks in advance!
  20. Doggynub

    need rebirth script

    http://otland.net/f82/advanced-player-points-system-reset-system-36134/
Back
Top