Jump to content

Recommended Posts

Posted

Lilith you sure do release some good stuff!!! I just wish they would incorporate it into the actual SVN. As soon as a revision changes a source document it affects added any source mods from then on. Anyways, thanks!

Peopleperson49

  • 3 weeks later...
Posted

Hi, im having some issues with a specific skill

I wanted to edit the skill "Release (2230)"

but it does not reduce any damage this is what I have atm

2230,15,-90,0,0,0

Ive reduced the skill lvl to 1 Yet it is still OP.

Ive tried to edit the src, but I dont see any damage modifiers there.

Posted (edited)

Hi, im having some issues with a specific skill

I wanted to edit the skill "Release (2230)"

but it does not reduce any damage this is what I have atm

2230,15,-90,0,0,0

Ive reduced the skill lvl to 1 Yet it is still OP.

Ive tried to edit the src, but I dont see any damage modifiers there.

Try making it even lower then.. also, did you use @reloadskilldb after?

Edited by Cephaler
Posted

I have used reloadskilldb also I've restarted server and recompiled. Can someone verify if release skill damage modifier work? I'm currently away from PC and Im unable to verify.

Ps: I had it previously set to -50 vs human but no change so I decided to put -90.

Posted

After doing so, I didn't see any new db text files. Do I have to make them myself when using just 2.0?

It should be on: db/skill_damage_db.txt or: (skill_damage.txt)

if not, just create it, edit one skill and use @reloadskilldb to ensure it worked

Posted

Still has no effect, I'm assuming I have to apply both patches in some shape or form - but whenever I do so I start to receive patch errors; I'm trying to avoid doing it manually as I don't know the source code that well yet.

Erm, assistance from Lilith?

Posted (edited)

Still has no effect, I'm assuming I have to apply both patches in some shape or form - but whenever I do so I start to receive patch errors; I'm trying to avoid doing it manually as I don't know the source code that well yet.

Erm, assistance from Lilith?

If you're receiving patch errors you can only do it manually. It actually requires no knowledge of the source code but a knowledge of copy/pasting haha. I have 0 knowledge as well and have applied some patches manually and worked fine.

Just remove/overwrite what says " - " and add the patch where it says " + ".. If there's nothing to be removed just copied/pasted then it's even easier!

About both patches: I only applied the 2.0 and it worked fine.

Edited by Cephaler
Posted

If all I need to do to get it to work is apply 2.0 then I must be doing something else wrong, during the patch process, because when I recompile there is no effect. I checked with Mammonite to make it all zeros (0% damage) and it still did full damage even at level 50 (my mammonite goes to 50).

Posted

If all I need to do to get it to work is apply 2.0 then I must be doing something else wrong, during the patch process, because when I recompile there is no effect. I checked with Mammonite to make it all zeros (0% damage) and it still did full damage even at level 50 (my mammonite goes to 50).

0% Means there is no effect, it is the normal damage.

If you want to INCREASE the power, you have to give a number above 0 like: 10% - 20% 30% etc ( 10% more damage, 20% more damage and so on ). If you want to REDUCE the power you need to give a negative number like -10%, -20% etc.

  • Upvote 1
  • 3 weeks later...
Posted

how to fix this skill.c: In function 'skill_parse_row_skilldamage':

skill.c:15814: error: 'struct s_skill_db' has no member named 'flag'

skill.c:15815: error: 'struct s_skill_db' has no member named 'pc_damage'

skill.c:15816: error: 'struct s_skill_db' has no member named 'mob_damage'

skill.c:15817: error: 'struct s_skill_db' has no member named 'boss_damage'

skill.c:15818: error: 'struct s_skill_db' has no member named 'other_damage'

make[1]: *** [obj_sql/skill.o] Error 1

make[1]: Leaving directory `/home/ra/src/map'

make: *** [map_sql] Error 2

Posted

how to fix this skill.c: In function 'skill_parse_row_skilldamage':

skill.c:15814: error: 'struct s_skill_db' has no member named 'flag'

skill.c:15815: error: 'struct s_skill_db' has no member named 'pc_damage'

skill.c:15816: error: 'struct s_skill_db' has no member named 'mob_damage'

skill.c:15817: error: 'struct s_skill_db' has no member named 'boss_damage'

skill.c:15818: error: 'struct s_skill_db' has no member named 'other_damage'

make[1]: *** [obj_sql/skill.o] Error 1

make[1]: Leaving directory `/home/ra/src/map'

make: *** [map_sql] Error 2

Which version are you installing and on which SVN version?

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

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