[Achaea] Subdivisions data collecter

Share your scripts and packages with other Mudlet users.
Post Reply
Manni
Posts: 116
Joined: Tue May 31, 2011 9:00 pm

[Achaea] Subdivisions data collecter

Post by Manni »

This is a script that gathers data on a city's plots in the subdivision. It stores the plot owner, what city they are a part of, and all owned plots. When you request the information, after collecting it, the table is alphabetized and all city enemies have an '@' at the beginning of their name. This script is great when you want or need to do a mass update on your city's subdivision.

the script consists of three aliases:
subd on: creates a table that stores the current city enemies **do this first**

plotsurvey: gathers the information and echos all info known about that plot owner

subd tbl: returns all information about ALL plot owners since the start of the current Mudlet session
return on sudb tbl
return on sudb tbl
Subd table.JPG (38.18 KiB) Viewed 4023 times
you will need to change the pattern in the Land Owners Trigger to match the first line in Survey for your city. When I get the other city lines I'll update the script.


EDIT: Script should now work for all cities.

EDITx2: Corrected capture for Chaos Lord/Lady and for Dragons

EDITx3: minor appearance tweak

Thank you, Rakon for helping me figure out how to clean up the display on this! If you run across any bugs, just let me know.
Attachments
DevScript.xml.zip
(5.5 KiB) Downloaded 394 times
Last edited by Manni on Thu May 03, 2012 2:05 am, edited 1 time in total.

Manni
Posts: 116
Joined: Tue May 31, 2011 9:00 pm

Re: [Achaea] Subdivisions data collecter

Post by Manni »

Updated data capturing

Manni
Posts: 116
Joined: Tue May 31, 2011 9:00 pm

Re: [Achaea] Subdivisions data collecter

Post by Manni »

cleaned up display and background work

Post Reply