I got My Blade of Vesagran set to Scale but I'm having a hard time setting the Charmfile script. I wandering if I should use Charm of the Brotherhoods charmfile scripts $matchcount for this. Reason is that no matter how many Rift Shards I give to the handin npc the items stats done go up. But it has no stats atm. So that means that its set right just not using the right type of charm file script or I didn't type the script right. My charmfile script.
Code:
sub EVENT_SCALE_CALC {
{
if (defined($qglobals{epic_scale})) {
$questitem->SetScale($qglobals{epic_scale}/10);
}
else {
$questitem->SetScale(0.5);
}
}
On another note after I hand in so meany rift shards my npc starts handing back the shards.