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

    Random Place player freezing

    Well Maybe the problem ins't related to items, but to the loading of the floors. Did you changed anything at the server sources related to it ? I mean, is it original sources? Also, There's any new sprite there that other areas don't?
  2. darkshin

    Random Place player freezing

    Maybe this item ID is bugging your location: unable to create item with invalid id 27392
  3. darkshin

    Random Place player freezing

    Well, I can't tell you if its good or bad to remove it. But I believe that if you set a lower value than 8 at the statement it may works. Though I don't believe its necessary, it's better to remove at the moment.
  4. darkshin

    Random Place player freezing

    Well, to be more specific. I believe you don't have to change anything in the server sources file, if you want to change it back. Open you OTClient sources and look for this string: "failed to decrypt message", or look for the function xteaDecrypt at Protocol.cpp. Its probably blocking the...
  5. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Good Luck then, if you solve. Post here the fix, so other people may find a fix for the same problem.
  6. darkshin

    Random Place player freezing

    Well, did you found out that the MoveCreatureUp and Down aren't called when you change floors? You are teletransported instead?
  7. darkshin

    Random Place player freezing

    You are using 0.3.6 TFS? or 1.1+ ? (When you will answer me, click on Reply, then Ill be noticed, if not I may take a while to answer you.)
  8. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    I already told ya what this errors are, I've asked you to add warning messages at server's sources. If you can't follow or don't know how to do it, I recommend you to use TFS 1.1 or lower (I recommend lower than 1.1), then your game probably won't bug anymore.
  9. darkshin

    -

    All you have to do is to change the number declared at ConfigManager::COMBAT_EXAUSTED or HEAL_EXAUSTED.
  10. darkshin

    Linux Cannot load character on login. (Unknown column 'offlinetraining_time')

    Check your server version and your MySql version, I think you can find your MySql version at the config.php in its folder. Take a look after it.
  11. darkshin

    Linux Cannot load character on login. (Unknown column 'offlinetraining_time')

    Probably your sources are different from your MySql configuration.
  12. darkshin

    What do you think about latest update on official Tibia? ARENAS

    Totally, I think they are desperate. They don't do a single good update, but ppl are only interested at killing each other on Tibia and dominating servers...
  13. darkshin

    Lua executeQuery tfs 1.2

    Have in mind that the argument after WHERE need to be between -> `HERE` <-. Also Where means which of the structures generated will be called. Like, each new account has its own structure and an ID to identify it. Thats what you should call at WHERE. At SET you should call the name of the...
  14. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Its very usefull Flat, I'll give some hand here If I may help.
  15. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    All right.. we need to know if server is sending a TP or calling function CreatureMoveUp and CreatureMoveDown, when he walks into a "floor changer". Add a std::cout << "warning" << std:endl; at sendCreatureMove, where those functions I told ya are being called. Then login in game and check at...
  16. darkshin

    Random Place player freezing

    Did you increased your screen tiles? Be more specific.
  17. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Well, I took like 3 months to solve a similar problem on my sources. But I'm not sure if we are getting the same trouble. Could ya be more specific when it happens?
  18. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Your client is losing localPlayer. You should redo the tutorial and be sure to don't miss steps.
  19. darkshin

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    you must use "addByte" instead of AddByte.
  20. darkshin

    Lua How to make an in lua defined class and call as parameter of a C++ function

    Yeah you're right. Also I learned alot with you lua class up there. I realized how the system worked out and I followed the idea. I will send you a pic of the work later, once I let it pretty :)
Back
Top