Page 1 of 1

[Achaea] Subdivisions data collecter

Posted: Mon Sep 19, 2011 1:10 am
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 4745 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.

Re: [Achaea] Subdivisions data collecter

Posted: Mon Jan 16, 2012 7:33 am
by Manni
Updated data capturing

Re: [Achaea] Subdivisions data collecter

Posted: Thu May 03, 2012 2:06 am
by Manni
cleaned up display and background work