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

Search results

  1. Vantoria

    AAC Znote highscore multiworld

    hello friends i have a problem with my znote with multiworld support... well i want to ask a question how i can show specific worlds in highscore i mean i have 5 servers and 1 of them is only for test purpose how i can hide that world from my highscore? Highscores.php this is how i identify...
  2. Vantoria

    AAC Znote register problem

    hello again well im trying to register new account starting with 0 example ( 096534 ) but im getting this error Your account number must be a value between 6-8 numbers long. i did try with another register.php and it works but with mine it doesn't, this is my register.php <?php require_once...
  3. Vantoria

    AAC Znote users.php help please

    hello friends how i can add world check in this part im using tfs 1.2 so it have to be read from players_online table i have first player_id and second world_id querys function user_count_online($world_id) { if ($world_id == '1') { $online = mysql_select_single("SELECT...
  4. Vantoria

    TFS 1.X+ Nostalrius Multiworld system

    hi guys i was trying to adapt this Multiworld system by aurelion5670 · Pull Request #929 · opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/pull/929/files) multiworld system in nostalrius engine i think the code did adapt sucessfully because it compile good i have...
  5. Vantoria

    TFS 1.X+ TFS 1.2 Nostalrius exp formula

    hello i have a question, im trying to change the exp formula from tfs 1.2 nostalrius edition well i want change it to like ((level * 50ULL) * (level * level * level) / 500ULL)+10ULL but that one i cant use on tfs 1.2 because it is from old otserv it is basically the mastercores exp formula. this...
  6. Vantoria

    AAC Znote and tfs multiworld system

    hello my friends i have been searching about multiworld for znote or how it works but didn't have luck sorry for tag you @Znote but there is any way to use the same website for various servers connected to the same dabatase? if the player want to register is for all the entire database but if...
  7. Vantoria

    AAC Show premium days Znote

    hello i want in myaccount page show how many premium days left this is the part from myaccount.php <div id="myaccount"> <table style="width: 100%;/*border:3px double #fff;*/box-shadow:1px 1px 10px #000;" cellpadding="10" cellspacing="1"> <tr><th colspan="2">General...
  8. Vantoria

    share task with party

    hello i would like how this task function on creaturescripts can be done with party member function onKill(player, target) local monster = config[target:getName():lower()] if not monster or target:getMaster() then return true end local storageValue =...
  9. Vantoria

    OTClient cam recorder module

    hi otlander's i have a cam recoder script i would like to know if there is anyway to Save the clip in a new folder inside otclient location? because this script Works with php website but i dont have that, now im asking for a solution to Save the clip like tibianic dll does but in otclient =)
  10. Vantoria

    AAC ZNOTE whoisonline problem

    hello i dont know what i did touch and i think i fuck up the whoisonline page it still show the online list but it throw this error too otice: Undefined index: site_url in /home/otsmanager/www/public_html/engine/function/general.php on line 248 @Znote please
  11. Vantoria

    TFS 1.X+ TFS 1.3 downgraded to 7.72 spell bug

    hello recently i have update my engine from othire to tfs 1.3 for 7.72 and im having some trouble with summon spell since im using the official ones that come in server files @Nekiro sorry for tag you but maybe u know or @Znote please guys Mar 30 13:15:06 ClassicOT tfs[21861]: Lua Script Error...
  12. Vantoria

    TFS 1.X+ Promotion bug TFS 1.3

    hello recently i start working on my server based on TFS 1.3 7.72 downgraded by @Nekiro so my problem is after character reach level 8 and going to main throught the npc The Oracle after they relog they automatically become promotion i dont know if it a source bug or is my npc here is my npc...
  13. Vantoria

    TFS 1.X+ npc the oracle on tfs 1.3 7.72

    i would like to know if someone can help me with this npc i want to add the 4 main towns to choose when leaving rookgaard and give some equip (items) for each vocation please thanks this is my npc oracle.lua local keywordHandler = KeywordHandler:new() local npcHandler =...
  14. Vantoria

    [TFS 1.3 7.72] Rune charges appears to be ignored

    hello does someone know how to fix this? please https://github.com/nekiro/forgottenserver/issues/29
  15. Vantoria

    znote aac error creating character

    string(689) "INSERT INTO `players`(`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`...
  16. Vantoria

    !bless command (OTHire)

    hello people, i have one little problem with this command i want it to be used only by premium accounts ive tried to add this if isPremium(cid) then somewhere around line 19-20 in the script but i dont get it work this is my bless script local bless = {1, 2, 3, 4, 5} local cost = 50000 -- Cost...
  17. Vantoria

    AAC Znote Acc problem

    Hello friends i was reworking my znote tibia oldshool layout and i'm stuck with something the online box i dont know how to make it count in realtime :p that one is fake as you see in the whoisonline list there is 5 every time i have to put the number by myself :( this is the part where is...
  18. Vantoria

    Problem with Graphics otclient

    hello guys i dont know what is going on with this error or bug but its look weird with otclient otclient sprite error or bug? this is happening in the whole map with otclient i dont know why i have those errors because with normal tibia client it is fine tibia normal client it is fine as you...
  19. Vantoria

    Lua Postman mission (npc kevin) and djinn quest (npc melchior)

    Hello i have some problems trying to make this quest working well my server is OTHire 1.0 based on otserv the problem is when i ask for the first mission the travels ones it gives to me with no problem but when i finish it i come back and say mission again it wont respond this is my npc...
  20. Vantoria

    OTHire npc's (Melchior)

    Hello Friends i have some problems trying to make the npc Melchior work with OTHire 1.0 this is my npc script when i ask (hi) it respond well but when i type word of greeting he dont say nothing and i dont get any error in the console
Back
Top