Guild Storage function

Hone

LOMCN Veteran
Veteran
Loyal Member
Jun 10, 2009
270
5
45
Melbourne, Australia
Trying to get the guild storage function to work but when I click on withdraw/deposit the windows don't open.

I've got (@guildstorage @guildgetback) at the top, advanced guild features are turned on and my guild has more than 10 members lvl 35+...

Here's my script...

:--
(@guildstorage @guildgetback)
%100
+30
+3
+25

[@main]
#SAY
Hello. Here you may access the guild storage.\ \
<Deposit/@guildstorage> item\
<Withdraw/@guildgetback> item\ \
<Exit/@exit>

[@guildstorage]
You have currently stored <$GUILDSAVEITEM> items.\
You can still store <$GUILDMAXSAVEITEM> more items.\ <-------this part works, says 27 items storable
Please show me the items you want to deposit.\ \
<Back/@main>

[@guildgetback]
You have currently stored <$GUILDSAVEITEM> items.\
This is the list of items you have deposited here.\
Please choose the item you wish to withdraw.\ \
<Back/@main>
 
Last edited:

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
the way the maximum amount of storage space for a guild is currently calculated:
- guild needs at least 10 lvl 35+ members to get ANY space below this the guild gets none (avoids ppl making guilds on their storage chars for extra space)
- guilds start out with 10 slots, for every 5 extra members over lvl 35 they get another space (maximum 20 spaces extra here)
- if guild owns a gt they get 10 extra spaces
- if guild owns sw they get 20 extra spaces
the lvl 35 requirement level for guild storage spaces can be adjusted in !setup under 'GuildValidMemberLevel', however bear in mind i made sure you cant set it below lvl 30
 
Upvote 0