no its not!!Quote:
this is it
he wanted it like this:
Code:
this->ArcherSkill[0x03];//0x03 = skillid this->ArcherSkill[0x03].preskill = true;//If skill got a preskill - true of ye false if not this->ArcherSkill[0x03].cd = 900; //cooldown
Code:
this->ArcherSkill[0x04]; this->ArcherSkill[0x04].preskill = true; this->ArcherSkill[0x04].cd = 800