Meister Posted December 31, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted December 31, 2012 it worked, thanks Someone confirm that @Angel's patch is working? Thanks! Link to comment Share on other sites More sharing options...
retroflav Posted December 31, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 87 Reputation: 4 Joined: 08/09/12 Last Seen: November 7, 2018 Share Posted December 31, 2012 Yes it worked for me with the latest svn Link to comment Share on other sites More sharing options...
kangfredy Posted January 2, 2013 Group: Members Topic Count: 112 Topics Per Day: 0.02 Content Count: 388 Reputation: 4 Joined: 05/01/12 Last Seen: October 25, 2022 Share Posted January 2, 2013 Yes it worked for me with the latest svn really work in latest svn?in Rathena?i have problem in MATK_ADDRATE??how to fix this? Link to comment Share on other sites More sharing options...
retroflav Posted January 3, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 87 Reputation: 4 Joined: 08/09/12 Last Seen: November 7, 2018 Share Posted January 3, 2013 try to update your svn again to 17073 Link to comment Share on other sites More sharing options...
Vach Posted January 4, 2013 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 January 4, 2013 So the "Manage Skill Damage_2.0 r17066.patch " uploaded by Angel is indeed working up to date with the current stuff? Link to comment Share on other sites More sharing options...
kangfredy Posted January 4, 2013 Group: Members Topic Count: 112 Topics Per Day: 0.02 Content Count: 388 Reputation: 4 Joined: 05/01/12 Last Seen: October 25, 2022 Share Posted January 4, 2013 So the "Manage Skill Damage_2.0 r17066.patch " uploaded by Angel is indeed working up to date with the current stuff? tq it's work... but why if im using rathena latest revision (17069) i can't see my character? Link to comment Share on other sites More sharing options...
AppleGirl Posted January 5, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 09/30/12 Last Seen: March 10, 2013 Share Posted January 5, 2013 Version 1 No work in latest revision 17069 PLEASE FIX!!! Link to comment Share on other sites More sharing options...
Random Posted January 7, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/14/12 Last Seen: January 11, 2013 Share Posted January 7, 2013 Just add it manually, I changed nothing on Lilith's code in my post. If you want to add the patch manually, just open the patch file with a note pad, look through the code and see what I explained on my previous post and you'll see what codes to add where and you're done. after all this procedure where can I find my db file?? I didnt understand what u said about this Don't forget to create your db file. It should work perfectly on the latest you need to create a .txt file on your /db/ folder as stated on the patch file. sv_readdb(db_path, "skill_damage_db.txt" , ',', 5, 6, MAX_SKILL_DB, skill_parse_row_skilldamage); "skill_damage_db.txt" there is where you'll add your skill's information about the damage output. Link to comment Share on other sites More sharing options...
Peopleperson49 Posted January 9, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted January 9, 2013 (edited) This is awesome and I wish it would be added to the SVN. However, when I installed this in version 17079 it causes the map server to crash upon loading the server. I have narrowed it down to two lines that are replaced in the battle.c. Peopleperson49 Line the mod has you replace: if (sd && (i = pc_skillatk_bonus(sd, skill_num))) md.damage += md.damage*i/100; This is what it changed to in 17079: if (sd && (i = pc_skillatk_bonus(sd, skill_id))) md.damage += (int64)md.damage*i/100; Edited January 17, 2013 by Peopleperson49 Link to comment Share on other sites More sharing options...
GM Takumirai Posted January 17, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted January 17, 2013 any new manage skill patch?? Link to comment Share on other sites More sharing options...
darking123 Posted January 20, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted January 20, 2013 will this work on eathena svn? Link to comment Share on other sites More sharing options...
Cydh Posted January 20, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted January 20, 2013 Why noone make a new post about this release, this is really useless thing when you all try to fix some issues as comments but the post creator, Liilith doesn't want to update any change on first page, at least the "The current ssues" and "Problem solved". Eveyone who doesn't read every comments on every pages, always post same things. will this work on eathena svn? Can be worked if you know what's part that need to be changed for eAthena or 3CeAM (I tried this release v.2 on my 3CeAM, it's working), but I don't know for latest eAthena or 3CeAM either. Link to comment Share on other sites More sharing options...
GM Takumirai Posted January 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted January 20, 2013 (edited) Please Support This If you want all this src to add on our rAthena http://rathena.org/b...mage-by-lilith/ Edited January 20, 2013 by GM Takumirai Link to comment Share on other sites More sharing options...
renton69 Posted January 21, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/20/12 Last Seen: December 4, 2013 Share Posted January 21, 2013 It doesnt work on my server.. take a look. >.< Link to comment Share on other sites More sharing options...
darking123 Posted January 21, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted January 21, 2013 any other who tried? Link to comment Share on other sites More sharing options...
Mootie Posted January 21, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted January 21, 2013 Edit it using manual....if you having problem via patch Link to comment Share on other sites More sharing options...
Peopleperson49 Posted January 24, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted January 24, 2013 They really should put this one officially in the SVN! It would go a long way to helping people balance out the classes! That is one of the major reasons a lot of people still don't use renewal. Peopleperson49 Link to comment Share on other sites More sharing options...
Cydh Posted January 24, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted January 24, 2013 (edited) If you all wanted Manage Skill Damage [2.0] for latest svn, I don't have. But I implement it on my server (svn17101) and a little changes (skill_num to skill_id), and this is working on svn17101. manage_skill_damage_v2_rAthena17101.patch Edited January 25, 2013 by cydh Link to comment Share on other sites More sharing options...
GM Takumirai Posted February 3, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted February 3, 2013 Any updates?. Link to comment Share on other sites More sharing options...
Yudax Posted February 5, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 248 Reputation: 7 Joined: 11/27/12 Last Seen: July 21, 2016 Share Posted February 5, 2013 We wish there is an update Link to comment Share on other sites More sharing options...
Cydh Posted February 5, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted February 5, 2013 Any updates?. We wish there is an update What's update? Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 5, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted February 5, 2013 (edited) Cydh was nice enough to post an updated version (at 17101) for everybody as well as several others have done before him. Nobody is going to have the time to update this evertime a new version of the svn comes out!!! This is one they could put in the SVN to make it much easier for people to balance out the 3rd classes, until that point just manually install it! If you can't do that yourself there are several people that take on paid projects to either update or install it for you. You should just say thanks to those who have already donated the time and updated it as much as they have. Peopleperson49 Edited February 5, 2013 by Peopleperson49 Link to comment Share on other sites More sharing options...
GM Takumirai Posted February 5, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted February 5, 2013 What I mean is update for this mod to make it available in our svn.. sorry if my post is too short Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 6, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted February 6, 2013 Well in that case I second the motion. It just gets annoying when people constantly ask for an update to the latest revision. I understand if its broken or no longer work with the latest revision, but just asking for a update still gets me. The know that the third classes are over powered and unbalanced, so I don't see why this wasn't added to the svn a long time ago. Over time they will balance out, but for now it would be a good way to manage it all. Peopleperson49 Link to comment Share on other sites More sharing options...
Lilith Posted February 6, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted February 6, 2013 Updated 1st post: added 2.1(Updated 2.0) patch for rAthena rev17121. Thanks to all. Link to comment Share on other sites More sharing options...
Recommended Posts