• 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

    Powergamers TFS 1.0

    does it(as a script / onlinetimetoday) reset each day ?
  2. raf

    Powergamers TFS 1.0

    does it reset each day ?
  3. raf

    [Znote AAC] Redeem a coupon system

    Now i know :D It's taken as raw code from stackoverflow. Later on will try to make redeem work
  4. raf

    [Znote AAC] Redeem a coupon system

    Gesior version SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET...
  5. raf

    [GESIOR 2012] Change name for premium points

    if u dont know how to do simple html / tiny bit of php, then you shouldnt start with OT...
  6. raf

    Gesior: get char name by id

    Hey, i'm back to this issue. I've made a script that stores player id in database instead of name ( i don't know how to store correctly name ), and i want to pull it out on website as player name. Is there a function for that ? Nevermind... Figured it out my self :) db.escapeString(Player_name)...
  7. raf

    Gesior2012 Looking for few scripts

  8. raf

    Guild gesior 2012 bugged

    on whoisonline ? characters ? or somewhere else?
  9. raf

    Guild gesior 2012 bugged

    First, i don't see any error in that screen shot. Second, What's the another problem that you're getting ?
  10. raf

    Lua Storage Checker Talkaction Concept

    Could you explain and describe exactly what this part does and each piece of this line ? (it's serious question)
  11. raf

    Gesior: Player decide what to show on characters.php

    Thanks for tips guys, i've already achieved it relying on my last post. I did follow up on hide char info and managed to do the same for quests :)
  12. raf

    Solved Problem with children of revolution tfs 1.1

    Paste console errors so we can see what's wrong.
  13. raf

    Counting msges on channels

    That's really a good start for this feature! Thank you, will try to make it a little better soon ;) And post results here.
  14. raf

    [Gesior] Uptime & Players online

    That's alright. I found that my website somehow doesn't support online time, but it has a function for that. Bailed on that, maybe one time i'll try to make it work.
  15. raf

    Gesior: Player decide what to show on characters.php

    You just gave me an idea - which i don't why, i didn't found earlier :D You know there's a hide your character info in gesior, i might look into that and then check if i can make it work with other stuff :). Anyway, thank you and i will reply as soon as i figure it out.
  16. raf

    Solved Help with Exhaust on my script :D

    Could be, i don't really know. For my OT when i used script with short handed method - it didn't work, changed it to long way - worked.
  17. raf

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

    You would have to check few first lines of quests.cpp file to check it if exists in there. And also for you task for amazon+valkyrie you could just use onKill function and check if someone has started quest/task, then just add those 2 monsters to onKill and set 1 storage id for them. I would...
  18. raf

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

    Are you using TFS or modified engine / your own ? This function is by default in TFS 1.0 +
  19. raf

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

    why dont you use the same storage id but different values ? ^_^
  20. raf

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

    Refering to my latest post you can just use this |STATE| in quest description / mission description, and it will give you current value of storage of the quest/mission. No problem for solving it :_)
Back
Top