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
Guild Donation Box
Guild Donation Box
What will you do without freedom......
Re: Guild Donation Box
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.
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)
Don't know what the purpose of your life is? Well then make something up!

(Old Colibrian proverb)
- OldManAlewar
- Legendary Scribe
- Posts: 408
- Joined: Sun Jan 06, 2008 3:42 pm
Re: Guild Donation Box
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
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
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.
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)
Don't know what the purpose of your life is? Well then make something up!

(Old Colibrian proverb)