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

    Compiling Cannot include file boost.hpp - no such file or directory

    Well the sdk contains all libraries, so that's why it's 104MB :p. But this is what is inside the batch file; setx TFSSDKDir %CD% so it basically sets the folder you run it in as the TFSSdkDir folder.
  2. Ecstacy

    Solved A looping event that causes errors when a player logs out.

    Hey, I'm having a problem with a looping event, and is caused when the player logs out, since the player can't be found anymore by the game and the script adds a certain percentage of hp&mana per second. The exact error is (luaGetCreatureStorage) creature not found. and as stated above, I...
  3. Ecstacy

    Compiling Cannot include file boost.hpp - no such file or directory

    Alright, here's the link to the SDK. DepositFiles
  4. Ecstacy

    Compiling Cannot include file boost.hpp - no such file or directory

    Uhmm I didn't manually import it, I used the batch file in TFSDK, I guess that is supposed to register the library
  5. Ecstacy

    Compiling Cannot include file boost.hpp - no such file or directory

    Microsoft Visual C++ 2010 Express
  6. Ecstacy

    Solved Regeneration rings that work on %

    Ooh yeah ofcourse, here's the code. local configs = { percent = 1.5, -- percent of max mana that will be added interval = 1*1000, -- time to add mana again storage = 12002 } local function addMana(cid, interval, storage, perc) if(getPlayerStorageValue(cid,storage) == 1)then if...
  7. Ecstacy

    Compiling Cannot include file boost.hpp - no such file or directory

    Hey, I'm getting this weird error when I'm trying to compile this source, it keeps telling me that I don't have the boost.hhp file, but I clearly have it. The boost.hpp file is not inside the folder of the trunk, though I don't think that is the problem since other trunks compile just fine...
  8. Ecstacy

    Solved Regeneration rings that work on %

    Solved.
  9. Ecstacy

    [Remere's map editor] Adding 9.70 client

    Hello, I'm trying to add the 9.70 client to RME but I'm stuck on the HEX part, as I don't know what I should put in there (the current HEX is from 9.60, so it's not the correct HEX).: <client name="9.70" default="true" visible="true" otb="9.70" data_directory="970"> <otbm...
  10. Ecstacy

    Sqlite or MySQL?

    I see, so the best option would be to use MySQL. Thanks for the answer!
  11. Ecstacy

    Sqlite or MySQL?

    Hey, I got a question about what is the best to use, Sqlite or MySQL? What are the Pros and what are the Cons?
  12. Ecstacy

    36th's pit...

    Your work is truely amazing! Keep it up!
  13. Ecstacy

    Solved tibia 9.82 client link?

    Awesome! Works now :)
  14. Ecstacy

    Solved tibia 9.82 client link?

    This client is 9.83, even though the download says 9.82,
  15. Ecstacy

    Solved tibia 9.82 client link?

    When I go to that site I get a denied referral. -- Nevermind! Thanks :)
  16. Ecstacy

    Solved tibia 9.82 client link?

    Hey, Does anybody have a download link for the 9.82 client? When I google it I only get links to redbot and stuff like that.. Thanks in advance, unknown666
  17. Ecstacy

    PayPal donation/payment can't be made?

    Well it basically says that the donation couldn't be made at the moment and that PayPal couldn't process the payment, thus redirecting me to the 'webstore of otland'. But I have just tried it again and it worked :)
  18. Ecstacy

    PayPal donation/payment can't be made?

    How do you mean time for a change? what would he want to be changed? The benefits of donating sounds pretty fair to me and a contribution to the forum won't harm either. Really hope this isn't true though, really want acces to the private SVN :(
  19. Ecstacy

    PayPal donation/payment can't be made?

    Alright, sounds like I'll just have to be patient. Thanks for the help!
  20. Ecstacy

    PayPal donation/payment can't be made?

    How could someone have too much money? :p
Back
Top