• 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!

Recent content by Adiko

  1. Adiko

    Showing afk players in who is online.

    Okay, nvm i found it. http://otland.net/f451/how-not-count-x-logged-players-81370/
  2. Adiko

    Showing afk players in who is online.

    Like in topic. How to make something like this: In who is online, subtopic on gesior acc maker?? I found something like this: <?PHP $update_interval = 10; if(count($config['site']['worlds']) > 1) { $worlds .= '<i>Select world:</i> '; foreach($config['site']['worlds'] as $id...
  3. Adiko

    Lua Problem with not gaining EXPERIENCE

    Still any idea, what else it could be? Libaries? or something
  4. Adiko

    Lua Problem with not gaining EXPERIENCE

    It is 0, now i tried without stages and still that same. I even changed monsters folder from 5 other revs and not working. Please help me.
  5. Adiko

    Lua Problem with not gaining EXPERIENCE

    Ye, I just kill mob without experience. Skills and Mlvl are normal
  6. Adiko

    Lua Problem with not gaining EXPERIENCE

    Not working ;/ Any ideas what is wrong?
  7. Adiko

    Lua Problem with not gaining EXPERIENCE

    Like in the name of thread. i have bug with stages or rates, and i can't solve it. Help me please. Im using TFS rev 3896 Stages.xml Config.lua
  8. Adiko

    Prosty skrypcik

    Juz wczesniej troche na to wpadlem ale dzięki ++
  9. Adiko

    Prosty skrypcik

    przejezyczylem sie dalem to do creaturescripts
  10. Adiko

    Prosty skrypcik

    Tez tak myslalem, ustawilem global event na 10 i taki skrypcik dalem jednak kasa przychodzi w nieskonczonosc
  11. Adiko

    Prosty skrypcik

    Jak zrobić skrypta żeby pierwszych 10 graczy którzy sie zalogują dostanie po 100cc?
  12. Adiko

    Modern AAC i mysql

    Czy modern AAC potrzebuje mysql 5.1, bo mam pewne problemy na mysql 5.0 A Database Error Occurred Error Number: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause SELECT p.id, p.question, GROUP_CONCAT(a.answer...
  13. Adiko

    Linux Problem with Modern AAC

    ref ref
  14. Adiko

    Linux Problem with Modern AAC

    I have problem with modern AAC A Database Error Occurred Error Number: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause SELECT p.id, p.question, GROUP_CONCAT(a.answer SEPARATOR ';') AS answers, GROUP_CONCAT(a.id...
Back
Top