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