Cannot Guild Storage?

waxd

Dedicated Member
Dedicated Member
Apr 12, 2008
45
0
52
Cannot guild storage?

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

[@main]
#SAY
Hello. What do you want to guild store?\ \
GuildStorage <GStorage/@guildstorage>\
GuildStorage <GGetback/@guildgetback>\ \
<Exit/@exit>

[@guildstorage]
You have currently stored <$GUILDSAVEITEM> items.\
You can still place <$GUILDMAXSAVEITEM> more items.\
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>
;-----

You have currently stored 0 items.
You can still place 0 more items.

WHY? Help me,please.

Thank very much.
 
Last edited:

stephenking

I HAVE A DREAM!!
Developer
Aug 28, 2005
616
39
175
Netherlands
Cannot guild storage?

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

[@main]
#SAY
Hello. What do you want to guild store?\ \
GuildStorage <GStorage/@guildstorage>\
GuildStorage <GGetback/@guildgetback>\ \
<Exit/@exit>

[@guildstorage]
You have currently stored <$GUILDSAVEITEM> items.\
You can still place <$GUILDMAXSAVEITEM> more items.\
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>
;-----

You have currently stored 0 items.
You can still place 0 more items.

WHY? Help me,please.

Thank very much.


there is no @guildstorage/@guildgetback npc option unless coded in yourself
so currently they are just normal buttons leading to a #SAY command
 
Upvote 0

waxd

Dedicated Member
Dedicated Member
Apr 12, 2008
45
0
52
No No No
I am saying dm2 of problem
BE dm2 oneself have of function (@guildstorage @guildgetback)
BE not development new exe
 
Upvote 0

koni

V.I.P
VIP
Mar 14, 2006
1,111
1
185
Southampton UK
hes not using the open source files, hes using the dm2+ files with this feature already coded in.

Iam presuming you have set the advanced guild features to true in the m2server setup.txt file ? as these features will not work otherwise.

this is taken from the updates.doc file

• added new npc commands: @guildstorage (store items in guild storage),@guildgetback (get back items from guild storage)
obviously this all only works if you have the advanced guild features enabled
anyone in guild can store items in the guild storage, only rank 1 and 2 can take items out tho
you'll also have to enable both commands at the top of the npc using the same @guildstorage/@guildgetback in the ( ) section
• added another new npc command: @lockguildstorage: this allows guild leaders to lock/unlock their guild storage
when locked members cant add new items into the guild storage
• in Tbl_keepalive add a 3rd row with fld_id=3, fld_time= 0 (only needed in the char db or if you have only 1 db instead of 2)


i cant really help as i havnt done a guild store npc, iam sure someone has tho but make sure the features are enabled, and you have followed the instructions above

possibly try using this command at the top of the npc

(@guildstorage/@guildgetback) - with the / in it, iam not sure if it will make any difference but its worth a try
 
Upvote 0

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
294
It seeems to me that the code is all correct, perhaps you just don't have the advanced guild options on.
 
Upvote 0

jewjewbee

Dedicated Member
Dedicated Member
May 5, 2007
99
2
55
Also, you must have a certain number of guild members for it to work.
I forget the number exactly, its in the updates.doc
 
Upvote 0

waxd

Dedicated Member
Dedicated Member
Apr 12, 2008
45
0
52
yeah,code is all correct, guild needs at least 10 lvl 35+ members to get ANY space below this the guild gets none.
Very thankful everyone gives my help Again :) :)
 
Upvote 0