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

    Solved points for killing players

    i read that but i need it as a query i don't know how it works with the storage
  2. magista

    Solved points for killing players

    tfs 0.4 and i already have a columns in accounts called pk_points i'm not understand bro :D
  3. magista

    Solved points for killing players

    i need lua when i kill a player i get 1 pk_points i tried too much but need some help plz :D
  4. magista

    can't log in tibia

    Hey otlanders i have a problem with passwords i can log in website but can't in game can any1 help note that in config.lua encryptionType = "sha1" tfs 0.4 plz help
  5. magista

    Solved second promotion item

    solved script function onSay(cid, words, param) if(getPlayerItemCount(cid, 2158) > 0) then if(getPlayerVocation(cid) == 8) == FALSE then doPlayerSendCancel(cid, 'You\'re not a Elite Knight, therefore you can\'t become an Templar.') doSendMagicEffect(getPlayerPosition(cid)...
  6. magista

    Solved second promotion item

    thx solved
  7. magista

    Solved second promotion item

    but there are 2 kinds of promotion for 1 vocation the player has to choose 1 of 2 like this :- Ye the problem is, the gem works to promote every vocation to the specified choice, there are 8 choices past the original promotions. Destroyer, Templar (Knight) Sharpshooter, Arcane Archer (Paladin)...
  8. magista

    Solved second promotion item

    what is level refers to ?
  9. magista

    Solved second promotion item

    post creaturescript/login.lua :D
  10. magista

    Solved second promotion item

    vocation.xml http://pastebin.com/NVU1Ff3S
  11. magista

    Solved second promotion item

    i will get creaturescript/login.lua soon @lukamika1
  12. magista

    Solved second promotion item

    it works and every thing is oki but when the character relog back to elite knight again can anyone help ? function onSay(cid, words, param) if(getPlayerItemCount(cid, 2158) > 0) then if(getPlayerVocation(cid) == 8) == FALSE then doPlayerSendCancel(cid, 'You\'re not a Elite Knight, therefore you...
  13. magista

    shop system give unlimited amount of items

    TFS 0.4
  14. magista

    shop system give unlimited amount of items

    <globalevent name="save" interval="3600000" event="script" value="save.lua"/> [code=xml] [CODE][code=lua] -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script...
  15. magista

    shop system give unlimited amount of items

    hey guys when i buy item from shop i still get it more and more and and get error on consol could anyone help me :D
  16. magista

    Solved countdown bug site

    solved by @Ninja in latestnews.php $news_content .= ' <div id="featuredarticle" class="Box"> <div class="Corner-tl" style="background-image: url('.$layout_name.'/images/content/corner-tl.gif);"></div> <div class="Corner-tr" style="background-image...
  17. magista

    Solved countdown bug site

    can any one help ? the script http://otland.net/threads/how-to-setup-a-countdown-clock.187677/ my layout.php :- http://pastebin.com/znCCBP6Q my latestnews.php:- http://pastebin.com/CmS1hkGq
  18. magista

    How to setup a countdown clock

    my layout.php :- http://pastebin.com/znCCBP6Q my latestnews.php:- http://pastebin.com/CmS1hkGq
  19. magista

    Gesior ACC 0.3.6 login box

    http://pastebin.com/YyxV2UtE config bro
  20. magista

    Gesior ACC 0.3.6 login box

    solved bro !!!!! thank you very much
Back
Top