Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - #region vip monster Quest Vip
- if (Name == "VIPZero")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- if (Name == "VIPOne")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- if (Name == "VIPTwo")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- if (Name == "VIPThree")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- if (Name == "VIPFour")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- if (Name == "VIPFive")
- {
- killer.VipMonsterPoints += 1;
- killer.Owner.Send(new Message("killed " + Name + " and get " + 1 + " VIP Monster Points #00", System.Drawing.Color.Azure, Message.TopLeft));
- }
- #endregion // quest vip
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    