Jump to content

Shiroy

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Shiroy

  1. View File Shops Selling All Costumes Available in Rathena This script has NPC shops that sell all available costume items in rAthena as of March 2025. Costumes are categorized based on their equipment slot (Upper, Middle, Lower and Garment) and distributed across multiple shops (150 item per shop), Ensuring a well-organized and accessible shopping experience. The item list is filtered to include only valid costumes from latest iteminfo_EN.lua (English Translation), preventing missing or invalid entries. if you remove the commented shops it will sell all costumes available in the database (item_equip_db.yml). Ideal for servers looking to provide a complete costume collection for players! Submitter Shiroy Submitted 03/18/25 Category Utilities Video Content Author Shiroy  
  2. Version 1.0.0

    163 downloads

    This script has NPC shops that sell all available costume items in rAthena as of March 2025. Costumes are categorized based on their equipment slot (Upper, Middle, Lower and Garment) and distributed across multiple shops (150 item per shop), Ensuring a well-organized and accessible shopping experience. The item list is filtered to include only valid costumes from latest iteminfo_EN.lua (English Translation), preventing missing or invalid entries. if you remove the commented shops it will sell all costumes available in the database (item_equip_db.yml). Ideal for servers looking to provide a complete costume collection for players!
    Free
  3. hello, im a returning dev and i have alot of quests on my server that i made but i dont know with that new yaml how to convert them ? i seen post saying to use tool in src/tool but i dont know how to use it.
  4. I keep getting this Error Everytime i try to enter the game (when i select the character) clif_parse: Received packet 0x0436 with expected packet length 19, but only 16 bytes remaining, disconnecting session #8. im using ragexeRE 20180620 with Disabled packet encryption and also disabled from server i tried using them with enabled it also didnot work i get exactly same error i tried to use older ragexe and newer both also didnot work same error my Packets.hpp // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_PACKETS_HPP #define CONFIG_PACKETS_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20180620 #endif #ifndef PACKETVER_RE /// From November 2015 only RagexeRE are supported. /// After July 2018 only Ragexe are supported. #if PACKETVER > 20151104 && PACKETVER < 20180704 #define PACKETVER_RE #endif #endif #ifndef PACKETVER_RE #define PACKETVER_MAIN_NUM PACKETVER // Undefine all sakray server definitions #undef PACKETVER_RE #undef PACKETVER_RE_NUM #else // Undefine existing definition #undef PACKETVER_RE #define PACKETVER_RE PACKETVER #define PACKETVER_RE_NUM PACKETVER // Undefine all main server definitions #undef PACKETVER_MAIN_NUM #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. ///#ifndef PACKET_OBFUSCATION ///#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption ///#define PACKET_OBFUSCATION_WARN ///#endif #else #if defined(PACKET_OBFUSCATION) #error You enabled packet obfuscation for a version which is too old. Minimum supported client is 2011-08-17. #endif #endif /// Comment to disable the official Guild Storage skill. /// When enabled, this will set the guild storage size to the level of the skill * 100. #if PACKETVER >= 20131223 #define OFFICIAL_GUILD_STORAGE #endif #ifndef DUMP_UNKNOWN_PACKET //#define DUMP_UNKNOWN_PACKET #endif #ifndef DUMP_INVALID_PACKET //#define DUMP_INVALID_PACKET #endif /** * No settings past this point **/ /// Check if the specified packetversion supports the pincode system #define PACKETVER_SUPPORTS_PINCODE PACKETVER >= 20110309 /// Check if the client needs delete_date as remaining time and not the actual delete_date (actually it was tested for clients since 2013) #define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER <= 20141022) || PACKETVER >= 20150513 /// Check if the specified packetvresion supports the cashshop sale system #define PACKETVER_SUPPORTS_SALES PACKETVER >= 20131223 #endif /* CONFIG_PACKETS_HPP */ my defines_pre.hpp // 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/ **/ #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ #define PACKETVER 20180620 i run these commands every time i test again ./configure --enable-packetver=20180620 make clean make server
  5. Hello so im trying to make these monsters spawn on the maps but for some reason i get this error [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/re/mobs/levelingquestsmobs.txt', line '13'. Stopping... * w1=vis_h01,0,0 monster Skeggiold * w2=1755,50,0 * w3= * w4= line (12) vis_h01,0,0 monster Centipede 1987,50,0 is working but the others which is just the same is unknown syntax ? //===== rAthena Script ======================================= //= leveling quests spawn script //===== Description: ========================================= //= spawns monsters for leveling quests area. //===== Additional Comments: ================================= //= 0.1 //============================================================ //120-140 //vis_h01,0,0 monster Antler Scaraba 2085,50,0 vis_h01,0,0 monster Centipede 1987,50,0 vis_h01,0,0 monster Skeggiold 1755,50,0 vis_h01,0,0 monster Antler Scaraba 2085,50,0 //141-150 //1@md_pay,0,0 monster Antler Scaraba 2085,50,0 1@md_pay,0,0 monster Angra Mantis 2133,50,0 1@md_pay,0,0 monster Pom Spider 2132,50,0 1@md_pay,0,0 monster Little Fatum 2136,50,0 //151-160 //1@slw,0,0 monster Sky Fortress Key Keeper 3478,40,0 1@slw,0,0 monster Sky Fortress Key Keeper 3478,40,0 1@slw,0,0 monster Immortal Legionnaire 3477,40,0 1@slw,0,0 monster Immortal Assaulter 3479,40,0 //160-175 //x_prt,0,0 monster Antler Scaraba 2085,40,0 x_prt,0,0 monster Arc Elder 2920,40,0 x_prt,0,0 monster Owl Viscount 2921,40,0 x_prt,0,0 monster Big Bell 2917,50,0
  6. Hello so i used this code to warp players to a map but then when i try it it warps me to the map i choose then to x_prt which is the last map mes "Leveling Quests"; mes "Placeholder."; next; switch(select("120-140 :141-150 :151-160 :161-175 ")) { case 1: warp ("vis_h01",114,118); case 2: warp ("1@md_pay",22,38); case 3: warp ("1@slw",114,59); case 4: warp ("x_prt",70,122); }
  7. Hello im trying to make an npc warp player to map 1@md_pay i used this code mes "Leveling Quests"; mes "Placeholder."; next; switch(select("100-120")) { case 1: warp 1@md_pay,22,38; } but i get parse_callfunc: not enough arguments, expected ',' at warp 1'@'md_pay,22,38; how do i fix this ?
  8. hello so i want to make a monster lets say with id 2950 spawn on any map in the game and stays there until killed and when killed spawns again on a random map in the game
  9. yea i realized that i though 3CeAM was rathena based not eathena but idk how to delete comment @@
  10. i did the 1 login server 2 character it works but when i try to login to the second server i just stay on loading after server selection till i get timed out [Info]: request connect - account_id:2000000/login_id1:1339871948/login_id2:2014410845 [Info]: Session #7 timed out the main emulatuor is rathena and the other one is 3CeAM
  11. I found a fix you still get an error when you start the client but it does not do errors in game and the error show up for a skill called soul golem on class soul reaper which according to Anacondaqq is just place holder skills
  12. now that i looked at it with grf editor there is multiple classes with missing skills from the skill tree but it lookes to me like the shadow chaser has full skills but the rouge has only 4 a skills
  13. Thanks for the Pack .... the 2 new classes work and i can get the skills only by @allskill but i cant even click to level them up and shadow chaser skill tree has a bug on it not loading at all the error message appers like 4 time and then i can use the client again but with what you see
  14. This is the fix Thank You sader1992 for the Help
  15. nvm done what u said still happens if the skill fail or with the sage skills if i cast the skill next to me i move while casting . this never happend to me in any servers i played on
  16. nemo ?! sorry i just started im kinda noob
  17. as the title says "character moves to where i cast skill " it happens with all charaters mostly with sage skill that makes me walk while casting when ever i try to cast a skill on ground like "Comet" i move to the place i click the skill on
×
×
  • Create New...