Go Back   RunUO - Ultima Online Emulation > RunUO > Modification Suggestions

Modification Suggestions This is where you can suggest a modifcation to RunUO!

Reply
 
Thread Tools Display Modes
Old 07-28-2006, 11:21 PM   #1 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default z axis wiping.

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.
__________________
Quote:
Originally Posted by madmadmax3 View Post
I didn't insult anyone dumpass
Anti-Basic is offline   Reply With Quote
Old 07-29-2006, 09:36 AM   #2 (permalink)
RunUO Forum Moderator
 
daat99's Avatar
 
Join Date: Dec 2004
Location: Israel
Age: 27
Posts: 8,163
Send a message via ICQ to daat99 Send a message via AIM to daat99
Default

Quote:
Originally Posted by Anti-Basic
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.
I've no idea if it'll work but try something like:
[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
-------------------------------------------------------------
daat99 is offline   Reply With Quote
Old 07-30-2006, 07:13 AM   #3 (permalink)
Forum Expert
 
Join Date: Jan 2004
Location: England
Age: 20
Posts: 442
Default

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.
tobyjug is offline   Reply With Quote
Old 07-30-2006, 10:22 AM   #4 (permalink)
Forum Expert
 
Join Date: Feb 2005
Age: 24
Posts: 985
Send a message via AIM to Nochte
Default

if = works, may want to try to give a >< range, to create sort of a 3d bounding box effect
__________________
Quote:
Originally Posted by kkjjkk View Post
how sad you people call yourselves scripters and you can't even format an emulator game into something completely differnt....no wounder y'all are stuck here with no real scripting jobs unlike me. please go back to school.
QFDA
Nochte is offline   Reply With Quote
Old 07-31-2006, 05:29 PM   #5 (permalink)
Master of the Internet
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,024
Send a message via Yahoo to Lord_Greywolf
Default

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 ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 07-31-2006, 10:35 PM   #6 (permalink)
Forum Expert
 
Join Date: Dec 2005
Posts: 465
Default

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.
snicker7 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5