Guild Donation Box

Locked

Guild Donation Box

Poll ended at Sun Sep 21, 2008 4:15 am

Gold Only
3
60%
Others
2
40%
 
Total votes: 5

User avatar
+Zandor
Grandmaster Scribe
Posts: 83
Joined: Wed Jan 16, 2008 7:29 pm

Guild Donation Box

Post by +Zandor »

Ok Excelsior This is your Time To Speak...

Putting a script together but need a little info from you all.

should it be only Gold or

All Others and that is. gold ,tokens, ED,checks
What will you do without freedom......
User avatar
+Colibri
Administrator
Posts: 4073
Joined: Sat Feb 25, 2006 4:08 pm
Location: static void Main

Re: Guild Donation Box

Post by +Colibri »

A bit further explanation:
This item can be made in the form similar to the token ledger. It would have a nice user interface, you could only put gold inside.
The thing can also be made as a regular wooden box that anyone could drop into, but only those who have permission (friends, co-owners, owner) would be able to look inside and take stuff out.
+Colibri, Administrator of UO Excelsior Shard

Don't know what the purpose of your life is? Well then make something up! ;)
(Old Colibrian proverb)
User avatar
OldManAlewar
Legendary Scribe
Posts: 408
Joined: Sun Jan 06, 2008 3:42 pm

Re: Guild Donation Box

Post by OldManAlewar »

we might look into a "guilded" fourth security layer

that way, we might also lock houses for guild only, i think the security level system is fairly univeral. lets hope guilds in the database have a stable number or something
User avatar
+Colibri
Administrator
Posts: 4073
Joined: Sat Feb 25, 2006 4:08 pm
Location: static void Main

Re: Guild Donation Box

Post by +Colibri »

I'd suggest you do...

HasAccess( mobile m, basehouse house)
{
if (house.owner.Guild == m.Guild)
return true
else return base.Hasaccess - or something simmilar
}

Don't forget the numerous checks of null pointers.
+Colibri, Administrator of UO Excelsior Shard

Don't know what the purpose of your life is? Well then make something up! ;)
(Old Colibrian proverb)
Locked