Jump to content

Recommended Posts

Posted

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.

Posted (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 by Peopleperson49
  • 2 weeks later...
Posted

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.

Posted

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

  • 2 weeks later...
Posted (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 by Peopleperson49
Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...