Guild Stash?

Mu online season 21 - grand opening

CraiG^

Legend
Legendary
Jun 22, 2003
3,142
34
275
Scotland
Is it possible to make a stash for your guild where u can limit the npc so that it checks if your in a certain guild and lets u access the staff and can u make it so only people like leaders and council and access it.

think it would be a good idea for some servers.
 

Ragnar

Hallowed be thy name
Legendary
Golden Oldie
Loyal Member
Jul 20, 2004
5,258
3
275
Yeah, it would be a good idea, but im not quite sure that it can be done :(
 

Benny

Dedicated Member
Dedicated Member
Mar 20, 2004
75
0
32
Ilse of Wight
You could limit it to the guild leader of sabuk.

give this a try.

[@main]
#SAY
This is the stash for sabuk wall,\
Only the guild leader can access this.\
<Continue/@next>\
<Bye/@exit>

[@next]
#ACT
check <$LORD>
#SAY
What would you like to do?\
<Store/@Storage>\
<Retrieve/@getback>\
#ELSESAY
You are not <$LORD> leader of <$SABUKNAME> <------I don't know the command for this>

[@Storage]
#SAY
Place your item to be stored.\

[@getback]
#SAY
What item would you like back.


I don't know if this would work but give it a go.\

/Ben
 

Toxick

Golden Oldie
Golden Oldie
Apr 17, 2003
1,397
0
173
nope, that will only give u another place for yout ownr storage not a guild storage. pretty much that npc is saying only Sabuk owners can access storage :P
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
I guess you could do a NPC which adds the username to the namelist, then you could further organise things from there, like, create an item called "GUILDNAMESCROLL" or something, then give one to every member int he guild, or get the owner to, then do something with an npc like give it items.

whatever, it would require alot of server side work as well as client side work
 

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
155
Darlington, UK
MiloFoxburr said:
with my new M2

#if
CHECKOFGUILD (guildname)

#IF
ISCASTLEGUILD

yea but tht would require a manual entry and if ur like me and lazy wud pish you off so if u use the "CHECKGUILDLIST" or "ADDGUILDLIST" command you could make a overall stash that uses a series of lists to deturmin what each guild gets. Hang loose
 

MiloFoxburr

LOMCN VIP
VIP
Mar 23, 2003
7,276
207
350
Dublin, Ireland
BloodDemon said:
yea but tht would require a manual entry

that makes no sense
all you have to do is type that into the npc
then anyone in the guild you asked it to check will get the prize

it works the same as addguildlist just does not make the .txt file

you have to type more for addguild list to work

eg
#ACT
addguildlist list.txt
#say
you have been added

then you would have to add a check to check that list.txt

eg
#IF
checkguildlist list.txt
#ACT
give prize

with the checkofguild command all you need is

eg
#IF
checkofguild (guildname)
#ACT
give prize

If i was lazy i know what i would be typing

oh and btw its BH on milos login
 

Fellony

Guest
a npc that only talks to guild members...rather than be a store, make it a shop which sells and buys everything for 1 gold...that would let everyone be able o share it
 

CraiG^

Legend
Legendary
Jun 22, 2003
3,142
34
275
Scotland
Or we could make a shop that you do a quest for SW owners lets say only, once you have done this quest you get BIO for free anytime you want only if you still own SW?

btw this wasn't for me im just saying this coz it might b a good idea for some servers
 

GilgaMesh

Golden Oldie
Golden Oldie
Mar 12, 2004
698
1
155
St Helens
Fellony said:
a npc that only talks to guild members...rather than be a store, make it a shop which sells and buys everything for 1 gold...that would let everyone be able o share it

Good idea but if the server is restarted everything will be wiped
 

CraiG^

Legend
Legendary
Jun 22, 2003
3,142
34
275
Scotland
didn't notice you were a mod gilga :P . Anyway i actually copied my idea from Myth Of Soma is it possible to get stuff from myth of soma files and somehow make the work on mir through the source or something?
 

GilgaMesh

Golden Oldie
Golden Oldie
Mar 12, 2004
698
1
155
St Helens
I have never worked on Myth of Soma so I wouldn't know if its possible to port anything over, I'll ask Karl as he runs a Soma server.
 

[Shadow]

Golden Oldie
Golden Oldie
Veteran
Oct 1, 2004
851
1
155
Counter Strike
on my server we have a type of guild store the sabuk owners have a store where they sell items to for free so other people from the guild can just buy them for 0 gold so its basically like a store but when the wall is taken over so is the store which is pretty cool imo :P