Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
CHRMRarundel.pl - Quest File
General Info
Quest File
sub EVENT_SCALE_CALC { # Rarundels Broken Memories: scales with Nihil faction # get faction level with the Nihil my $scale = $client->GetModCharacterFactionLevel(1761); # Faction: Nihil # set the scale based on where faction is in the range [0, 1500] if($scale < 0) { $scale = 0; } $questitem->SetScale($scale/1500); }
Source: 17 Jan 2022
Quest Source: 28 May 2022