View Full Version : cart question
chaotic_noob
6th July 2004, 14:20
is it possible to get an item in your cart and put it in your inventory? so that i can store potions in my cart and dont have to worry that my character would run out of it.
could someone explain it to me if its possible and how to configure it. thanks in advance. :D
aftermath
6th July 2004, 16:22
is it possible to get an item in your cart and put it in your inventory? so that i can store potions in my cart and dont have to worry that my character would run out of it.
could someone explain it to me if its possible and how to configure it. thanks in advance. :D
Hmm.. ok first of all its in your cart_control.txt in your control folder. Here's the syntax:
Syntax: <item name> <minimum keep amount in inventory> <auto-add flag> <auto-get flag>
For the red potion to add from your inventory to your cart, here's the line you have to add in your cart_control.txt
Red Potion 0 1 0 <-- this will add all your red potion that u hav in your inventory to your cart.
For the red potion to get from your cart to your inventory, here's the line you have to add in your cart_control.txt
Red Potion 50 0 1 <-- this will get 50 Red Potions from your cart and put it to your inventory.
Hope this explains it all. Gud luck.
chaotic_noob
6th July 2004, 16:29
hey thnx dude its working now
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.