You could use [xmlfind gold
And then at the bottom you click on select all, and then at the top right you click on the top check box and it will select all of the items in the entire list, then hit delete at the bottom and confirm with yes.
 
or

[global delete where MyItemType

XmlFind is probably better, since you can select all then browse each page to make sure it doesn't have something with a similar name that you did not intend to delete. Either way you need to be careful how you use it.
 
Say I wanted to globally reset all skillcaps from 120 to 100....how would I best go about doing this?

Thanks for any ideas.
 
I don't think that would work. Skillcaps are set per skill, not as an individual property of the playermobile. Unfortunately you would need to introduce something to force it, meaning script it. You need to loop through all skills and set each one's cap to 100 separately.
 
Back