Page 2 of 2
Re: Splash damage from certain monsters
Posted: 28 May 2013, 17:31
by o11c
Nard wrote:
Sorry, I thought she still had. I didn't have many occasions to fight her as a warrior yet, also I didn't see :
Code: Select all
-1102,Luvia@SC_SPLASHER,any,189,1,10000,0,10000,no,target,always,0,,,,,,
in
https://github.com/themanaworld/tmwa-se ... ill_db.txt
I removed that because it did not work (skills are usually @NPC_, and never @SC_)
Re: Splash damage from certain monsters
Posted: 28 May 2013, 17:34
by Nard
I removed that because it did not work (skills are usually @NPC_, and never @SC_)

I thought that according to the doc, this field was only a reminder
Code: Select all
MOB_ID, a unused dummy character sequence (for information only), STATE, SKILL_ID, SKILL_LV,
rate (10000 = 100%), casttime, delay, cancelable, a target, a condition type, a condition value,
a value 1, a value 2, a value 3, a value 4, a value 5, emotion
Re: Splash damage from certain monsters
Posted: 28 May 2013, 17:49
by o11c
Nard wrote:I removed that because it did not work (skills are usually @NPC_, and never @SC_)

I thought that according to the doc, this field was only a reminder

Right, but because the wrong name was looked up, it meant that the corresponding number was garbage.