Issue information

Issue ID
#5223
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 8, 2012 18:05
Last Post
Hercules Elf Bot
May 27, 2012 11:35
Confirmation
N/A

Hercules Elf Bot - Jan 8, 2012 18:05

Originally posted by [b]Lighta[/b]
On Rathena, GN_BLOOD_SUCKER leeching all damage instead a % specify by irowiki or kro.
https://docs.google.com/document/pub?id=1TEIr4zpaXOUvgNFJ8pkFT41O0A_nxm3u3rRLQChg_Zo (5+5*skillv)
http://irowiki.org/wiki/Blood_Sucker (10%)

My patch
[CODE]# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -8861,7 +8861,7 @@
sc_timer_next(1000 + tick, status_change_timer, bl->id, data);
}
map_freeblock_unlock();
- status_heal(src, damage, 0, 0);
+ status_heal(src, damage/100 * (5 + 5 * sce->val1), 0, 0);
clif_skill_nodamage(src, bl, GN_BLOOD_SUCKER, 0, 1);
return 0;
}
[/CODE]

Hercules Elf Bot - Jan 8, 2012 18:38

Originally posted by [b]Protimus[/b]
This doc of kRO/iRO is of changes made in september ~ november of 2011.

I think that if we update this, is need update all skills so that there is unbalanced jobs. So, everything I do from now on will be based on new changes.

Blood Suck structures not are created on rAthena, I will updated after.

Hercules Elf Bot - Jan 11, 2012 23:59

Originally posted by [b]Ind[/b]
this is not working on rathena because we don't have genetic support yet (of all 3.2 classes, currently only royal guard is "in")

Hercules Elf Bot - May 27, 2012 11:35

Originally posted by [b]malufett[/b]
Fixed @ [rev='16155']