View Single Post
  #1  
Old 10-18-2008, 10:13 AM
seveianrex
Sarnak
 
Join Date: Sep 2008
Location: asdf
Posts: 60
Default CoH Hate List Wipe

{spell_effects.cpp}

~1734, find

Code:
					CastToClient()->cheat_timer.Start(3500, false);
					CastToClient()->MovePC(zone->GetZoneID(), caster->GetX(), caster->GetY(), caster->GetZ(), caster->GetHeading(), 2, SummonPC);
					Message(15, "You have been summoned!");
Add:
Code:
					WhipeHateList();
Reply With Quote