well iam adding full function subclass ..i've added Martial Artists , Chi Master And Warlock..and i've made sage like each level the magic atk increases and i wrote it like that
Code:
if (attacker.SubClassLevel == 7)
{
attacker.MagicAttack += 1000;
}
but the problem in that code is that when i attack ..my magicatk increases by 1000 points each time i attack so i want it to make magic attack increases only once..what should i do or i add in my code to make it work
if (attacker.SubClassLevel == 7)
{
attacker.MagicAttack = 1000;
}
Rofl ..nah if so this means that if my magic atk is 12k when i Activate Sage Subclass it gonna reduce my magic atk till it becomes 1k and thats not desired at all
Rofl ..nah if so this means that if my magic atk is 12k when i Activate Sage Subclass it gonna reduce my magic atk till it becomes 1k and thats not desired at all
so add this code to Sub class NPC , after he leveled up to level 7
Or make your damage boost more of a calculation and add it into your damage calculation method...
Something like...
switch(attacker.SubclassType)
{
case SubclassTypes.Warlock:
//100 extra damage for level, just using it as an example
damage += attacker.SubclassLevel * 100;
}
Or make your damage boost more of a calculation and add it into your damage calculation method...
Something like...
switch(attacker.SubclassType)
{
case SubclassTypes.Warlock:
//100 extra damage for level, just using it as an example
damage += attacker.SubclassLevel * 100;
}
[Help] SubClasses 02/19/2011 - CO2 Private Server - 2 Replies Yo!
Well... i sniffed and structured the packet with success.... but i'm getting a problem... for some reason all the infos are send like this:
http://img80.imageshack.us/img80/8738/subclassi.j pg
Don't bother about the P1 before the subclass it was just a test with the packet offsets...
i'm sending the info with type 7 at offset 4, and StudyPoints at offset 6
can anyone share Titan subclasses combination tips.. 09/07/2010 - Lineage 2 - 3 Replies can anyone share titan subclasses combination tips....
and best subclass skill for olym
coz i need casting speeed, Pdef and critical....
More than 3 subclasses ??? 12/24/2006 - Lineage 2 - 1 Replies hi all... its really possible to get more than 3 subclasses ???
i have already tryed the search but i found nothing about it...
can someone help me ????