Extended Vending System UPDATED rev14395! by Lilith

1394281135-U6443.jpg


Help me pls. Hercules v.13895

 
Last edited by a moderator:
item_db2.txt sample using old version model will make people got errors
default_tongue.png


 
me to got error on map server

Code:
[Error]: script_set_constant2: Attempted to overwrite existing parameter 'Zeny' with a constant (value=30000).
 
me to got error on map server

[Error]: script_set_constant2: Attempted to overwrite existing parameter 'Zeny' with a constant (value=30000).
try to rename  the name of item id 30000

{

 Id: 30000

 AegisName: "Zeny"

 Name: "Zeny"

 Type: 3

 Sell: 10

 Weight: 10

},

 
you were right @Angelmelody but Cant vend with zeny or cash the notice will show 'you dont have enought item'

9antxv.jpg


 
Last edited by a moderator:
you were right @Angelmelody but Cant vend with zeny or cash the notice will show 'you dont have enought item'

9antxv.jpg
You should have that much amount of zeny available.(client side issues)
 
Last edited by a moderator:
You should have that much amount of zeny available.(client side issues)
nope i have 100,000 zeny and 1,000 Cash like what you seen on the screen and sold item in 1,000 price,  and how about this Error on Map Server Console ?

[Error]: script_set_constant2: Attempted to overwrite existing parameter 'Zeny' with a constant (value=30000).
For now i channge "Zeny" in item_db2.conf to "Jeny"  to counter error in map server and in game my vend will shown " [Jeny] Name Shop ", is it this right fix for it ?? if buy is fail it will show " you dont have enought item  " Zeny and Cash isn't item right ??

OOT :

- Where is the #CASHPOINT is stored i have search in global_acc_reg_num and char_reg_num_db is not there

 
Last edited by a moderator:
About zeny, you only need to change

AegisName: "Zeny"

Cashpoint variable is #CASHPOINTS

you can check that variable value by typing "@set #CASHPOINTS", you can also set cashpoint by command "@set #CASHPOINTS 1000"

this will set your cashpoints to 1000.

(try using some item as requirements, and check if you can buy...)

 
Last edited by a moderator:
About zeny, you only need to change

AegisName: "Zeny"

Cashpoint variable is #CASHPOINTS

you can check that variable value by typing "@set #CASHPOINTS", you can also set cashpoint by command "@set #CASHPOINTS 1000"

this will set your cashpoints to 1000.

(try using some item as requirements, and check if you can buy...)
for item as price was working as intended, but for cash and zeny cant buy it even the price is 1.00 and i have 10.000 cash or zeny " you dont have enought item "

 
About zeny, you only need to change

AegisName: "Zeny"

Cashpoint variable is #CASHPOINTS

you can check that variable value by typing "@set #CASHPOINTS", you can also set cashpoint by command "@set #CASHPOINTS 1000"

this will set your cashpoints to 1000.

(try using some item as requirements, and check if you can buy...)
for item as price was working as intended, but for cash and zeny cant buy it even the price is 1.00 and i have 10.000 cash or zeny " you dont have enought item "
Yeah! 

 
Back
Top