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

    Solved Still receiving the rewarditem onAdvance

    @Cornex Thank you for the quick response, unfortunately it did not work. I still get the item if I level up once more... Here is the updated code. local storage = 1234 function onAdvance(cid, skill, oldlevel, newlevel) local player = Player(cid) if getPlayerVocation(cid) == 1 or...
  2. 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...
  3. D

    Compiling Unresolved external symbol __imp____iob_func

    @Shyzoul Thanks mate, so it successfully compiled the src now, but I didnt get any dll files. Only the forgottenserver.exe file, where can I get the lua51.dll etc?
  4. D

    Compiling Unresolved external symbol __imp____iob_func

    @Shyzoul But there are 13 projects to compile?! :eek: Which project should I compile? Okey so this is what I did step by step. 1. I downloaded the mpir-master zip file from that github you linked to me. 2. Opened the mpir-master\build.vc14 and clicked mpir.microsoft visual studio (sln file i...
  5. D

    Compiling Unresolved external symbol __imp____iob_func

    @Shyzoul But how do I update the mpir? Do I have to compile it or what?
  6. 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...
  7. D

    Solved House.xml problem.

    Understood m8, Cheers for you'r kindly cooperation. I appreciate it alot! xD
  8. D

    Solved House.xml problem.

    Deleted those, now when I startup my server it does not show any kind of errors... But still. I go to a "house" that should be a house. But still it is not a house. [02/03/2014 00:22:16] > Houses synchronization time: 3.193 seconds. EDIT: ooh... I know why I guess. No errors pops up. But when...
  9. D

    Solved House.xml problem.

    But when I do so, It just recreates :(
  10. D

    Solved House.xml problem.

    Yes, I can xD What about it?
  11. D

    Solved House.xml problem.

    The house.xml file is from "FORGOTTENSERVER-ORTS-master" Datapack.
  12. D

    Solved House.xml problem.

    But the problem is that I put in a house.xml file that is on about 111 kb... When I startup my server, everything inside that house.xml file is GONE. These 2 houses is the only houses that are left...
  13. 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...
  14. D

    I have a map. How can I make it operational?

    Dat caps XD
  15. D

    DOORS RESET AFTER SERVER RESTART

    Hmm I wish I could help you with you'r problem... I mean, I can't event fix houses on my server :P
  16. D

    New: What song are you listening to thread

    What would you do if today was you'r last day, and tomorrow was too late? xD
  17. D

    Gamemaster Frozera needs support team!

    Name: Kasper Age: 16 Tibia experience: I have been playing tibia since the update 8.60, Tibia for me have been a road up and down. But so far I have enjoyed every single moment and joy of it. Staff experience: I have NONE staff experience. But I guess all of ous start at that way. As Albert...
  18. D

    Solved Pacman

    @tetra20 Now it is comming this error up at startup... ERROR [25/02/2014 11:03:21] [Error - CreatureScript Interface] [25/02/2014 11:03:21] data/creaturescripts/scripts/advance.lua [25/02/2014 11:03:21] Description: [25/02/2014 11:03:21] (internalGetPlayerInfo) Player not found when...
  19. D

    Solved Pacman

    @tetra20 I did, When I startup the server I get that error, same when I reload the creaturescript events. Also when I do /addskill testchar, level, 1 there aint comming no animation :( I want different distance animations for different vocations :D @tetra20 Please help me fix :(
Back
Top