|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Newbie
Join Date: Sep 2006
Age: 35
Posts: 61
|
ok im an idiot - i misspelled the name of a gift item to distribute and sent it out not knowing.
now i cant figure out how to remove them all because it was a custom art object that hasnt been scripted yet. it was added by id# can anyone tell me the command for removing them all at once? itemid is 15366 (0xC306) Thanks or if there is a command to rename them all at once that would work too..... ok - nvm found it by trial and error - and just in case anyone else needs it: [global remove where item itemID = xxxx Last edited by FMKaraokeRadio; 11-26-2006 at 02:50 PM. |
|
|
|
|
|
#2 (permalink) |
|
Forum Master
|
renaming would be simular also
[global rename "new name" where item itemid == xxxx (amke sure " "s are in there) but if that id is used for other item - the delete or rename would change all, but you can keep adding modifiers to it until line space is used up like if you new the name from before: [global rename "new name" where item itemid == xxxx && name == "old name" or if no name was specified: [global rename "new name" where item itemid == xxxx && name == null (if it gives error on the && just remove them and use rest)
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|