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

    support with weapon

    edit sources
  2. pasiak12

    Lua Return number of rows from select in lua

    Doesn't data already contain the 4 number? Try to print data.
  3. pasiak12

    support with weapon

    Server as default get only dmg from first weapon it finds. You need to edit sources. Should be in player class some method getting the atk from eq. Then you would need to edit it to force server to calculate damage from both hands.
  4. pasiak12

    Is there any fast way to find item in "Noxitu"

    What error? On the picture I can see windows asking you if you want to replace the sprites. Isnt it that you were looking for?
  5. pasiak12

    Lua Return number of rows from select in lua

    try local data= db.query("SELECT count(*) FROM `player_coins` WHERE `player_id` = 1") if data then print(data) end
  6. pasiak12

    Is there any fast way to find item in "Noxitu"

    You need to find proper Tibia dat editor to your tibia client. As far I know not every editor works fine. Try to find as many as possible dat editors and try them.
  7. pasiak12

    Kage bunshin script possible?

    Just a summon. set looktype set colors set hp Then in monsters file add simple onThink that will execute them if they fall below 250hp + onDeath function that will send some magic effect Those function are avaiable for default TFS Not sure about name-change, It can be really hard for...
  8. pasiak12

    Is there any fast way to find item in "Noxitu"

    1. Find item ID of those items in you items.xml file (In OTS server files) 2. Open your .dat file (From your Tibia Client) via some tibia-dat editor and find the corresponding Sprite ID to the item ID you got 3. Then just go to that sprite ID in Noxitu Sprite Editor.
  9. pasiak12

    Windows Can't Open ports

    make sure that local ip address is correct. You can check it from cmd with command ip config /all
  10. pasiak12

    Compiling Problem compilling linux

    You need use another methods to get the max hp/mana values. Change every: getPlayerInfo(PLAYERINFO_MAXMANA) to getMaxHealth() and getPlayerInfo(PLAYERINFO_MAXMANA) to getMaxMana() for example you should have if (player->getMaxHealth()> 0) instead of if...
  11. pasiak12

    Compiling Problem compilling linux

    Player class has not getPlayerInfo() method Post your player class file (player.cpp and player.h)
  12. pasiak12

    Linux ( Ubuntu ) Can´t start the server

    You can checkout the files in your current location by ls command. It will print all the files there. As the output says -bash: ./theforgottenserver: No such file or directory there isnt probably theforgottenserver file (maybe another name?) To find that file on system use command find /...
  13. pasiak12

    [FRANCE] YurOtsX _RPG_ AMERICAN PROXY [7.72] NEW MONSTERS,MAP,OUTFITS, CRITICAL SYSTEM

    I'll check this out @edit Debug issue found on rare monsters. It has been fixed :)
  14. pasiak12

    [FRANCE] YurOtsX _RPG_ AMERICAN PROXY [7.72] NEW MONSTERS,MAP,OUTFITS, CRITICAL SYSTEM

    - diagonal move fixed - skull bug on exorik min fixed - Dufi buys: wedding ring - Rune conjure spells requires now 10lvl - It is not possible to create runes in arena anymore - some map fixes - loot updates - New creatures added: Elite Orcs - many new weapons(and another items) have...
Back
Top