Splash damage from certain monsters

Content and general development discussion, including quest scripts and server code. The Mana World is a project comprising the original tmwAthena server & a designated improved engine server based on evolHercules


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board. Its current use is for the continued development of the server and game it has always served: The Mana World.

User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Splash damage from certain monsters

Post 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_)
Former programmer for the TMWA server.
User avatar
Nard
Knight
Knight
Posts: 1113
Joined: 27 Jun 2010, 12:45
Location: France, near Paris

Re: Splash damage from certain monsters

Post 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
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Splash damage from certain monsters

Post 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.
Former programmer for the TMWA server.
Post Reply