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

    Gaming [Refugia] PotatoSkin's Life Thread

    The point is... i'm not watching the advances of you. I am watching a thread for a machine. pointless.
  2. Rooteh

    CreatureEvent [Release] NPC and Creaturescript *Attribute Points*

    Fixed a bug, where you would gain attribute points on any skill advance.
  3. T

    Windows Premium points error

    consoll error: script: local t, storage = { {160, 25}, {190, 30}, {220, 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 getCreatureStorage(cid, storage) < i then...
  4. M

    Lua help with shop

    how to make the ingmae store load premium points instead of coins so that when people buy premium points they can be used with ingame store thanks in advance
  5. Moj mistrz

    Maybach's Thread

    Gratz levels and 1440 gnome reputation points, gogo Warzones! Good luck in next advances!
  6. hiperkarma

    Gnomebase Quest

    You do tasks, gain points and by gaining points you advance in ranks. Once you advance to a higher rank, more tasks will be available for you. You can get points by doing tasks and get points by giving tokens to an NPC. (Forgot his name)
  7. Cykotitan

    break max skill

    It depends on the vocation. At some point, the amount of skill tries (hits) required to advance gets too big, preventing you from advancing in that skill. Since it's already uint64_t, there is nothing you can do.
  8. Sir Islam

    Premium-Points for Level Up TFS 1.2

    use this in script advance function doPlayerAddPremiumPoints(cid, points) return db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + ".. points .." WHERE `id` = '" ..getPlayerAccountId(cid).. "';") end
  9. Chev

    break max skill

    uint_64 = 0 - 18446744073709551615 (-/+/=) This is probably impossible, gain 18446744073709551615 "skill tries point"!!! :blink:
  10. L

    Solved reward on certain lvl -> shop points

    https://otland.net/threads/tfs-1-x-award-premium-points-on-level-advance.237523/
  11. C

    [Sweden] Vimera.zapto.org | Real Map | 8.6

    02:23 Congratulations! You have advanced to level 200 and you have earned 1 Premium Points!
  12. Pitufo™

    [Request] Help with onAdvance

    That will only give 1 point everytime he advances in "level"!
  13. J

    TalkAction Advanced Teleport System

    Advanced Teleport System, You can add more teleport points in the script, it also have the back option that teleport you back to the pos where you used the command. in talkations/script create a new file called advtp.lua local storage = 1900 ---Here Will save the save point, if you set it to...
  14. Kubakos

    [Poland] Rook War - Noob War 8.60 | Edited Rookgaard | Points for start

    Whats new: 1. We nerfed soft and fwb to balance the PvP. 2. Advancing in level is harder then before, so we decided to make all monsters statistics lowwer by 30%. 3. We have fixed the Paladin damage. We changed Enchanted Spear to Slingshot. It seems to have better hit chance. 4. Automatic...
  15. Tyson12302

    Shop Points at a Certain level doesn't work

    I searched a couple scripts where you get Shop points at a certain level here is the script that i have in my creaturescripts/scripts/points.lua. local t, storage = { {30, 30}, {190, 30}, {220, 30}, {250, 30}, {280, 30}, {300, 30}, {315, 30}, {330, 30} }, 256 function onAdvance(cid, skill...
  16. vTune

    Change item for donation/premium points on website

    Hello there OTlanders!, I wanna request a script for TFSV 0.3.6 So this how I want the script to work: You pull a lever and it will remove item 6119 from your inventory and convert them to donation/premium points on the website. And since I'm not a good scripter I have no start on...
  17. forgee

    Solved reward on certain lvl -> shop points

    I'm way too slow. Works with both Gesior and ZnoteAAC though. https://otland.net/threads/tfs-1-x-award-premium-points-on-level-advance.237523/ Dude you're quick.
  18. Ninja

    Solved Adding Donate Points To Znote Acc

    I was hoping for this and not your buypoints.php :p
  19. bedlamos

    Lua Simple and Advanced quest help

    Apologies in advance, this will be long~ I'm using TFS 8.6 and Ramere's Map Editor. So after messing around and looking through the files I've found out that actionid = 2000 is the chest quest. What I can't figure out is how to make the chest quest give a unique item. For example, like in real...
  20. maxtor

    Action [TFS 1.2] Skill scroll (uses stamina)

    for a point of the skill selected example, 18:31 You advanced to sword fighting level 23. use item 18:31 You advanced to sword fighting level 24. 1 lvl skill no have good English srry
Back
Top