Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
CHRMATandBeg.pl - Quest File
General Info
Quest File
sub EVENT_SCALE_CALC { my $alcohol = $client->GetSkill(66); my $begging = $client->GetSkill(67); if($alcohol < 0) { $alcohol = 0; } if($begging < 0) { $begging = 0; } my $scale = $alcohol + $begging; $questitem->SetScale($scale/675); }
Source: 17 Jan 2022
Quest Source: 28 May 2022