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

    [TFS 1.4] Updated Lever Shop

    Here's an updated version from this thread: Action - [TFS 1.3]Lever shop (https://otland.net/threads/tfs-1-3-lever-shop.268777/) local testAction = Action() -- this is our header, the first thing we have to write (except for configuration tables and such) local c = { itemid = 23373...
  2. Joriku

    C++ Check if true or false inside config + break if false

    Update: Managed to solve the issue by adding config_functions.hpp in and changing This if (g_config.getBool(ConfigManager::SKILL_LOSS)) { Into this if (g_configManager().getBoolean(SKILL_LOSS)) { Result: //Skill loss if (g_configManager().getBoolean(SKILL_LOSS)) { for...
  3. Joriku

    C++ Check if true or false inside config + break if false

    Let's see Configmanager.cpp, looks ok to me. // Check for skill loss inside config boolean[SKILL_LOSS] = getGlobalBoolean(L, "skillLoss", false); Config_definitions.hpp, looks ok to me aswell. SKILL_LOSS, Then the code as of now //Skill loss // Config check for skill loss...
  4. Joriku

    C++ Check if true or false inside config + break if false

    Hi, trying to create a check for Skill Loss inside the config. Making it skip through any skill loss upon death if Boolean is false. How would this be done? I just got into C++.. Original //Skill loss for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; ++i) { //for each skill...
  5. Joriku

    C++ Force player to disconnect upon death

    Hi, I know nothing about C++, sadly. How would I force a player to disconnect upon death? The reason is that once my character is dead, the onLogin script is not taking place which is going to re-add level up to 120. This does not happen unless the player manually re-logs. I tried using...
  6. Joriku

    Compiling Can anyone compile Nekiro's downgrade for me?

    https://github.com/otland/forgottenserver/wiki/Compiling
  7. Joriku

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Why's this, 10.98 latest stable build. Latest Possible build at 12.87 and Latest OTBR build all gives the same message. Using build 3.0.3 if not target or not target:isItem() or not target:getType():isUpgradable() then return false end
  8. Joriku

    TFS 1.X+ OTBR Canary Depot Market - not opening

    Well, your issue does not lay with Canary. It lays with your client files, you should download the correct sprites for the client you're using. That's my best guess for now. Since I had this issue many times, the issue with from my side always ended up with sprites package.
  9. Joriku

    About the browser scripts

    So, I am on my road to botting a place after colors. Going for double green with 0.05 bet. Only betting after the double one, so every time the green color has been, the bot bets 0.05. If it loses X3 in a row. It doubles the bet to 0.1 coins for another 3 rounds of double green even 5. Yes, I am...
  10. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Plain and simple, on my menu now. Think I'll keep the basic tibia game style, that means with boats and walking and the original way of playing. However, I'll grab my own taste to the table. Right now, it's as simple as evolution 8.6.
  11. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Got the base ready, going for updates. May be a bad idea but that's what I'll do. Starting small this time. Going to advertise it and release out a city the day after or the day before launch. So Gengia for hunting spots. Wish me luck! I'll allow botting since it's 2022, people got other...
  12. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Well, graphic wise. My skills are limited to stick figure, so I'd have to take public ones and do easy ones for me and buy them aswell. And as an Global ot alone is a lot of work even taking OTBR as a start. Lots of quests out of function etc. etc. It'll be too much. I'll do an Evolution but...
  13. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Alright, will keep it a little lower tho. Is rebirth a good thing or a bad thing? Then another question, teleports or no teleports?
  14. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Question is, low or high rates? I'd prefer low myself so that's I guess the style I'll go for True, slow movement is soo bad.. True that, work seems to take most time of us.. Want to work with something cool instead of a normal boring job :D
  15. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    Can't remember even playing any custom ones like I used to back 10 years ago LOL. Was thinking of doing an evolution but It be below 10 players online prob
  16. Joriku

    Is it worth doing an RPG/PVP ots in 2022?

    As the title says, is it a good idea to go for a custom ot? It may already be a thread up, but I had no luck in finding it. Is it worth getting into a weak start and release it up for public and work hard behind the scenes and release the updates for the small player base the ot will have or...
  17. Joriku

    server

    As Madusa mentioned, you can post up a help post on Otland about issues you run into or pay someone €10-20 an hour to do your job for a month. If you'd like the newest possible due to change of mind, OTBR is what you should go for since you're after real tibia map. You can simply "downgrade" it...
  18. Joriku

    Myaac no points after paypal purchase

    Are you using cloudflare? If so, that's the cause of the issue. Their servers sends a cloudflare address over to paypal no matter what options you enable (It's somewhere to solve it) and the paypal IPN service denies the entry since the ip addrress is unvalid. Long story, deep investigated a...
  19. Joriku

    Scammer Maydel/gado

    Hate to admit, he scammed me when I was 14 and insecure. Heads up, I am 22 and still insecure.
Back
Top