Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Corpse_Caller.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("cast",5); } sub EVENT_TIMER { my $random = int(rand(3)); if($random == 0) { plugin::DoAnim("cast"); } if($random == 1) { plugin::DoAnim("cast2"); } if($random == 2) { plugin::DoAnim("cast3"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022