Cant bind with string

Play Now

samhag

Dedicated Member
Dedicated Member
Jul 31, 2008
213
0
42
Cant bundle items like RT`s and pots with a piece of string, always get the message You cannot bundle this item.
Settings in TBL_STDITEMS, STDMode = 45, Source = 1

Anyone got any ideas? thx.
 

samhag

Dedicated Member
Dedicated Member
Jul 31, 2008
213
0
42
eeeerrrrrr, i have no idea.

have a file called Unbindlist.txt which has the following in it....

Code:
100 (HP)DrugSmall
101 (MP)DrugSmall
102 (HP)DrugMedium
103 (MP)DrugMedium
104 (HP)DrugLarge
105 (MP)DrugLarge
106 (HP)DrugXL
107 (MP)DrugXL
108 DungeonEscape
109 RandomTeleport
110 TownTeleport
111 TeleportHome
112 GambleChip
113 Amulet

should i have a Bindlist.txt as well cause i havent got one ???
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
M2Server/Envir/bindlist.txt

30 (HP)SmallDrugBundle
205 (HP)DrugBundle
206 (MP)DrugBundle

The number before item is the FLD_ID of the Bundled item.
 
Upvote 0

akacary2

LOMCN Veteran
Veteran
Loyal Member
Dec 11, 2008
274
1
44
Hartlepool
Did this ever get working cos i can unbind but not bind and I have followed this little guide :confused:

30 (HP)SmallDrugBundle
205 (HP)DrugBundle
206 (MP)DrugBundle

The number before item is the FLD_ID of the Bundled item.
 
Upvote 0

Dave2

Dedicated Member
Dedicated Member
Jan 24, 2008
42
0
32
This is what should be in your BindList.txt File

Eg.
30 (HP)SmallDrugBundle

30 = The FLD_ID # of the SmallDrug (potion) and it will require 6 of them
the Item name (HP)SmallDrugBundle is the Result of the Said Bundled Items.

YOU SHOULD NOTICE - I have a GreyPoisonBundle and YellowPoisonBundle - You SHOULD go into your DB and find RedPoisonBundle and GreenPoisonBundle and change them to Yellow and Grey Respectively.

Code:
30    (HP)SmallDrugBundle
31    (MP)SmallDrugBundle
80    GreyPoisonBundle
82    YellowPoisonBundle
30    (HP)SmallDrugBundle
31    (MP)SmallDrugBundle
109    DungeonEscapeBundle
125    (HP)MediumDrugBundle
126    (MP)MediumDrugBundle
133    AmuletBundle
163    TownTeleportBundle
190    RandomTeleportBundle
203    TeleportHomeBundle
205    (HP)DrugBundle
206    (MP)DrugBundle
260    GambleChipBundle
606    (HP)DrugBundleXL
607    (MP)DrugBundleXL
 
Upvote 0

akacary2

LOMCN Veteran
Veteran
Loyal Member
Dec 11, 2008
274
1
44
Hartlepool
Cheers m8 I'll have a look at this when i have time
Do I have to change any values in the DB?

Edit: Tried and this still wont work >.< do I have to enable something in a .txt/ini file?
If possible cud u post ur db values for string please
 
Last edited:
Upvote 0

Dave2

Dedicated Member
Dedicated Member
Jan 24, 2008
42
0
32
613 String 45 0 1 0 1 0 849 0 0 0 0 0 0 0 0 0 0 0 0 0 100 50 1 0 1 1 1 1 1 1 1 1 3 String
 
Upvote 0

akacary2

LOMCN Veteran
Veteran
Loyal Member
Dec 11, 2008
274
1
44
Hartlepool
Mine is exactly the same but wont work lol.
Never mind al just mess bowt with it till it does :tongue1:
Thanks a lot for your help m8

Edit: Been taking a closer look at the .txt files to make sure they are spelt correctly etc and i noticed the silliest of mistakes lmao... I had actually saved the BindList as "BindList.txt" so was reading as BindList.txt.txt lol, Deleted the .txt and worked str8 away

Thanks again 4 help m8
 
Last edited:
Upvote 0