Tempo Posted November 19, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 11/19/11 Last Seen: March 19, 2012 Share Posted November 19, 2011 Help me in Clashing Spiral. I want renewal spiral pierce in my server and I'm using 3ceam r650 trunks! someone can give me code for renewal spiral pierce? thanks. Sorry for my bad english. Quote Link to comment Share on other sites More sharing options...
-1 violetharmony Posted December 4, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 7 Reputation: 0 Joined: 11/17/18 Last Seen: December 4, 2018 Share Posted December 4, 2018 http://violet-harmony.blogspot.com/2018/08/ragnarok-renewal-formula.html Quote Link to comment Share on other sites More sharing options...
Protimus Posted November 20, 2011 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 198 Reputation: 102 Joined: 11/13/11 Last Seen: May 4, 2014 Share Posted November 20, 2011 (edited) What you want modify? This is the brAthena formula, is equal to kRO renewal. Search for LK_SPIRALPIERCE formula and change in battle.c case LK_SPIRALPIERCE: case ML_SPIRALPIERCE: if (sd) { short index = sd->equip_index[EQI_HAND_R]; if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_WEAPON) wd.damage = sd->inventory_data[index]->weight/20 * skill_lv + sstatus->batk + sstatus->watk; } else wd.damage = sstatus->rhw.atk2*8/10; skillratio += 50 * skill_lv; if( sc && sc->data[sC_GLOOMYDAY_SK] && skill_num == LK_SPIRALPIERCE ) ATK_ADDRATE(100+25*(sc->data[sC_GLOOMYDAY_SK]->val1-1)); break; You just need change it for what you want. Edited November 20, 2011 by Protimus Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 22, 2011 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted November 22, 2011 (edited) error at me srcmapbattle.c(1852) : error C2039: 'watk' : is not a member of 'status_data' srcmapstatus.h(1414) : see declaration of 'status_data' Edited November 22, 2011 by Lionheart Quote Link to comment Share on other sites More sharing options...
randell1993 Posted November 22, 2011 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 76 Reputation: 4 Joined: 11/15/11 Last Seen: January 2 Share Posted November 22, 2011 Go to your Status.h find this: struct status_data replace yours with this unsigned short str, agi, vit, int_, dex, luk, batk,watk, matk_min, matk_max, speed, amotion, adelay, dmotion, mode; i highlighted what you are missing note not yet tested just a successful recompile Quote Link to comment Share on other sites More sharing options...
Daredevil Posted November 23, 2011 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 48 Reputation: 7 Joined: 11/15/11 Last Seen: April 6, 2012 Share Posted November 23, 2011 (edited) @Lionheart watk is weapon atk, maybe you must change basic renewal source before skills or you just change sstatus->watk to sstatus->rhw.atk Edited November 23, 2011 by bluesky Quote Link to comment Share on other sites More sharing options...
randell1993 Posted November 23, 2011 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 76 Reputation: 4 Joined: 11/15/11 Last Seen: January 2 Share Posted November 23, 2011 now i want to know how to make swords 1h and 2h usable for spiral Quote Link to comment Share on other sites More sharing options...
Judas Posted November 23, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted November 23, 2011 that's just a matter of skill_require_db.txt Quote Link to comment Share on other sites More sharing options...
KeiKun Posted November 23, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted November 23, 2011 (edited) dont forget this ~ For weapons, the types are: 0: bare fist 1: Daggers 2: One-handed swords 3: Two-handed swords 4: One-handed spears 5: Two-handed spears 6: One-handed axes 7: Two-handed axes 8: Maces 9: Unused 10: Staves 11: Bows 12: Knuckles 13: Musical Instruments 14: Whips 15: Books 16: Katars 17: Revolvers 18: Rifles 19: Gatling guns 20: Shotguns 21: Grenade launchers 22: Fuuma Shurikens Edited November 23, 2011 by KeiKun Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted February 7, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted February 7, 2012 (edited) i can't understand this guide. bcoz i try this but there's a failed when i recompile it. Edited February 7, 2012 by Hatake Kakashi Quote Link to comment Share on other sites More sharing options...
Jezu Posted February 8, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted February 8, 2012 You should make a backup before doing any source editing.. I think this is different and they use brAthena.. i dont think it will work with branch of 3CeAM... I hope there will be 3CrAM Project soon... xD * 3rd Class rAthena Modification Quote Link to comment Share on other sites More sharing options...
Judas Posted February 8, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted February 8, 2012 well you may fail recompile becase you may also need to incorporate renewal atk also, so its a little more involved Quote Link to comment Share on other sites More sharing options...
eflow Posted February 17, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 02/17/12 Last Seen: February 21, 2012 Share Posted February 17, 2012 Well, I have Spiral Pierce working with the above script.. but for some reason it doesn't factor in elemental endows? Is Spiral Pierce force neutral now? Quote Link to comment Share on other sites More sharing options...
Question
Tempo
Help me in Clashing Spiral. I want renewal spiral pierce in my server and I'm using 3ceam r650 trunks! someone can give me code for renewal spiral pierce? thanks. Sorry for my bad english.
Link to comment
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.