Jump to content

reidouraidou

Members
  • Posts

    11
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

reidouraidou's Achievements

Drops

Drops (2/15)

  • One Month Later
  • Week One Done
  • Collaborator
  • Dedicated
  • Conversation Starter

Recent Badges

7

Reputation

  1. That fixed that but now this one shows up script error on npc/custom/etc/Compendium.txt line 366 parse_simpleexpr: unmatched ')' 361 : OnHour00: 362 : if(gettime(DT_DAYOFMONTH) == 1){ 363 : query_sql("TRUNCATE `compendium`"); 364 : end; 365 : } * 366 : query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count'"''"); 367 : end; 368 : 369 : function compendium_getexp { 370 : .@exp_value = getarg(0); 371 : .@account_id = getcharid(3); Anyone got this one working?
  2. HI, @llchrisll about your Dungeon Quest System : I can't enter any dungeon because the npc does not let me register. He says this dungeon already reached the maximu parties it can hold. Even though I'm completely alone in my offline server. And there are some dungeons that are below my level but when I try to register it says I need to be level 90 like in Anthell and Prontera culvert. Tried to create a quest for payon dungeon but still says that it has maximu party even though I bumped up from 3 to 10. I put the sql in the sql files of rathena and ran it into my database. Any guiding light on how to make it work?
  3. How to make the Search iRO Wiki/RMS Script and the Item description scripts work? Anyone knows?
  4. lua is exclusive to pre-re? I did not saw that info. I'm in Re. How can I change the Sounds tab channels,bitdepth and bitrate then? They are greyed out for me using the registry and the nightly
  5. Got this error uisng the RO OpenSetup (Lua): (All my file are the latest availabe at nemo,ratehna and roenglish) Failed to Write Settings to registry. System error(0x000000057,87): The parameter is incorrect The other one works fine but it does not let me config the Sounds tab channels,bitdepth and bitrate. Any fix for this?
  6. This is for an exclusive Renewal single player journey. I have no idea how to share the same world with a friend. It was a horrible road for me to manage this much already. 100% offline. Just go and have fun Links: Laragon (get the portable one) (link) Rathena (link) Nemo (link) RO Patcher Lite (kRO RE) (link) [This dev stite is very useful bc of the sprite database and has Ro OpenSetup, an optional config file to change resolution and stuff} Warp (link) ROenglishRE (link) Visual Studio (link) STEP 0 Every time one of the steps asks to allow the network (mainly the server step) confirm both private and public, just to make sure it will work Ideally ,install and use Notepad++ and use it to edit everything for the rest of your life Go to WhiteGoblin Guide and do the Microsoft Visual Studio and Laragon steps ONLY. Anything else and you might mess the rest of this one up. I'll provide a txt file for these steps as well. STEP 1 Nemo and RSU Go to Nemo and get the latest full client and exe As of now its the 2022-04-06_Ragexe_1648707856 and the 2022-07-06 full client Install the client and run the rageexe to get the exe downloaded Grab the RSU. Run it in the installed full client. It will take a while. (The one I used is attached) When its done, close it, dont press start or else its going to start installing anticheat STEP 2 Laragon Open Laragon and start all, click on database and creat one called Laragon. Network type is MariaDB or MySQL(tcp/ip) Click on manage users icon that is next to a green refresh icon. Create a user called ragnarok, paasword called ragnarok, check the global privileges box and save. Right click on the white space next to the other databases, create new database called ragnarok Select it and go to File at the top and select run sqlfile... Choose all the sqls in rathena/sql and run. Click green refresh icon (or F5). All done STEP 3 Rathena In rathena\conf\char_athena.conf You can change your server and whspr name to whatever you like In here as well: // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: yes Change to "no" for your convenience NEXT Go to rathena\conf\login_athena.conf // Can you use _M/_F to make new accounts on the server? // Note: This only works if client side password encryption is not enabled. new_account: no Change to "yes" so you can go straight to gaming Next login delete the _M or_F from your user. It's just for the first time. NEXT Edit src\custom\defines_prehpp to: // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ // Custom Settings // A 2021-11-17aRagexeRE of newer client is recommended. #define PACKETVER 20220406 #define PACKETVER_RE #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP NEXT Go to src\config\core.hpp: [This one is for a horrible bug in the cash shop that messes the numbers and items up] Change this: /// Uncomment for use with Nemo patch ExtendCashShopPreview //#define ENABLE_CASHSHOP_PREVIEW_PATCH to this: /// Uncomment for use with Nemo patch ExtendCashShopPreview #define ENABLE_CASHSHOP_PREVIEW_PATCH NEXT Go to src\config\packets Change the PACKETVER to: #define PACKETVER 20220406 That is for good measure Compile running rAthena.sln with the microsoft studio thingy. Change debug to release. Right click on solution rathena and select build. (Every change you do to any src folder files you will have to do this) (PS. The PACKETVER is whatever the date is written in the basic exe you download from Nemo. Just remember to format it from ex:2022-04-06 to 20220406) STEP 4 ROEnglishRE Get the ROEnglishRE and copy the inside of the Renewal folder to your client and say yes to changing the files Always say yes in this step.(And all other steps I guess) Go to Addon folder, WARP Sessions and grab the 2020_translation.yml (just do this if you don't want my .yml below with other fixes selected) STEP 5 WARP Open Warp, select the exe you downloaded. Hopefully the 20220406 one because patches break all the time from one to the next. Click load source for the patches to show up. Click on the top left icon and select load session. Load ITWORKSv2.0.yml. It will load the translation and a lot of fixes,including cash shop and GM sprite. Test it in the final step. If there are no errors you can experiment with more patches. Read all of them when you have the time, maybe you'll find something else you need/want. Select apply patches Copy or just move your new exe to your client STEP 6 PUT IT ALL TOGETHER Run laragon and start all (if it's not running already) Run the runserver.bat from rathena Run your new exe. Maybe it will say that it changed. Click okay, close the laucher that shows up and open your new exe again And you are in. Make shortcuts of these and put a 1 2 3 order so you will never forget it. FINAL STEP Become a GM by going to Laragon, ragnarok database, click on login, click on data, it is between table:login and querry Go to the row of your new account and change Group_id to 99. MVSandLaragon.txt rsu.exe Rathena Full Guide by Akawari.txt ITWORKSv2.0.yml
  7. could you like repack your server/client and share? I can't for the life of me make this work
  8. Did anyone managed to actually run a server in 2023 with this guide? Spent 3 hours trying and nothing. Mostly Exception Type: 0xc0000005 errors
  9. Some clients cannot be patched with nemo or warp to fix the cash shop unknown item bug.It says a hook is missing or something alike. But, after looking through the Git, I found the precise place of the problem. Go to : src/config/core.hpp There, change this one: /// Uncomment for use with Nemo patch ExtendOldCashShopPreview //#define ENABLE_OLD_CASHSHOP_PREVIEW_PATCH To this one: /// Uncomment for use with Nemo patch ExtendOldCashShopPreview #define ENABLE_OLD_CASHSHOP_PREVIEW_PATCH Build again since you changed src stuff and done. It solved my issue at least. Hope it helps someone else. Props to Pokye from the git PS: This only works if your patched exe has one of the above preview patches enabled. I tried to patch one that gave an error to both of these and changing the define in the file did not solve it.
  10. Could you please share the solution or files?
×
×
  • Create New...