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

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    Codicia is a server created as the successor to my previous project, GreedOT. Initially based on a downgraded version of forgottenserver (8.60), it evolved into its own fork and ultimately transitioned to a fully independent engine, translated to Spanish and customized. → Website: Codicia -...
  2. ralke

    Is someone interested in old datapacks converted to new tfs?

    There's a datapack I used a lot when I started called otsmateria. It is actually not something well made, but it works in many ways. https://otland.net/threads/ots-materia-otsmateria-pl-data-mods-evolution-map-last-edition-2013-for-free.186025/
  3. ralke

    AAC Paypal ipn with ZnoteAAC

    Thanks for the reply! If i'm not wrong cloudflare deleted that button to switch ipv6, is there other ways of doing it manually? couldn't find the button
  4. ralke

    AAC Paypal ipn with ZnoteAAC

    Hi again, i'm still struggling with paypal automatic payments, but made some advances. So, first, I already settled up everything on config, enabled cURL and my mail server (it is registered to another e-mail, different than paypal account). Changed $_SERVER["REMOTE_ADDR"] for...
  5. ralke

    How can I balance the rarity system? tfs 1.5

    What I did is to specify the type of weapon, right in itemType, if the attribute is going to add melee skills I only attached melee weapons, or weapons that are for knights and paladins for example. This table has all my configuration explained: https://codicia.net/upgrade.php
  6. ralke

    Znote AAC - Paypal

    Sorry for reviving the post, but it's weird because the profile id obtained here $profile_id = mysql_select_single("SELECT `value` FROM `znote_global_storage` WHERE `key`='paypal_profile_id' LIMIT 1;"); Is trying to get it from znote_global_storage and that table only have "key" and "value" on...
  7. ralke

    Paypal Issues Znote

    @CesarZ how did you do to force the profile ID in the buypoint.php? Sorry for bumping this years later. But I have the same error: Payment link ERROR Print: - stdClass Object ( [name] => AUTHENTICATION_FAILURE [message] => Authentication failed due to invalid authentication credentials...
  8. ralke

    Implemented Recent forum changes

    Well I regret, looks nice now. Like the idea of allowing more options to the user, but isn't something urgent I guess :rolleyes:
  9. ralke

    Get my paypal/donations up and running

    If you're up I need this too, for ZnoteAAC. Being trying to enable it for quite long and never succeed.
  10. ralke

    AAC Paypal automatic payments doesn't load points on ZnoteAAC

    Still need help at this. BUMP! Any ideas contact me on discord, felipe23
  11. ralke

    Implemented Recent forum changes

    I actually like the change. The last days I was entering to otland before the changes there was too much spam from the same user, using different accounts on support board. Was a bit annoying to reply posts from someone who doesn't even tried to solve anything (like... I was about to answer...
  12. ralke

    OTClient Meha OTclient Error Compile VS2022

    In addition to the reply from @Error 502 which is correct, I recommend to have vcpkg for TFS and OTC in separate folders like is mentioned here Regards!
  13. ralke

    Morro Las Papas and Cerro Alto Las Vizcachas, 24 de Agosto 2023 Santiago de Chile.

    Awakening at Cerro Alto Las Vizcacahas from last year. Forgot to upload here.
  14. ralke

    Lua TFS 1.5 - Downgrade Nekiro - Koshei the Deathless Room

    https://github.com/EPuncker/orts2/blob/main/data/scripts/quests/missions/koshei_amulet.lua and check for the storages that are registered here https://github.com/EPuncker/orts2/blob/main/data/scripts/quests/missions/koshei_amulet.lua I use an old version of this revscript, but should be the...
  15. ralke

    OTClient Blocking clients other than the official.

    use the guide to generate the rsa, not the generator. replace your public.pem, and just set the other key at const.lua. the last thing you need is to encrypt the client, if you're using mehah otclient, use the following settings to set-up the encryption #define ENABLE_ENCRYPTION 1 #define...
  16. ralke

    C++ monster ranged attack tfs 1.5 are very off is there a way to fix this?

    I think this could be approached more with a spell for the monster, than editing the sources. You just have one attack pointed as melee on hunters right? The monsters are not always 100% accurate, we have the approach from TibiaWiki, but nothing says that you can't add more attacks than this...
  17. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    how about rolling the attribute directly on loot instead of using idenfication item? also, how about not using +1,+2,+3? been using this for a while and shielding is a broken skill to add, for example, to mages. also consider that item level passively upgrades your armor, attack, defense from...
  18. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    you should take the time to read the code. as long you can understand it (which is not oen's way, is .lua code) you can do whatever you want. Start by deleting most of the attributes of the system, use at least one or two to see how it goes. Do the same with the enchantment items such as clone...
  19. ralke

    Lua what is sendSupplyUsed?

    thanks a lot! :)
  20. ralke

    Lua what is sendSupplyUsed?

    Hi again! I have a question with this function, sendSupplyUsed. What is this supposed to do and when it was implemented? (since it is not part of the nekiro downgrade). I use 8.6 downgrade by the way (as always). I updated my enchantment.lua script to the most recent one, but i'm struggling with...
Back
Top