goddameit Posted October 3, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted October 3, 2012 (edited) (Not only magic, but also all damage skill)Picture preview : http://goo.gl/91vrlVideo preview : Introduction : hmm... let skill attack also has critical hit. (damage x2)//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Download :Critical_hit_on_Magic_2.patchCritical_hit_on_Magic_1.patchCritical_hit_on_Magic.patch////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Update :1. Show Full hit combo2. Fix exp not gain and int skill_mcri_hit(int tid, unsigned int tick, int id, intptr_t data){struct mob_data *md = (struct mob_data *)data;struct tmp_data *tmpd;tmpd = &md->tmpd;if(tmpd!=NULL){switch(1) // 1 = red ; 2 = blue{ Edited December 30, 2013 by goddameit 2 2 1 Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 3, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 3, 2012 +1 for Diff files release. Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 3, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted October 3, 2012 +1 for Diff files release. don't know how to do Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted October 3, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted October 3, 2012 Brian's guide : If you use TortoiseSVN, one easy way is: checkout a working copy of the rAthena SVN trunk do all your "Find and Replace" edits that you listed in your topic then to generate the .diff file: right-click the /trunk folder --> TortoiseSVN --> Create Patch Select all files, and click OK enter a name for the file, and Save! Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 3, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted October 3, 2012 (edited) Brian's guide : If you use TortoiseSVN, one easy way is: checkout a working copy of the rAthena SVN trunk do all your "Find and Replace" edits that you listed in your topic then to generate the .diff file: right-click the /trunk folder --> TortoiseSVN --> Create Patch Select all files, and click OK enter a name for the file, and Save! thx. later do it. --------- edit : done Edited October 3, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
Dissidia Posted October 13, 2012 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 October 13, 2012 finally.. thanks for this Quote Link to comment Share on other sites More sharing options...
Vach Posted October 31, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted October 31, 2012 +1 for AWESOME. Hmmm, I could have sworn I posted an additional reply? I suppose it got lost in translation! Anyway, in it I had mentioned there was a bug with this fix. When scoring criticals with abilities that have effects, such as spells and things like finger offensive, the effect does not occur and the sprite animation repeats. It acts a little weird when casting on a target and they die mid-attack (with a multi-hitting attack). It sort of makes them "auto target" random stuff until the "attack" animation finishes. Also, every hit is a crit if one is... Is there a way to change this so crits are checked for each attack on multi-hitting skills, like thunderbolt? I tried messaging goddameit, but no response. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 12, 2012 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 12, 2012 bug in latest revision.. Quote Link to comment Share on other sites More sharing options...
Vach Posted November 12, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 12, 2012 bug in latest revision.. Yes, I was also going to past that this morning but didn't get around to it. Due to the new size modifications to monsters via "mob_once_spawn_sub" there is a compile error among what could potentially be other errors. Uninstalling for now........ Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 12, 2012 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 12, 2012 (edited) @Vach I already fix the problem. heres the code, change the error. md = mob_once_spawn_sub(src, src->m, src->x, src->y, "--en--",1083,"", SZ_SMALL, AI_NONE); Edited November 12, 2012 by Yurika Quote Link to comment Share on other sites More sharing options...
Vach Posted November 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 13, 2012 @Vach I already fix the problem. heres the code, change the error. md = mob_once_spawn_sub(src, src->m, src->x, src->y, "--en--",1083,"", SZ_SMALL, AI_NONE); Oh! Yea, I saw similarities in the code and knew this would fix it... but based on how this forces the size to small and the other issues with this I was talking about earlier... I'd rather see if Goddameit will update it himself before I start messing with it. Thanks though. Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 15, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 15, 2012 update : http://goo.gl/mHB4C 1 Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 15, 2012 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 15, 2012 (edited) thanks you goddameit, your so awesome.. btw, can critical show in blue color? Edited November 15, 2012 by Yurika Quote Link to comment Share on other sites More sharing options...
WhiteEagle Posted November 15, 2012 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago Share Posted November 15, 2012 Very nice. Thank you very much. btw, can critical show in blue color? Yea, it would be nice. Like Teakwon kicks xD Quote Link to comment Share on other sites More sharing options...
Vach Posted November 15, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 15, 2012 WOOT! THANKS! Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 15, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 15, 2012 btw, can critical show in blue color? well, look not good, client problem. http://bit.ly/ZS8dp1 Quote Link to comment Share on other sites More sharing options...
WhiteEagle Posted November 15, 2012 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago Share Posted November 15, 2012 Hm yea, you're right. But special thanks that you try it. You do a nice job. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 16, 2012 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 16, 2012 (edited) goddameit, I suggest this, for only all magic skill works.. if ( (src->type == BL_PC || battle_get_master(src)->type == BL_PC) && attack_type == BF_MAGIC ) ahmm, how can i change the blue critical? Edited November 16, 2012 by Yurika Quote Link to comment Share on other sites More sharing options...
Vach Posted November 16, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 16, 2012 I like the blue critical myself, I don't mind that it looks slightly off... only thing is how it repeats and doesn't bounce like the other criticals; but like you said that's a client issue. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 19, 2012 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 19, 2012 (edited) @goddameit bug report.. no experience receive when the critical work.. Edited November 20, 2012 by Yurika Quote Link to comment Share on other sites More sharing options...
Critica Posted November 20, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted November 20, 2012 Uhmm just a request. would u able to do this a a item bonus? . Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 20, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 20, 2012 @goddameit bug report.. no experience receive when the critical work.. update Quote Link to comment Share on other sites More sharing options...
Vach Posted November 20, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 20, 2012 Awesome, good job! Thank you. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 27, 2012 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 27, 2012 @goddameit bug report again.. make map server crash when using earth quake. Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 27, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 27, 2012 @goddameit bug report again.. make map server crash when using earth quake. then make that skill will not run this function. Quote Link to comment Share on other sites More sharing options...
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.