|
||
|
|||||||
| Modification Suggestions This is where you can suggest a modifcation to RunUO! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
basically what it says. How many times have you wanted to wipe the fllor tiles but not the roof tiles or visa versa... how about a zwipe that only wipes the tiles on the z that is clicked. or even a 3d wipe, click lowest z and highests z, etc.
|
|
|
|
|
|
#2 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
[wipe where z=-80
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
Join Date: Jan 2004
Location: England
Age: 20
Posts: 442
|
This works:
[area delete where item z = 50 This will delete all items that have a z value of 50 in the area you draw with the bounding box picker. Also for your example about roof tiles and floor tiles [area delete where floortiletype With 'floortiletype' being the type of floor tile that you wish to delete. Also if you only wanted to delete a certain type of floor tile on a specific z then you can use: [area delete where floortiletype z = 50 That should be everything you need really ![]()
__________________
David's Sig is my Sig. He always says it best.
|
|
|
|
|
|
#5 (permalink) |
|
Master of the Internet
|
you can add in extra things, just remember the "line" limit of characters
for example [area delete where itemid >= 1234 && itemid <= 1237 && z >= 50 && z <= 65 etc
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
|
|
#6 (permalink) |
|
Forum Expert
Join Date: Dec 2005
Posts: 465
|
yeah but you dont use "&&" for the conditional string.. && is assumed, so you just do
[area <command> where <type> <property1> <operator1> <value1> ... <propertyN> <operatorN> <valueN> and I believe Krrios could shed some more light on this, but in 2.0 you can also do things like [area <command> where <type> <property1> <operator1> <value1> ... <propertyN> <operatorN> <valueN> limit <n> to limit it to the first N results, like SQL clauses. I never talked to him indepth about it. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|