Page 1 of 1

Orc Mage

Posted: Thu Jun 11, 2009 3:48 pm
by Kudos
Hi there, i was wondering...

is there any reason for this entry

orcMage(0x31, false, Race.Orc, null),

to have "isMage" set to false? I mean, it' an Orc Mage XD

(net.sf.l2j.gameserver.model.base.ClassId <---- if you don't remember where to look for it)

Re: Orc Mage

Posted: Mon Jun 15, 2009 7:54 am
by Kudos
Nobody knows? Q_Q

You know, it's pretty annoying everytime i have some check for mage/fighter classes i have to put a dirty check on classId to provide orc mages the same treatment the other mages have. is there a particular reason or this is just another typo?

Re: Orc Mage

Posted: Tue Jun 16, 2009 2:55 pm
by nBd
It was done by Sami long time ago. Orc Mages are different then normal Mages. They dont get SpiritShots as newbie Bonus, they receive Soulshots etc. To remove those "dirty" hacks he decided to change them to Fighter type.