Benediction Bundle

smoochy boys on tour

dongargon

Dedicated Member
Dedicated Member
Apr 16, 2003
20
0
97
has any1 made a bene bundle thats works proper, if so could sum1 help me out plz thank you
 

Hawky

Dedicated Member
Dedicated Member
May 12, 2003
185
0
112
Ok there are a number of steps you need to do to get this to work.

1. First go to the file UnBindList.txt and add a line for the bene bundle by using the next available number ie 115 as shown below

100 (HP)DrugLarge
101 (MP)DrugLarge
102 (HP)DrugSmall
103 (MP)DrugSmall
104 (HP)DrugMedium
105 (MP)DrugMedium
106 DungeonEscape
107 RandomTeleport
108 TownTeleport
109 TeleportHome
110 GambleChip
111 Amulet
112 MagicElixir
114 GoldBar
115 BenedictionOil

2. Create an item in your stditems db something like this but use whatever name u want;

608 BeneBundle 31 115 6 0 0 0 0 0 1336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 750000 5

3. Add the item BeneBundle to your drop sheets for mobs or on NPC's

4. Make a Bundling NPC as shown below. This guy will bundle goldbras, potions, scrolls, etc

I will do another post with the script for NPC cos its too long for one post...
 
Upvote 0

Hawky

Dedicated Member
Dedicated Member
May 12, 2003
185
0
112
OK here's the script for the npc..... it is in 2 parts as its too long for one post... see post below for other half.


;¹«±â
%100
[@main]
{NPCIMG/350}
Welcome To My Gold Exchange Store.\
<Exchange money into gold bar/@changeGold>\
<Exchange GoldBar into money/@changeMoney>\
<Bundle Items/@bind>\
<Cancel/@exit>
[@changeGold]
#IF
checkgold 1000000
#SAY
Do you want to change money into GoldBar? \
The commission is 2000 gold \
<Exchange/@changeGold_1> \
<Cancel/@exit>
#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come back if you have enough money.\
<Back/@main>

[@changeGold_1]
#IF
checkbaggage
checkgold 1002000
#ACT
take gold 1002000
give GoldBar 1
#SAY
I exchanged your money into GoldBar. \
Would you like to exchange more ? \ \
<Exhange/@changeGold>\
<Back/@exit>
#ELSESAY
Why do you ask me whilst lacking the funds?\
Please come back if 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 u do have one.\ \
<Cancel/@exit>

[@changeMoney_1]
#IF
checkitem GoldBar 1
checkgold 4002001
#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/@changeMoney> \
<Cancel/@exit>


[@bind]
I can bundle potions and all kinds of teleport.\
The commission is 100 gold for each bundle.\
<Bundle/@P_bind> Potions \
<Bundle/@Z_bind> Teleports \
<Bundle/@g_bind> GoldBars

[@g_bind]
#IF
checkitem GoldBar 6
#ACT
goto @g_bind_1
#ELSESAY
You do not have the needed amount of Gold Bars. \
Please come back if u do have enough. \ \
<Cancel/@exit>

[@g_bind_1]
#IF
checkgold 100000
checkitem GoldBar 6
#ACT
take gold 100000
take GoldBar 6
give GoldChest 1
#SAY
Your Gold bars are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>


[@P_bind]
<Bundle/@ch_bind1> (HP)DrugLarge \
<Bundle/@ma_bind1> (MP)DrugLarge \
<Bundle/@ch_bind2> (HP)DrugMedium \
<Bundle/@ma_bind2> (MP)DrugMedium \
<Bundle/@me_bind1> MagicElixir\
<Bundle/@am_bind1> Amulet\
<Bundle/@be_bind1> Benediction Oil\
<Bundle/@wb_bind1> WarriorBrew\
<Back/@bind>

[@Z_bind]
<Bundle/@zum_bind1> DungeonEscape \
<Bundle/@zum_bind2> RandomTeleport \
<Bundle/@zum_bind3> TownTeleport \
<Bundle/@zum_bind4> TeleportHome \
<Back/@bind>

[@be_bind1]
#IF
checkitem BenedictionOil 6
#ACT
goto @be_bind1_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@be_bind1_1]
#IF
checkgold 10000
checkitem BenedictionOil 6
#ACT
take gold 10000
take BenedictionOil 6
give BeneBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>


[@wb_bind1]
#IF
checkitem WarriorsBrew 6
#ACT
goto @wb_bind1_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@wb_bind1_1]
#IF
checkgold 10000
checkitem WarriorsBrew 6
#ACT
take gold 10000
take WarriorsBrew 6
give WarriorBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>


[@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 u 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 ?\ \

<Bundle up again/@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 u 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 ?\ \

<Bundle up again/@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>

[@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 u 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)BundleMedium 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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_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 u 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)BundleMedium 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>


[@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 u 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)BundleSmall 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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_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 u 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)BundleSmall 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>

[@me_bind1]
#IF
checkitem MagicElixir 6
#ACT
goto @me_bind1_1

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


[@me_bind1_1]
#IF
checkgold 100
checkitem MagicElixir 6
#ACT
take gold 100
take MagicElixir 6
give ElixirBundle 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>
 
Upvote 0

Hawky

Dedicated Member
Dedicated Member
May 12, 2003
185
0
112
ok heres the 2nd half of the npc script;


[@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 u do have enough amulets. \ \
<Cancel/@exit>


[@am_bind1_1]
#IF
checkgold 100
checkitem amulet 6
#ACT
take gold 100
take amulet 6
give AmuletPack 1

#SAY
Your amulets are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@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>


[@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 u do have enough teleports. \ \
<Cancel/@exit>


[@zum_bind1_1]
#IF
checkgold 100
checkitem DungeonEscape 6
#ACT
take gold 100
take DungeonEscape 6
give Escapebundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \

<Bundle again/@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_bind2]
#IF
checkitem RandomTeleport 6
#ACT
goto @zum_bind2_1

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

[@zum_bind2_1]
#IF
checkgold 100
checkitem RandomTeleport 6
#ACT
take gold 100
take RandomTeleport 6
give RandomBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@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 u do have enough teleports. \ \
<Cancel/@exit>



[@zum_bind3_1]
#IF
checkgold 100
checkitem TownTeleport 6
#ACT
take gold 100
take TownTeleport 6
give TownTeleBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@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_bind4]
#IF
checkitem TeleportHome 6
#ACT
goto @zum_bind4_1

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


[@zum_bind4_1]
#IF
checkgold 100
checkitem TeleportHome 6
#ACT
take gold 100
take TeleportHome 6
give TeleHomeBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@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>
 
Upvote 0

SoulSeeker

LOMCN VIP
VIP
Jul 22, 2003
327
0
153
England
Hawky said:
Ok there are a number of steps you need to do to get this to work.

1. First go to the file UnBindList.txt and add a line for the bene bundle by using the next available number ie 115 as shown below

100 (HP)DrugLarge
101 (MP)DrugLarge
102 (HP)DrugSmall
103 (MP)DrugSmall
104 (HP)DrugMedium
105 (MP)DrugMedium
106 DungeonEscape
107 RandomTeleport
108 TownTeleport
109 TeleportHome
110 GambleChip
111 Amulet
112 MagicElixir
114 GoldBar
115 BenedictionOil

2. Create an item in your stditems db something like this but use whatever name u want;

608 BeneBundle 31 115 6 0 0 0 0 0 1336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 750000 5

3. Add the item BeneBundle to your drop sheets for mobs or on NPC's

4. Make a Bundling NPC as shown below. This guy will bundle goldbras, potions, scrolls, etc

I will do another post with the script for NPC cos its too long for one post...
That Isnt How It Works, I Have In Mir2 I Have.
 
Upvote 0

COPY

Dedicated Member
Dedicated Member
Apr 22, 2003
140
0
113
Bed Room
i wanna correct a mob neva mind a admin but he is talking about mir 3 O_o...................if u look at the section u will c
 
Upvote 0

SoulSeeker

LOMCN VIP
VIP
Jul 22, 2003
327
0
153
England
faile said:
i wanna correct a mob neva mind a admin but he is talking about mir 3 O_o...................if u look at the section u will c
Maybe Your Correct? However, I Know Where Is Where... Also I Did Answer And Reply According To The Mir3 Server Isue, However I Did Reply About The Main Topic. Bene Bun, All I Said Is I Have Done It In Mir2, Noting Down Its Possible, But Thanx For Your Concern, Appreciate It :P.
 
Upvote 0