Help Please!!

smoochy boys on tour

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
i have some thing i cant fix it
please explain me how to fix it
1st iam using server files 1.9
my store npc thats it looks like this when i click on it
Images00.jpg

-Then when i click on store item it didnt open for me Place to put item on it and store like this
Images01.jpg

-and when i take back item it didnt open list of my store like this
Images02.jpg

-and thats my npc.txt
Code:
;Settings
(@buy @sell @repair @s_repair @storage @getback)
%100

[@main]
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Store/@storage>item\
<TakeBack/@getback>item\
<Exit/@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>
How i can fix that
please explain what i have to do ?!!
 

K_Jonzy

Golden Oldie
Golden Oldie
Oct 8, 2008
590
15
125
My House
tbh i dont get it it all looks in order, only thing i can suggest is just trying another npc,
save ur npc elsewere and wack this in its place and try it ...

Code:
; ===================================
; Market Def NPC File : 6Bwh-0
; BichonProvince
; -----------------------------------
; Name: Brittany
; Job: 
; Map No: 0
; Pos X 301
; Pos Y 257
; File name: *removed*
; Comment: BichonProvince

;================================================= =
;
; Brief Description of the switches used in this NPC.
; [306] - Unknown
;

;Settings
(@buy @sell @repair @s_repair @storage @getBack)
%100


;Pkr Tag (NPC won't talk to Pkrs)
[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1


[@main-1]
#IF
random 10
#ACT
goto @QUEST
#ELSEACT
goto @normal

[@QUEST]
#IF
check [305] 1
#ACT
goto @Q305
#ELSEACT
goto @normal

[@Q305]
#IF
#ACT
SET [306] 1
#SAY
Do you look for a cook?\
Look.. well.. I know nothing about cooking\ 
but I have heard about a cook called Kumbun\
who lives in Serpent Valley. You can check there maybe...\ \
<Ok/@exit>



[@normal]
How can I help you, Sir/Ma'am?\
We keep people's items here for free.\
Do you want to use this service?\ \
<Deposit/@storage>\
<Withdraw/@getBack>\
<Bind/@mBind> scrolls,amulets or drugs\
<Close/@exit>


[@storage]
You have currently stored <$SAVEITEM> valuables.\
You can still place <$REMAINSAVEITEM> more valuables.\
You want to keep you item here, Sir/Ma'am?\
Of course you can.\
Please show me the items you want to deposit.\ \
<Back/@main>

[@getBack]
You have currently stored <$SAVEITEM> valuables.\
This is the list of items you have deposited here.\
Please choose the item you wish to withdraw.\ \
<Back/@main>

[@MBind]
#IF
#SAY
How can I help you, Sir/Ma'am?\
<Exchange/@changeGold>the money to gold bars\
<Exchange/@changeMoney>the gold bars to money\
<Bind/@Bind>\
<Close/@exit>

[@changeGold]
#IF
checkgold 1000000
#SAY
Do you want to change money into a goldbar?\
The commission is 2000 gold\
<Exchange/@changeGold_1>\
<Cancel/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come Back when you have enough money.\ \
<Back/@main>

[@changeGold_1]
#IF 
checkgold 1002000
#ACT
take gold 1002000
give GoldBar 1
#SAY
I Exchanged your money into goldbar.\
Would you like to Exchange more?\\
<Exchange more/@changeGold> \
<Back/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come Back when you have enough money.\ \
<Back/@main>

[@changeMoney]
#IF
checkitem GoldBar 1
#SAY 
Do you want to change goldbar into money?\
The commission is 2000 gold\
<Exchange/@changeMoney_1>\
<Cancel/@exit>

#ELSESAY
You have no GoldBar for me to Exchange...\
Come Back only if you do have one.\ \
<Cancel/@exit>

[@changeMoney_1]
#IF
checkitem GoldBar 1
checkgold 49002001
#SAY
You cannot Exchange goldbar into money.\
your bankbalance would exceed its limit.\ \
<Cancel/@exit>

#ELSEACT
goto @changeMoney_2


[@changeMoney_2]
#IF 
checkitem GoldBar 1
#ACT
take GoldBar 1
give gold 998000
#SAY
GoldBar was Exchanged into money.\
Would you like to Exchange more?\ \
<Exchange more/@changeMoney>\
<Cancel/@exit>

[@Bind]
Sir/Ma'am, I can Bind your drugs, amulets and scrolls.\
You pay me 100 gold, I will Bind them and make a bundle\
for you. Do you want to Bind your items, Sir,Ma'am?\ \
<Bind drugs/@P_Bind>\
<Bind amulets/@A_Bind>\
<Bind scrolls/@Z_Bind>\
<Back/@MBind>

[@P_Bind]
<Bundle/@ch_Bind1> (HP)DrugLarge\
<Bundle/@ma_Bind1> (MP)DrugLarge\
<Bundle/@ch_Bind2> (HP)DrugMedium\
<Bundle/@ma_Bind2> (MP)DrugMedium\
<Bundle/@ch_Bind3> (HP)DrugSmall\
<Bundle/@ma_Bind3> (MP)DrugSmall\
<Back/@Bind>


[@A_Bind]
Do you want to Bind amulets? Ok Sir/Ma'am.\
Have 6 of them first.\
Pay me 100 gold for each bundle.\
Be careful and check your bag weight limit.\ \
<Pay 100 gold and Bind/@am_Bind1> Amulet\
<Back/@Bind>\
<Give up/@exit>


[@Z_Bind]
<Bind/@zum_Bind1> DungeonEscape scrolls\
<Bind/@zum_Bind2> RandomTeleport scrolls\
<Bind/@zum_Bind3> TownTeleport scrolls\
<Bind/@zum_Bind4> TeleportHome scrolls\
<Back/@Bind>

[@ch_Bind1]
#IF
checkitem (HP)DrugLarge 6
#ACT
goto @ch_Bind1_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ch_Bind1_1]
#IF 
checkgold 100
checkitem (HP)DrugLarge 6
#ACT
take gold 100
take (HP)DrugLarge 6
give (HP)DrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if u do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind1]
#IF
checkitem (MP)DrugLarge 6
#ACT
goto @ma_Bind1_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind1_1]
#IF 
checkgold 100
checkitem (MP)DrugLarge 6
#ACT
take gold 100
take (MP)DrugLarge 6
give (MP)DrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back when you have enough potions.\ \
<Cancel/@exit>

[@ch_Bind2]
#IF
checkitem (HP)DrugMedium 6
#ACT
goto @ch_Bind2_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ch_Bind2_1]
#IF 
checkgold 100
checkitem (HP)DrugMedium 6
#ACT
take gold 100
take (HP)DrugMedium 6
give (HP)MediumDrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind2]
#IF
   checkitem (MP)DrugMedium 6
#ACT
   goto @ma_Bind2_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ma_Bind2_1]
#IF 
checkgold 100
checkitem (MP)DrugMedium 6
#ACT
take gold 100
take (MP)DrugMedium 6
give (MP)MediumDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ch_Bind3]
#IF
checkitem (HP)DrugSmall 6
#ACT
goto @ch_Bind3_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ch_Bind3_1]
#IF 
checkgold 100
checkitem (HP)DrugSmall 6
#ACT
take gold 100
take (HP)DrugSmall 6
give (HP)SmallDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind3]
#IF
checkitem (MP)DrugSmall 6
#ACT
goto @ma_Bind3_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ma_Bind3_1]
#IF 
checkgold 100
checkitem (MP)DrugSmall 6
#ACT
take gold 100
take (MP)DrugSmall 6
give (MP)SmallDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@zum_Bind1]
#IF
checkitem DungeonEscape 6
#ACT
goto @zum_Bind1_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind1_1]
#IF 
checkgold 100
checkitem DungeonEscape 6
#ACT
take gold 100
take DungeonEscape 6
give DungeonEscapeBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>



[@zum_Bind2]
#IF
   checkitem RandomTeleport 6
#ACT
   goto @zum_Bind2_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>

[@zum_Bind2_1]
#IF 
checkgold 100
checkitem RandomTeleport 6
#ACT
take gold 100
take RandomTeleport 6
give RandomTeleportBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if u do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind3]
#IF
checkitem TownTeleport 6
#ACT
goto @zum_Bind3_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind3_1]
#IF 
checkgold 100
checkitem TownTeleport 6
#ACT
take gold 100
take TownTeleport 6
give TownTeleportBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>



[@zum_Bind4]
#IF
checkitem TeleportHome 6
#ACT
goto @zum_Bind4_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind4_1]
#IF 
checkgold 100
checkitem TeleportHome 6
#ACT
take gold 100
take TeleportHome 6
give TeleportHomeBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@am_Bind1]
#IF
checkitem Amulet 6
#ACT
goto @am_Bind1_1
#ELSESAY
You do not have the needed amount of amulets.\
Please come Back if you do have enough amulets.\ \
<Cancel/@exit>

[@am_Bind1_1]
#IF 
checkgold 100
checkitem Amulet 6
#ACT
take gold 100
take Amulet 6
give AmuletBundle 1
#SAY
Your amulets are bundled.\
Would you like to bundle more?\ \
<Bind more/@A_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of amulets.\
Please come Back if u do have enough amulets.\ \
<Cancel/@exit>
 
Upvote 0

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
tbh i dont get it it all looks in order, only thing i can suggest is just trying another npc,
save ur npc elsewere and wack this in its place and try it ...

Code:
; ===================================
; Market Def NPC File : 6Bwh-0
; BichonProvince
; -----------------------------------
; Name: Brittany
; Job: 
; Map No: 0
; Pos X 301
; Pos Y 257
; File name: *removed*
; Comment: BichonProvince

;================================================= =
;
; Brief Description of the switches used in this NPC.
; [306] - Unknown
;

;Settings
(@buy @sell @repair @s_repair @storage @getBack)
%100


;Pkr Tag (NPC won't talk to Pkrs)
[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1


[@main-1]
#IF
random 10
#ACT
goto @QUEST
#ELSEACT
goto @normal

[@QUEST]
#IF
check [305] 1
#ACT
goto @Q305
#ELSEACT
goto @normal

[@Q305]
#IF
#ACT
SET [306] 1
#SAY
Do you look for a cook?\
Look.. well.. I know nothing about cooking\ 
but I have heard about a cook called Kumbun\
who lives in Serpent Valley. You can check there maybe...\ \
<Ok/@exit>



[@normal]
How can I help you, Sir/Ma'am?\
We keep people's items here for free.\
Do you want to use this service?\ \
<Deposit/@storage>\
<Withdraw/@getBack>\
<Bind/@mBind> scrolls,amulets or drugs\
<Close/@exit>


[@storage]
You have currently stored <$SAVEITEM> valuables.\
You can still place <$REMAINSAVEITEM> more valuables.\
You want to keep you item here, Sir/Ma'am?\
Of course you can.\
Please show me the items you want to deposit.\ \
<Back/@main>

[@getBack]
You have currently stored <$SAVEITEM> valuables.\
This is the list of items you have deposited here.\
Please choose the item you wish to withdraw.\ \
<Back/@main>

[@MBind]
#IF
#SAY
How can I help you, Sir/Ma'am?\
<Exchange/@changeGold>the money to gold bars\
<Exchange/@changeMoney>the gold bars to money\
<Bind/@Bind>\
<Close/@exit>

[@changeGold]
#IF
checkgold 1000000
#SAY
Do you want to change money into a goldbar?\
The commission is 2000 gold\
<Exchange/@changeGold_1>\
<Cancel/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come Back when you have enough money.\ \
<Back/@main>

[@changeGold_1]
#IF 
checkgold 1002000
#ACT
take gold 1002000
give GoldBar 1
#SAY
I Exchanged your money into goldbar.\
Would you like to Exchange more?\\
<Exchange more/@changeGold> \
<Back/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come Back when you have enough money.\ \
<Back/@main>

[@changeMoney]
#IF
checkitem GoldBar 1
#SAY 
Do you want to change goldbar into money?\
The commission is 2000 gold\
<Exchange/@changeMoney_1>\
<Cancel/@exit>

#ELSESAY
You have no GoldBar for me to Exchange...\
Come Back only if you do have one.\ \
<Cancel/@exit>

[@changeMoney_1]
#IF
checkitem GoldBar 1
checkgold 49002001
#SAY
You cannot Exchange goldbar into money.\
your bankbalance would exceed its limit.\ \
<Cancel/@exit>

#ELSEACT
goto @changeMoney_2


[@changeMoney_2]
#IF 
checkitem GoldBar 1
#ACT
take GoldBar 1
give gold 998000
#SAY
GoldBar was Exchanged into money.\
Would you like to Exchange more?\ \
<Exchange more/@changeMoney>\
<Cancel/@exit>

[@Bind]
Sir/Ma'am, I can Bind your drugs, amulets and scrolls.\
You pay me 100 gold, I will Bind them and make a bundle\
for you. Do you want to Bind your items, Sir,Ma'am?\ \
<Bind drugs/@P_Bind>\
<Bind amulets/@A_Bind>\
<Bind scrolls/@Z_Bind>\
<Back/@MBind>

[@P_Bind]
<Bundle/@ch_Bind1> (HP)DrugLarge\
<Bundle/@ma_Bind1> (MP)DrugLarge\
<Bundle/@ch_Bind2> (HP)DrugMedium\
<Bundle/@ma_Bind2> (MP)DrugMedium\
<Bundle/@ch_Bind3> (HP)DrugSmall\
<Bundle/@ma_Bind3> (MP)DrugSmall\
<Back/@Bind>


[@A_Bind]
Do you want to Bind amulets? Ok Sir/Ma'am.\
Have 6 of them first.\
Pay me 100 gold for each bundle.\
Be careful and check your bag weight limit.\ \
<Pay 100 gold and Bind/@am_Bind1> Amulet\
<Back/@Bind>\
<Give up/@exit>


[@Z_Bind]
<Bind/@zum_Bind1> DungeonEscape scrolls\
<Bind/@zum_Bind2> RandomTeleport scrolls\
<Bind/@zum_Bind3> TownTeleport scrolls\
<Bind/@zum_Bind4> TeleportHome scrolls\
<Back/@Bind>

[@ch_Bind1]
#IF
checkitem (HP)DrugLarge 6
#ACT
goto @ch_Bind1_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ch_Bind1_1]
#IF 
checkgold 100
checkitem (HP)DrugLarge 6
#ACT
take gold 100
take (HP)DrugLarge 6
give (HP)DrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if u do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind1]
#IF
checkitem (MP)DrugLarge 6
#ACT
goto @ma_Bind1_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind1_1]
#IF 
checkgold 100
checkitem (MP)DrugLarge 6
#ACT
take gold 100
take (MP)DrugLarge 6
give (MP)DrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back when you have enough potions.\ \
<Cancel/@exit>

[@ch_Bind2]
#IF
checkitem (HP)DrugMedium 6
#ACT
goto @ch_Bind2_1
#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ch_Bind2_1]
#IF 
checkgold 100
checkitem (HP)DrugMedium 6
#ACT
take gold 100
take (HP)DrugMedium 6
give (HP)MediumDrugBundle 1
#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind2]
#IF
   checkitem (MP)DrugMedium 6
#ACT
   goto @ma_Bind2_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ma_Bind2_1]
#IF 
checkgold 100
checkitem (MP)DrugMedium 6
#ACT
take gold 100
take (MP)DrugMedium 6
give (MP)MediumDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ch_Bind3]
#IF
checkitem (HP)DrugSmall 6
#ACT
goto @ch_Bind3_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ch_Bind3_1]
#IF 
checkgold 100
checkitem (HP)DrugSmall 6
#ACT
take gold 100
take (HP)DrugSmall 6
give (HP)SmallDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>

[@ma_Bind3]
#IF
checkitem (MP)DrugSmall 6
#ACT
goto @ma_Bind3_1

#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@ma_Bind3_1]
#IF 
checkgold 100
checkitem (MP)DrugSmall 6
#ACT
take gold 100
take (MP)DrugSmall 6
give (MP)SmallDrugBundle 1

#SAY
Your potions are bundled.\
Would you like to bundle more?\ \
<Bind more/@P_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions.\
Please come Back if you do have enough potions.\ \
<Cancel/@exit>


[@zum_Bind1]
#IF
checkitem DungeonEscape 6
#ACT
goto @zum_Bind1_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind1_1]
#IF 
checkgold 100
checkitem DungeonEscape 6
#ACT
take gold 100
take DungeonEscape 6
give DungeonEscapeBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>



[@zum_Bind2]
#IF
   checkitem RandomTeleport 6
#ACT
   goto @zum_Bind2_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>

[@zum_Bind2_1]
#IF 
checkgold 100
checkitem RandomTeleport 6
#ACT
take gold 100
take RandomTeleport 6
give RandomTeleportBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if u do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind3]
#IF
checkitem TownTeleport 6
#ACT
goto @zum_Bind3_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind3_1]
#IF 
checkgold 100
checkitem TownTeleport 6
#ACT
take gold 100
take TownTeleport 6
give TownTeleportBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>



[@zum_Bind4]
#IF
checkitem TeleportHome 6
#ACT
goto @zum_Bind4_1

#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@zum_Bind4_1]
#IF 
checkgold 100
checkitem TeleportHome 6
#ACT
take gold 100
take TeleportHome 6
give TeleportHomeBundle 1

#SAY
Your teleports are bundled.\
Would you like to bundle more?\ \
<Bind more/@z_Bind>\
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports.\
Please come Back if you do have enough teleports.\ \
<Cancel/@exit>


[@am_Bind1]
#IF
checkitem Amulet 6
#ACT
goto @am_Bind1_1
#ELSESAY
You do not have the needed amount of amulets.\
Please come Back if you do have enough amulets.\ \
<Cancel/@exit>

[@am_Bind1_1]
#IF 
checkgold 100
checkitem Amulet 6
#ACT
take gold 100
take Amulet 6
give AmuletBundle 1
#SAY
Your amulets are bundled.\
Would you like to bundle more?\ \
<Bind more/@A_Bind>\
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of amulets.\
Please come Back if u do have enough amulets.\ \
<Cancel/@exit>

Sorry m8 can you explain more cuz i cant understand sorry
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
use your same txt move it to market def folder

then add the info needed to marchert txt

then remove the line for storage npc from npc txt
 
Upvote 0

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
its still not working
if you dont mind put simple example for me please ?
 
Upvote 0

K_Jonzy

Golden Oldie
Golden Oldie
Oct 8, 2008
590
15
125
My House
take the txt u have and save it inside m2server>envir>market_def
then open sql and open TBL_MERCHANT and make a column with the information u need to make a npc, as its not a npc its a merchant
 
Upvote 0

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
take the txt u have and save it inside m2server>envir>market_def
then open sql and open TBL_MERCHANT and make a column with the information u need to make a npc, as its not a npc its a merchant

i made like you said but still not workin
 
Upvote 0

K_Jonzy

Golden Oldie
Golden Oldie
Oct 8, 2008
590
15
125
My House
have you got teamviewer?

edit ; if so turn it on and give me ur id and pass through pricate message and ill sort it for ya
 
Upvote 0

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
i have some thing i cant fix it
please explain me how to fix it
1st iam using server files 1.9
my store npc thats it looks like this when i click on it
View attachment 10760

-Then when i click on store item it didnt open for me Place to put item on it and store like this
View attachment 10761

-and when i take back item it didnt open list of my store like this
View attachment 10762

-and thats my npc.txt
Code:
;Settings
(@buy @sell @repair @s_repair @storage @getback)
%100

[@main]
What can I do for you?\
Please feel free to store items, we dont charge for custody.\ \
<Store/@storage>item\
<TakeBack/@getback>item\
<Exit/@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>
How i can fix that
please explain what i have to do ?!!

Please i still got this problem and i cant fix it yet
iam using 1.9 files
any help please ?
 
Upvote 0

Trinity2.3

Dedicated Member
Dedicated Member
Jun 15, 2010
154
0
42
When you relocated the location of the script to market def did you reboot the server ?
 
Upvote 0

Troyx

Dedicated Member
Dedicated Member
Sep 17, 2010
25
0
27
so what i have to do bro ?

fixed thanks all :P
 
Last edited by a moderator:
Upvote 0