Chuckzxc
Members-
Posts
4 -
Joined
-
Last visited
Profile Information
-
Gender
Not Telling
-
Location
Philippines
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Chuckzxc's Achievements
Poring (1/15)
0
Reputation
-
Utility: Punching Bag with DPS counter
Chuckzxc replied to Secrets's topic in Utility Script Releases
i can't attack the dummies thanks -
I still cannot enable it here's the script, im not sure if i did it right on my mapflag on what folder should i put it? thanks - script Punching Bag -1,{ OnInit: monster "prontera",191,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; monster "prontera",198,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3"; monster "prontera",204,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2"; setmapflag( "prontera",mf_monster_noteleport ); end; OnDummyKill: monster "prontera",191,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end; OnDummyKill2: monster "prontera",198,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2"; end; OnDummyKill3: monster "prontera",204,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3"; end; OnPCAttackEvent: if ( [email protected]_punch ) end; @dps_damage += @damage; end; } // Mapflag prontera mapflag monster_noteleport
-
can you guide me on how to do it on mapflag? thanks
-
Hi im newbie here can you guide me where to put that dummy is it on NPC? Thanks