• 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

  1. newby

    TFS 0.X Command to go to the end of task

    THANKS!
  2. newby

    TFS 0.X Command to go to the end of task

    No, only in some tasks, i just use this task system to control the tasks kill Did u know why my script is not work?
  3. newby

    TFS 0.X Offer expire auction system

    Oooh thank you so much! I do using 0.4: 3777
  4. newby

    TFS 0.X Command to go to the end of task

    Thank you all, but i cant use this way u guys gave, because it's just a base to my task system, and my task system works: you can only go to carrion worms, when you finish rotworms... O i've tried this script with the base u gave: <talkaction words="/skipmission;!skipmission"...
  5. newby

    TFS 0.X Offer expire auction system

    bump
  6. newby

    TFS 0.X Offer expire auction system

    bump
  7. newby

    TFS 0.X Command to go to the end of task

    Anybody have any idea how to do this? So confused to me and i really need this...
  8. newby

    TFS 0.X Offer expire auction system

    Could you help me? I'm starter :S function onStartup() local r = db.getResult("SELECT `id`, `date`, `player`, `itemid`, `count` FROM `auction_system` ORDER by `date` ASC;") local days = 30*3600*24 local nowtime = os.date('*t') if(r and r:getID() ~= -1) then while(true) do...
  9. newby

    Lua Get only int value of a variable

    Thanks!
  10. newby

    Lua Get only int value of a variable

    How can i return only int value from a variable I have this maxOffersPerPlayer local maxOffersPerPlayer = getPlayerLevel(cid) / 5 But it's returning 2.5, 2.4, 2.3 I wanna just 2,3,4,5...
  11. newby

    TFS 0.X Offer expire auction system

    I do using this auction system: TalkAction - Offline player to player item trader (Auction System). Using some others script as base i'm trying to make a script to when auction get more then 30 days on auction list it came back to offer creator, but i'm not getting, someone could help me...
  12. newby

    TFS 0.X GetUserName by UserID and Return Only INT value

    How can i return only int value from a variable I have this maxOffersPerPlayer local maxOffersPerPlayer = getPlayerLevel(cid) / 5 But it's returning 2.5, 2.4, 2.3 I wanna just 2,3,4,5...
  13. newby

    TFS 0.X Command to go to the end of task

    Somebody help me to when player use the command !skipmission Go to the end of mission, i mean, rotworms have to kill 50, if you do the command, is just like kill 50 rotworms command !skipmission function onSay(cid, words, param, channel) local storage = 0 local count = 0 -- Rotworm...
  14. newby

    Monster rarity onSpawn [0.4]

    Is anyone know how to add a system to every monster before spawn Got a random chance 1 to 100 0 - normal [16-100] 1 - white skull [6-20] 1.5x attack, defense, mana, health, loot, exp (everything is possible) 2 - red skull [2-5] 2x attack, defense, mana, health, loot, exp (everything is...
  15. newby

    Lua Quest time online to do again

    It's work now guys! Thanks to @Aled and @Thexamx
  16. newby

    Lua Quest time online to do again

    I had changed this bro, i saw this before, like i saw this: Without thens This is my script: local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 local quests = { [8000] = { item = 2385, lvl = 1, time = 1 * mins}, -- sabre [8001] = { item = 2485, lvl = 2, time = 5 *...
Back
Top