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

    Lua Destroying items thrown in the water

    Well ,i'm having another problem. When i throw any item in the water (id 4608) the item aren't destroyed. Anyone can point me a script that make the destruction of item ? Thanks in advance
  2. gmstrikker

    TFS 0.X SQL error when try to install advanced guild system

    I found a amazing system, every server should use it, it allow to create guild bank, guild task and things like that... But i'm having a problem to install There is a talkaction to install the script, but when i try to run it, shows this error [5:30:59.549] mysql_real_query(): SELECT points...
  3. T

    Help me with shop system...

    Hello everyone, I would like to know if there is such a thing as pk shop. For example, for scoring player is given points and the website is such PK SHOP tab and there in exchange for these points you can buy all kinds of stuff? If there is such a thing I'd ask for a link to the website on which...
  4. Himad

    Zaypay Agreements page

    Hello i would like to know if anyone could help me that when someone click on buy points its open page with my terms and then there is a button (i agree) then after clicking on it it redirect u to the real buy points page which he can choose there to donate for example via paypal or zaypay...
  5. mich3208

    Distance attacks are blocked by shield.

    This always worked, you could train with a paladin/knight combo and still advance in shielding. The point is not wether or not shielding goes up or not, it's about shield(ing) reducing damage caused by distance attacks, which it shouldn't.
  6. RoHaN-OTs

    Scripter [LUA] Scripter needed !! Simple script 5 euros payment.

    Hello, I need a script for a SD Rune which damage should be based on HP (Health Points) Instead of ML (Magic level). Simple script, 5 fast euro (through paypal). Thanks in advance, RoHaN
  7. sebbelaser

    PayPal Script [RELEASE]

    How to make so it auto accept the cash? So I dont have to accept, and how do I do like 5 ponts 5 EURO, 10 points 7 EURO. etc thanks in advance
  8. Sun

    Znote acc

    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 if newLevel >= v[1] and getCreatureStorage(cid, storage) < i then db.query('UPDATE znote_accounts SET points=points+'.. v[2] ..'...
  9. szajker123

    effect advance level

    Hi, I need a script because I played once on such a server, and it was so that when you got promoted to a higher level or the skills it was the result;/ and in need of such a script or has anyone might know where to get, where the paste, and what and how? TFS 0.3.7 / client 8.54 I tried to do...
  10. B

    Is it possible to add custom spell icons?

    Can't find anything about spell icons or how to add in this forum, most posts about something like it are from 2010. Any idea if it is possible? Can someone point me in the right direction? Thanks in advance <3
  11. Rosestylah

    Premium Points to the winner of EVENT.

    Okay I'll give you my script (premium points on desired level advancement) then try to figure something out copying from my script to yours since they use the same function (add points) local t, storage = { -- level -- amount points (delete this line).. {200, 6}, {300, 8}, {400, 10} }, 259...
  12. FullyFlared

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

    Hey Znote, I'm very grateful for everything you've created here. Just ran into one issue that I can't seem to figure out. People can purchase points via the shop system, but they aren't being added to the account. I can manually add points onto the accounts with the database, but even still it...
  13. iDramatiik

    Znote Shop Question 0.4DEV

    I was just wondering as I've come across almost every post on otland about this and found nothing to help me so here goes my question I would like to give free points to my players that reach X amount of level's as has been already created as a creaturescript. Here's the odd part. None of them...
  14. Don Daniello

    Solved [MySQL] Deleting account with no characters

    Hi, I have question to some advanced users of MySQL. I want to delete accounts which don't have any characters. I have over 16 000 accounts and only 2 000 players (after database cleaning). I know it requires advanced MySQL code with 'If's but I don't know how to do this. Could you help...
  15. Codex NG

    Solved reward on certain lvl -> shop points

    local player = { {level = 10, points = 50}, {level = 350, points = 100} } local storage = 15000 function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL__LEVEL then for i = 1, #player do if newLevel >= player[i].level and...
  16. Skrypton

    Solved Premium Points?

    Hey @Limos, for learning purposes, where'd I go wrong on my database query? "\nPremium Points: " .. db.getResult("SELECT `premium_points` FROM `accounts` WHERE `id` = " .. tmp.accountId .. ";") .. Thanks in advance! :D
  17. Tony32

    Tibiantis - reversed old Tibia project - discussion thread

    The deal with buying spells in advance or not, does it really matter? We all know the fact that going off ur way to buy spells multiple times is a pain. I much rather spend the same amount of money and not being able to use it (if I want to) and then just use it when I am ABLE to. I dont really...
  18. megazx

    help me add premium

    i use this script to add free points to players at levels <event type="advance" name="points" event="script" value="points.lua"/> and this in login registerCreatureEvent(cid,'points') registerCreatureEvent(cid, "ReportBug") local t, storage = { {200, 5} }, 256...
  19. szatan1x

    [FRANCE] 8.60 ZIVERA 02.03 (SATURDAY) 15:00 | FREE POINTS | OTS FOR TEAMS

    On March 2 (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 books...
  20. Worr

    [POLAND] Outcast 7.6 RPG-PVP

    And silly of you to believe there are no botters on 7.4 when the most advanced bot is for that client. There are also a few public bots for that client. If spears breaking is a problem you can always use power bolts since they are unlimited. Conjured runes have 100 charges so who cases about...
Back
Top