Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. eww damn cool!
  2. I talk it generally, you can right-click the page then inspect element, it will shows the style and it's line. I never touch flux for years
  3. inspect element maybe
  4. Going to update this for Replace delitem to delequip for NPC that need equip the costume Move the rate to npc variable
  5. Version 1.0.2

    1089 downloads

    In this script Custom NPCs to exchange listed costumes becomes Upper/Middle/Lower/Garment Enchant Stone Box Custom NPCs to enchant listed costumes by selecting the enchant stones (50% success, failure will delete the stone only) Custom NPC to exchange Enchant Stone to Upper/Middle/Lower/Garment Enchant Stone Box (require: 2,000,000,000 Zeny) Not in this script All items (server-side) that are not present in rAthena All items (client-side) that are not present in kRO (or other official clients) because idRO Klasik customization Lucky charms Exchange it Enchant it Woops, I need to find another stone
    Free
  6. View File Costume Enchantments - Custom idRO Klasik based In this script Custom NPCs to exchange listed costumes becomes Upper/Middle/Lower/Garment Enchant Stone Box Custom NPCs to enchant listed costumes by selecting the enchant stones (50% success, failure will delete the stone only) Custom NPC to exchange Enchant Stone to Upper/Middle/Lower/Garment Enchant Stone Box (require: 2,000,000,000 Zeny) Not in this script All items (server-side) that are not present in rAthena All items (client-side) that are not present in kRO (or other official clients) because idRO Klasik customization Lucky charms Exchange it Enchant it Woops, I need to find another stone Submitter Cydh Submitted 06/09/2018 Category Utilities Video https://www.youtube.com/watch?v=M0nv3YWVA6w&list=PL274vHMHfeg1-5SkmFEZWCRSvLIGeat_V Content Author Cydh
  7. Version 20190611-34971e57

    580 downloads

    INFORMATION: The main target for usage only for server that use kRO client Client 2015-08-26 or newer or some functions (especially the cart selection) will be fail This mod in few words, You can set Genetic's cart sprite for level 1 Merchant, change its max weight and max item numbers rAthena Requirement: Git Hash: 2e15fae7 (2018-05-05) You can config cart related values for Weight limit Max item numbers Level requirement Job requirement But, because the client is not customizable (I meant I can't edit the client), there are things that cannot be changed related with client/PACKETVER. So, because I modified the MC_CHANGECART to MC_CARTDECORATE (sending ZC_SELECTCART) PACKETVER MAX_CARTS ZC_SELECTCART Weight Limit Max Items Level Req Job Req 20150826 + 12 YES YES YES YES YES 20120201 + 9 not supported YES YES useless useless Older 5 not supported YES YES useless useless Don't forget to add MC_CARTDECORATE as quest skill to preferred player. Forgot to took SS, so just watch the Video Ok, that's all. Any bug & suggestion please tell me. If you find a way or know how to make patch (hex the client) to add more carts, please tell the community
    Free
  8. View File Cart Config [Client 2015-08-26 or newer] INFORMATION: The main target for usage only for server that use kRO client Client 2015-08-26 or newer or some functions (especially the cart selection) will be fail This mod in few words, You can set Genetic's cart sprite for level 1 Merchant, change its max weight and max item numbers rAthena Requirement: Git Hash: 2e15fae7 (2018-05-05) You can config cart related values for Weight limit Max item numbers Level requirement Job requirement But, because the client is not customizable (I meant I can't edit the client), there are things that cannot be changed related with client/PACKETVER. So, because I modified the MC_CHANGECART to MC_CARTDECORATE (sending ZC_SELECTCART) PACKETVER MAX_CARTS ZC_SELECTCART Weight Limit Max Items Level Req Job Req 20150826 + 12 YES YES YES YES YES 20120201 + 9 not supported YES YES useless useless Older 5 not supported YES YES useless useless Don't forget to add MC_CARTDECORATE as quest skill to preferred player. Forgot to took SS, so just watch the Video Ok, that's all. Any bug & suggestion please tell me. If you find a way or know how to make patch (hex the client) to add more carts, please tell the community Submitter Cydh Submitted 06/07/2018 Category Source Modifications Video https://www.youtube.com/watch?v=jeUUAQoGMGA Content Author Cydh
  9. Version 20191016-9da3ad14

    161 downloads

    New Script Commands homexp <exp>{,<char_id>}; based on idea on https://rathena.org/board/topic/115769-getexp-for-homunculus/ hom_heal <hp>,<sp>{,<char_id>}; hom_sc_start <type>,<tick>,<val1>,<val2>,<val3>,<val4>{,<char_id>}; Edited Script Commands mercenary_sc_start <type>,<tick>,<val1>,<val2>,<val3>,<val4>{,<char_id>}; Feature added Stores SC Datas for Mercenary and Homunculus to covers Issue: 3070 (assumed Mercenary and Homunculus are always char bound) Important, don't forget to execute the SQL upgrade (included in .diff file) ALTER TABLE `sc_data` ADD COLUMN `bl_type` VARCHAR(3) NOT NULL DEFAULT '1'; Sample NPC homscript.txt PS: The screenshots are just random pics
    Free
  10. View File Stores Hom & Merc SC duration, Scripts: homexp, hom_heal, hom_sc_start New Script Commands homexp <exp>{,<char_id>}; based on idea on https://rathena.org/board/topic/115769-getexp-for-homunculus/ hom_heal <hp>,<sp>{,<char_id>}; hom_sc_start <type>,<tick>,<val1>,<val2>,<val3>,<val4>{,<char_id>}; Edited Script Commands mercenary_sc_start <type>,<tick>,<val1>,<val2>,<val3>,<val4>{,<char_id>}; Feature added Stores SC Datas for Mercenary and Homunculus to covers Issue: 3070 (assumed Mercenary and Homunculus are always char bound) Important, don't forget to execute the SQL upgrade (included in .diff file) ALTER TABLE `sc_data` ADD COLUMN `bl_type` VARCHAR(3) NOT NULL DEFAULT '1'; Sample NPC homscript.txt PS: The screenshots are just random pics Submitter Cydh Submitted 05/23/2018 Category Source Modifications Video Content Author Cydh  
  11. Refers to doc/mob_db_mode_list.txt Since MD_PLANT is depreciated and replaced with this hex mode below. make sure your plants have these values MD_IGNOREMELEE | 0x0010000 | 65536 MD_IGNOREMAGIC | 0x0020000 | 131072 MD_IGNORERANGED | 0x0040000 | 262144 MD_IGNOREMISC | 0x0100000 | 1048576 ---------------------------------------------- OR 0x0170000
  12. Check your map-server, does it load db/re/item_randomopt_group.txt perfectly or not. The random group IDs must be loaded as well in item_randomopt_db.txt Anyway, this feature is part of rAthena by default since.... check my first post
  13. just want to tell that share folder is changed, content is updated, and the attached file is replaced.
  14. Updated yesterday for Git Hash: 872eb00c (2018-04-18)
  15. View File @security - Prevent account transaction Features Prevent unwanted transaction for your account -well, just for safety- by using (at)security command. When transaction is blocked, a char cannot drop, sell, buy items, compound a card, put off cart, and other item-consumed activities Included FluxCP Addon to reset security code Compatibility: Updated for Git Hash: 9da3ad14 (20191016) For other version or emulator: you need to contact me first before download this file, so I can make it work for your need. By downloading/buying this source, you are agree to "I will only use this source modification for my own private server not as group, not as company, not as group of servers and never redistribute to other people even they are my close friends or my parent. If I get trouble to apply this modification or when I need someone to update, I will only contact Cydh. And I agree to get extra fee if want this modification for other emulator than rAthena or if I want to some big changes for this modification. I promise." Video: Submitter Cydh Submitted 01/01/2018 Category Source Modifications Video https://youtu.be/1M4U6-qAF9E Content Author Cydh  
  16. Version 20191016-9da3ad14

    99 downloads

    IMPORTANT: I will announce you that there is no support advantage, no more compability updates for this file on this rAthena store. Since my account credits is stuck since June 2019. Thank you for your patronage. Features Prevent unwanted transaction for your account -well, just for safety- by using (at)security command. When transaction is blocked, a char cannot drop, sell, buy items, compound a card, put off cart, and other item-consumed activities Included FluxCP Addon to reset security code Compatibility: Updated for Git Hash: 9da3ad14 (20191016) For other version or emulator: you need to contact me first before download this file, so I can make it work for your need. By downloading/buying this source, you are agree to "I will only use this source modification for my own private server not as group, not as company, not as group of servers and never redistribute to other people even they are my close friends or my parent. If I get trouble to apply this modification or when I need someone to update, I will only contact Cydh. And I agree to get extra fee if want this modification for other emulator than rAthena or if I want to some big changes for this modification. I promise." Video:
    25.00 USD
  17. View File Different Item Requirement for Skill in PVP/GVG Maps As the title says, in case you want to change (an example) Acid Bottle to Sate (eng. Satay) for skill requirements (Acid Terror) at PVP Maps, then replace Coating Bottle to Coconut at GVG Maps for skill requirements (Full Chemical Protection), you can use this. Compatibility: The diff was made for rAthena Git Hash: 129812d6 / 2018-10-05 Or at least when rAthena supports .yml For other version or emulator: you need to contact me first before download this file, so I can make it work for your need. By downloading/buying this source, you are agree to "I will only use this source modification for my own private server not as group, not as company, not as group of servers and never redistribute to other people even they are my close friends or my parent. If I get trouble to apply this modification or when I need someone to update, I will only contact Cydh. And I agree to get extra fee if want this modification for other emulator than rAthena or if I want to some big changes for this modification. I promise." Video: https://youtu.be/JblOj1RUkQI Submitter Cydh Submitted 12/08/2017 Category Source Modifications Video https://www.youtube.com/watch?v=uxNpP0AfSAo Content Author Cydh  
  18. Version 20191016-9da3ad14

    50 downloads

    IMPORTANT: I will announce you that there is no support advantage, no more compability updates for this file on this rAthena store. Since my account credits is stuck since June 2019. Thank you for your patronage. As the title says, in case you want to change (an example) Acid Bottle to Sate (eng. Satay) for skill requirements (Acid Terror) at PVP Maps, then replace Coating Bottle to Coconut at GVG Maps for skill requirements (Full Chemical Protection), you can use this. Compatibility: The diff was made for rAthena Git Hash: 129812d6 / 2018-10-05 Or at least when rAthena supports .yml For other version or emulator: you need to contact me first before download this file, so I can make it work for your need. By downloading/buying this source, you are agree to "I will only use this source modification for my own private server not as group, not as company, not as group of servers and never redistribute to other people even they are my close friends or my parent. If I get trouble to apply this modification or when I need someone to update, I will only contact Cydh. And I agree to get extra fee if want this modification for other emulator than rAthena or if I want to some big changes for this modification. I promise." Video: https://youtu.be/JblOj1RUkQI
    10.00 USD
  19. awesomeee
  20. yes you should. or rather, devs will take care the closing action for every opened issue (except you found that your issue is invalid) later if you make another PR for fixing something based on Issue, please use "Fixes #nnnn" so it'll be auto-closed
  21. it'll be cool if someone can get all skill translations
  22. imho, I don't like this script. better you use quest_db and add monster's objectives OnNPCKillEvent: if(anthell) end; if(killedrid == 1176) // = Vitata { set VitataKills,VitataKills + 1; if (VitataKills < 10) { dispbottom "You killed "+VitataKills+"/10 Vitata."; } else if(VitataKills == 10) { dispbottom "You have killed all Vitatas."; } } else if (killedrid == 1097) // = Ant Egg { set AntEggKills,AntEggKills + 1; if (AntEggKills < 55) { dispbottom "You killed "+AntEggKills+"/55 AntEgg."; } else if(AntEggKills == 55) { dispbottom "You have killed all AntEggs."; } } else if (killedrid == 1005) // = Familiar { set FamiliarKills,FamiliarKills + 1; if (FamiliarKills < 5) { dispbottom "You killed "+FamiliarKills+"/5 Familiar."; } else if(FamiliarKills == 5) { dispbottom "You have killed all Familiars."; } } if(anthell == 0 && FamiliarKills >= 5 && AntEggKills >= 55 && VitataKills >= 10) { announce " You have killed every Monster. Come back to me to !",bc_self; set anthell,1; } end;
  23. a new ID too? I guess because your NPC id is out of range based on this check. https://github.com/rathena/rathena/commit/f42c2ff21171ac48fec329d6ff0dfdbbd2f0ea59#diff-301256667588bcb9a1bbf9b2ab500229R1094 try change the ID (<-- better this) or add/edit the range urself // Old NPC range #define MAX_NPC_CLASS NPC_RANGE2_END // New NPC range #define MAX_NPC_CLASS2_START NPC_RANGE3_START #define MAX_NPC_CLASS2_END NPC_RANGE3_END //Checks if a given id is a valid npc id. [Skotlex] //Since new npcs are added all the time, the max valid value is the one before the first mob (Scorpion = 1001) #define npcdb_checkid(id) ( ( (id) > NPC_RANGE1_START && (id) < NPC_RANGE1_END ) || (id) == JT_HIDDEN_WARP_NPC || ( (id) > NPC_RANGE2_START && (id) < NPC_RANGE2_END ) || (id) == JT_INVISIBLE || ( id > NPC_RANGE3_START && id < NPC_RANGE3_END ) ) or can u paste here what's u write on const.txt and in ur script definition?
  24. Branch updated, rebased for that rA's HEAD. https://github.com/cydh/rathena/pull/7.diff
×
×
  • Create New...