tiny bit of help plz

Play Now

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
105
i have made a quest where can gain the ability to use @store
but once the quest has been completed u hand over the scroll it asks for and u dont get the ability to do @store:

i have put the script in the npc_def and its in the tbl_npc along with the storage.txt in npc_def and when i look in the storage.txt it says i have done quest which is right but how do i make it so the @store actually works ??
any suggestions would be appreciated ty
 

MentaL

Jev For Admín!
VIP
Mar 3, 2004
3,843
552
385
Cardiff
I aint touched mir in ages but I believe you have to add the parameter from the storage file to the header of q-function.txt which I believe is @storage and maybe @getback .
 
Upvote 0

andykid131

Golden Oldie
Golden Oldie
Mar 16, 2006
621
3
53
165
i have made a quest where can gain the ability to use @store
but once the quest has been completed u hand over the scroll it asks for and u dont get the ability to do @store:

i have put the script in the npc_def and its in the tbl_npc along with the storage.txt in npc_def and when i look in the storage.txt it says i have done quest which is right but how do i make it so the @store actually works ??
any suggestions would be appreciated ty


I think all u need to do is move the npc from "TBL_NPC" and put it in "TBL_Merchant"... and put it in Merchant_Def.

hope this helps.
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
I aint touched mir in ages but I believe you have to add the parameter from the storage file to the header of q-function.txt which I believe is @storage and maybe @getback .

Have you made the custom command @store m8?

As said above. Make custom command in M2server/Envir/CustomCommands.txt... just add @storeQ inside. (changed to storeQ for functionality)
Then in M2Server/Envir/Market_Def/Qfunction.txt add (@storage @getback) at the very top. Then add the command;
[@storeQ]
What do you need?\
<Store /@store> items.\
<Withdrawl /@getback> items.\
 
Upvote 0

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
105
i have tried all that and it seems to be half working lol but im getting this problem when i type @storeq (not @store for some reason lol) im getting the message in a box saying you have no rights to this command

then when i first click on it in the box in top right corner it says
storeitems
withdraw items
(@buy@sell@repair@s_repair@storage@levelup@login)%100+30+3+25


im not sure why lol any guesses

ty for all who have helped i will rep u all for this ty :P
 
Upvote 0