After placing a shard on a mob, I want to boost the mobs "power" (its strength or whatever) by 2x. This is what I have done:
vch is the mob. But it doesn't seeem to change the hitroll or damroll. Is something being done wrong? What else could be changed to make it stronger?
Example, this mob has a shard, so it should have 2x hr/dr.
So I minvoke a normal mob of the same vnum, that has no shard.
That's what I mean by it not working.
vch->hitroll *= 2;
vch->hitroll *= 2;vch is the mob. But it doesn't seeem to change the hitroll or damroll. Is something being done wrong? What else could be changed to make it stronger?
Example, this mob has a shard, so it should have 2x hr/dr.
Hitroll : 10
Damroll : 28 So I minvoke a normal mob of the same vnum, that has no shard.
Hitroll : 10
Damroll : 28 That's what I mean by it not working.