Jump to content

Manage Skill Damage [2.1]


Lilith

Recommended Posts


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

it worked, thanks

Someone confirm that @Angel's patch is working?

Thanks!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

Yes it worked for me with the latest svn

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

try to update your svn again to 17073

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  326
  • Reputation:   19
  • Joined:  09/27/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  09/30/12
  • Last Seen:  

Version 1 No work in latest revision 17069 PLEASE FIX!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/14/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

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 by Peopleperson49
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

any new manage skill patch??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

will this work on eathena svn?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

Please Support This If you want all this src to add on our rAthena

http://rathena.org/b...mage-by-lilith/

Edited by GM Takumirai
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/20/12
  • Last Seen:  

It doesnt work on my server.. take a look. >.<

post-12790-0-97328800-1358758656_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

any other who tried?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Edit it using manual....if you having problem via patch

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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 by cydh
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  248
  • Reputation:   7
  • Joined:  11/27/12
  • Last Seen:  

We wish there is an update

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Any updates?.

We wish there is an update

What's update? /hmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

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 by Peopleperson49
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

Updated 1st post: added 2.1(Updated 2.0) patch for rAthena rev17121.

Thanks to all.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...