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

    Lua Quest Log with multiple storages [## out of ## found]

    @Shadowsong <quest name="Killing in the Name of..." startstorageid="100157" startstoragevalue="1"> <mission name="Paw and Fur - Hunting Elite" storageid="2500" startvalue="0" endvalue="999" description="You joined the 'Paw and Fur - Hunting Elite'. Ask Grizzly Adams for some hunting...
  2. raf

    Lua Quest Log with multiple storages [## out of ## found]

    I'm not sure tho if it's just in Lua - i guess not. But it's working as you probably know :). I just wish Mark could move some more stuff from C# to LUA :s
  3. raf

    Lua Quest Log with multiple storages [## out of ## found]

    There is a way for that. Just lookup how Killing in the name of (tasks by grizzly adams) is done :)
  4. raf

    Lua Fury Gate

    You're right in most of the cases. But depending on which tfs he is using, you have to use different functions. For TFS 1.0 im using player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Text goes here.") with local defined as local player = Player(cid) And please for gods sake... use proper tags and...
  5. raf

    Lua Quest Log with multiple storages [## out of ## found]

    I';m not sure but i think you can't split missions with ID, each mission starts at id 1 or 0 even. About storages, let's take your second quest as example: Right now you have to have storage id 1001 value set as 1 to show the quest in quest log. For first mission to appear, you have to have...
  6. raf

    Counting msges on channels

    BUMP
  7. raf

    Solved Help with Exhaust on my script :D

    Try splitting up first line like that local exhaustTime = 4999 local exhaustStorage = 5000
  8. raf

    [Gesior] Uptime & Players online

    Does it work now ? Which version are you using ? I'm also trying to get uptime on my website.
  9. raf

    Gesior: Player decide what to show on characters.php

    Hey Otland fellows, i wan't to add a feature to my AAC, basicly i want players to choose (in accountmanagement.php) what they want to show to ppl: Equipment, skills, hp/mana/xp to next level and stuff like this. I know how to do everything except part with each player being able to set it to...
  10. raf

    Gesior2012 Looking for few scripts

    bump
  11. raf

    Scripting

    Tutorials / documentation for LUA http://tylerneylon.com/a/learn-lua/ http://www.lua.org/pil/1.html TFS Documentation https://github.com/otland/forgottenserver/wiki/Script-Interface
  12. raf

    Lua Help needed with custom quest script!

    use player storage value for that
  13. raf

    Counting msges on channels

    Right now i'm using TFS 1.0, but will be moving to 1.2 very soon. I wan't to make support page similar to http://vestia.pl/support mostly support statistics.
  14. raf

    Counting msges on channels

    How can i count messages sent on channels like help channel ? Does it require modifying core files or just LUA scripting ? Anyone got any ideas or thoughts - please post it here!
  15. raf

    Gesior2012 Looking for few scripts

    Added - refer a friend to my looking-for-list
  16. raf

    Webdesigner Paygol

    depends on what's there to fix
  17. raf

    Solved "attempt to compare number with boolean"

    That works perfect. Thank you for your help ;)
  18. raf

    Solved "attempt to compare number with boolean"

    THat's hell of a remake :D But that's good, i probably can learn stuff from this thread now. I guess i forgot to include info that i'm using TFS 1.0, and this one probably doesn't contain getNumber function: Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onLook...
  19. raf

    Solved "attempt to compare number with boolean"

    I know what this thread title means :p but i just can't see in script what's wrong. function Player:getLoyaltyDescription(thing) local check = db.storeQuery("SELECT `total_premium_points` FROM `accounts` WHERE `id` = " .. db.escapeString(thing:getGuid())) local loyaltyTitle = ""...
  20. raf

    Gesior2012 Looking for few scripts

    Thank you for your contribution, but i don't get it, how this code would help me in any of those 4 scripts that i'm looking for ?
Back
Top