RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Remove champions?

fcondon

Sorceror
Remove champions?

Is there a command to remove all champions from the map? like a reverse [genchampions?
 

TheNorthStar

Sorceror
Code:
[global delete where champspawn

should do the trick

EDIT: if you just want them removed from a specific map, Felucca for example, just do;

Code:
[global delete where champspawn map = Felucca
 

fcondon

Sorceror
[global delete where champions

was the proper syntex, thank you though, i was able to get it with your post. :D
 
Top