storage box

Mu online season 21 - grand opening

millie

Dedicated Member
Dedicated Member
Jul 25, 2008
46
0
33
hi need ur help

made a storage box on my server and all works fine but when i go to deposit anything or withdraw it doesnt bring the drop down screen ie the circle or your storage list
 

Neptune

Golden Oldie
Golden Oldie
Nov 19, 2003
1,473
9
175
Chester :P
add it like u would a exp pot m8, but add the storage script instead of the EXP bit

[stdmode(number here]
then the script bit here,

so when the orb is clicked brings up the box in the corner
 
Upvote 0

Neptune

Golden Oldie
Golden Oldie
Nov 19, 2003
1,473
9
175
Chester :P
the STDmode then the number will be the number u eneter in the TBL_ANICOUNT so put in 999

then in q function add this (im sure its right) at the top of ur QManage or QFunction add @storage and @getback

[@STDMODE999]
#SAY
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Deposit/@storage>\
<Withdraw/@getback>\
<Bind/@mBind> scrolls or drugs\
<Close/@exit>


[@storage]
What item do you want to store?\ \ \
<Back/@main>

[@getback]
Please choose from the list what you want to take Back.\ \ \
<Back/@main>

like i say im sure thats how u do it, if u want ill add it to my test server and then test it to cofirm it for u??
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,432
116
190
Handan, China
umm not happens when i use it does it work for u

nevermind it was
[@StdModeFunc91]
#SAY
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Deposit/@storage>\
<Withdraw/@getBack>\
<Bind/@mBind> scrolls or drugs\
<Close/@exit>


[@storage]
What item do you want to store?\ \ \
<Back/@main>

[@getBack]
Please choose from the list what you want to take Back.\ \ \
<Back/@main>


but now im having same problem as millie
 
Last edited:
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,432
116
190
Handan, China
Code:
[@StdModeFunc91]
(@storage @getBack)
#SAY
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Deposit/@storage>\
<Withdraw/@getBack>\
<Close/@exit>


[@storage]
What item do you want to store?\ \ \
<Back/@main>

[@getBack]
Please choose from the list what you want to take Back.\ \ \
<Back/@main>
Booya.

didnt work :(
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,432
116
190
Handan, China
[@StdModeFunc91]
;Settings
(@Storage @Getback)
%100
#SAY
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Deposit/@storage>\
<Withdraw/@getBack>\
<Close/@exit>


[@storage]
What item do you want to store?\ \ \
<Back/@main>

[@getBack]
Please choose from the list what you want to take Back.\ \ \
<Back/@main>

???
 
Upvote 0

Neptune

Golden Oldie
Golden Oldie
Nov 19, 2003
1,473
9
175
Chester :P
;Settings
(@Storage @Getback)
%100

put that at the very top if the text file, nothin else above it,

then the rest of it place 2 rows below it (or at the end of whats alrdy in there)
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
Pretend your Qfunction is a npc script.

(@@sendmsg @storage @consign @getback)
%100

[@ONMURDER]
#ACT
SENDMSG 2 "[%s] has just commited a murder!"
break


[@StdModeFunc30]
You want to make a global shout?\
<Shout/@@sendmsg>
[@@sendmsg]
#ACT
SETSENDMSGFLAG
close

[@StdModeFunc31]
What do you require?\
<Store items./@storage>\
<Withdrawl items./@getback>
 
Upvote 0