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

    Lua Get and set magic/skill rate?

    Hello I was just wondering if there is someway to get/set the players magic/skill rate? I am using the latest tfs version. Which is https://github.com/otland/forgottenserver I believe. Kind regards, Denziz.
  2. D

    Solved Comparing numbers problem

    I am trying to compare the three skills (axe, sword and club) to see which skill is the highest. It prints out correctly the numbers from the mysql database but I keep getting the knight axe... Code: local skillAxeQuery = db.storeQuery("SELECT skill_axe FROM players WHERE id = " ...
  3. D

    Solved Still receiving the rewarditem onAdvance

    What I am trying to do here in this piece of code is, if you are a sorcerer or a master sorcerer and your level is equal or above level 20. You will get an item, however you will NOT be able to get that item again if you go below level 20 and level up to 20 again (so you wont be able to exploit...
  4. D

    Compiling Unresolved external symbol __imp____iob_func

    When I try to compile the latest forgotten server build with visual studio express 2015 I get those errors... mpir.lib(memory.obj) : error LNK2001: unresolved external symbol __imp____iob_func mpir.lib(assert.obj) : error LNK2001: unresolved external symbol __imp____iob_func Is there any way...
  5. D

    Solved House.xml problem.

    Hello there, good evening. Umm ... I have a pretty big problem with houses.xml, the problem is that it does not work. I have saved the house.xml file that is on about 110 kb, when I start the server it says "WARNING: Could not load house data". Then when I check in houses.xml everything is gone...
  6. D

    Warning: Could not load house data.

    Hello guys. I have encounterd this kind of error. Which I do belive is really hard for me to get rid off, as I do not know how. Basically I get this error when I startup my server, the players cannot buy houses as they do not exist in game (I go to a "house" which should be a house but it isnt)...
  7. D

    Solved LMS golden goblet reward not working...

    Hello, The title speaks for it self... When I win the LMS event I get a bunch of errors and a golden throphy but It aint got any description on it. Im not reciving my tokens too (ID = 6527) Script local t = { tmp = { {x = 1016, y = 1486, z = 7}, -- North west corner of Area where players must...
  8. D

    Solved Pacman

    Hello there! I can't fix this... Someone I just simply can't. I am trying to make so pacman TGY script is working. I have placed the tgyfunctions in data/lib, and pacman.lua in movements folder also registered them in the movements.xml. Same as creaturescripts... pacmanhandle.lua , registered it...
  9. D

    Help with Website hosting... t15.org

    Hello there! I need help with, how to host my website on t15's servers. I am using FTP (filezilla) and I have put all of my files that was from the www folder to their folder (public_html). I placed all of my files there to that folder and when I typed the website's domain name. It said that it...
  10. D

    [Gesior AAC] 0.3.6 Requesting top 5 levels at right sidebar

    Hello there! well the topic speaks for it self. I would love to have that on my website. Basically it will show the top 5 levels at the right bar under the "Newcomer join tibia" picture. The top 5 levels will not count Staffs, (God, etc.) Only regular players. xD Kind regards, Denziz
  11. D

    Guilds.php BLANK PAGE!?!?! gesior aac 0.3.6

    Hello there! well the topic speaks for it self, basically when I click the community table then guilds it gives me an blank page. It has been working before but suddenly now it doesnt work... Please help me out!
  12. D

    Need help with some stuff :P

    Hello there! The stuff that I need help with is basically..... Well. I am using gesior 0.3.6 and when I search on a character a blank page comes up. That never happened before BUT I think that I already know the problem. You see... I deleted guilds table in phpmyadmin so I can like clean...
  13. D

    Gesior AAC help to install scripts in pages...

    Hello there! I am pretty new to this and I really do not know how to install scripts or to make them work. I want to install auction system on my website but I do not know where to place the auctionsystem.php..... I placed it in the folder "pages" and it still does not show up in the community...
Back
Top