View Single Post
  #1  
Old 03-08-2016, 03:13 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Switch skill - C++

Any idea why this would not work?

Code:
CastToNPC()->SetPrimSkill(SkillHandtoHand);
I know this code is firing but the NPC still is using a 1hs, but does not have it.

EDIT: So I went back and did a log.out on what skill the NPC was using after I switched it to h2h and it is showing skill 28 which is hand to hand correct? Then the NPC should not be slashing. Missing something here.
Reply With Quote