Page 1 of 1

Guild Donation Box

Posted: Tue Sep 16, 2008 4:15 am
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

Re: Guild Donation Box

Posted: Tue Sep 16, 2008 4:28 am
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.

Re: Guild Donation Box

Posted: Mon Sep 29, 2008 9:28 am
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

Re: Guild Donation Box

Posted: Mon Sep 29, 2008 4:49 pm
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.