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

    3 Answers

    @up Keep Failing. He wanted 8.6. @op Listen to narko Anyway about 1st question, i was reading this function yesterday and as far as i saw it's just about settine rateExperienceFromPlayers to any number higher than 0. I might be wrong here.
  2. QuaS

    swimming

    Search.
  3. QuaS

    Quest for lvl 50 and vocation knight rep ++

    if(not isKnight(cid) or getPlayerLevel(cid) < 50) then return false end
  4. QuaS

    Help with gesior thx

    @up +1
  5. QuaS

    Accounts & Character counter..

    $acc = $SQL->query("SELECT COUNT(*) as accountCount from accounts;")->fetch(); $pl = $SQL->query("SELECT COUNT(*) as playersCount from players;")->fetch(); echo "There is ", $pl['playersCount'], " playing on ", $acc['accountCount'], " accounts on bla bla bla"; Couldn't do it easier
  6. QuaS

    doPlayerSetExtraExpRate.. didnt work for me

    Well it seems like a epic failure day.. Heh
  7. QuaS

    doPlayerSetExtraExpRate.. didnt work for me

    You're not a newfag who needs a help with fixing. I am just poining wrong things. I like when somebody tells me that i have a wrong thing somewhere in code, i learn then to not make the same in future. @Topic Evil Mark's script after fixing would be good if we multiple a rate by current exp...
  8. QuaS

    Selling Full Mount System [Super Unique, Easy Edit and Install!]

    I've this coded b4 tfs relased it ^^
  9. QuaS

    doPlayerSetExtraExpRate.. didnt work for me

    Experience rate is not doubled but set to "2". It's diffrence.
  10. QuaS

    Lever drawbridge (another of QuaS script);

    Allright then :s *feelin pwned*
  11. QuaS

    Guild War System TFS 0.2.9 Mystic Spirit

    Cyko, u can;t to c++. Leave such things to pros ;)
  12. QuaS

    Accounts & Character counter..

    $acc = $SQL->query("SELECT COUNT(*) as accountCount from accounts;")->fetch(); echo $acc['accountCount']; $pl = $SQL->query("SELECT COUNT(*) as playersCount from players;")->fetch(); echo $pl['playersCount'];
  13. QuaS

    Help with gesior thx

    post lines 280-320
  14. QuaS

    Lever drawbridge (another of QuaS script);

    Mystic Script doesn't has getTileItemById sir Cyko.
  15. QuaS

    Count to 10!

    Overr 9000!
  16. QuaS

    [Actions] Switch and items on correct places (like desert q).

    It doesn't works on Mystic Script. doCreateItem(1284,bridge) to doCreateItem(1284,1,bridge)
  17. QuaS

    I need complete my script.

    @up. it's about walking, not moving items
  18. QuaS

    PIMP my script! Or remake it..

    Pwna xD. Just copied this, didn't tab it
  19. QuaS

    [WebSite] Uncaught exception 'E_OTS_NotLoaded

    Read it.
  20. QuaS

    PIMP my script! Or remake it..

    isPlayer(cid) Edit. seems u've got more mistakes. Take: local t = { storage = 32001, monster = {"Grim Reaper", {x=1110, y=1250, z=11}}, msg = "You've inject the demonic portal!!" } m1pos = {x=1117, y=1244, z=11} m2pos = {x=1118, y=1244, z=11}...
Back
Top