adivirus Posted September 14, 2015 Posted September 14, 2015 Hi, is there any working multiple item use mod for v2? thanks. Quote
KyleMassacre Posted September 14, 2015 Posted September 14, 2015 Not that I know of but if you have Dave's donation system his can handle that I believe Quote
Veramys Posted September 15, 2015 Posted September 15, 2015 I think he means something like using more than one healing item at a time. I could be wrong though. Quote
adivirus Posted September 15, 2015 Author Posted September 15, 2015 I think he means something like using more than one healing item at a time. I could be wrong though. Yep, that's right :) multiple item use is good for medicinals and special items like IQ and any other item that have an effect in the itemuse.php. like for example an iq item that gives +20 iq .. instead of clicking multiple times to use let's say 100 items, just to enter the quantity and gives you 100x20 IQ and so on.. Quote
G7470 Posted September 15, 2015 Posted September 15, 2015 This might not exist as a mod, but this can easily be changed with the current files that you already have. In item_use.php, instead of just using 1, ask for a quantity, and THEN use the item(s). That shouldn't be too bad. ~G7470 Quote
adivirus Posted September 15, 2015 Author Posted September 15, 2015 This might not exist as a mod, but this can easily be changed with the current files that you already have. In item_use.php, instead of just using 1, ask for a quantity, and THEN use the item(s). That shouldn't be too bad. ~G7470 yea, i will end up by doing it by myself :) thought there is already an existing improved and secured itemuse.php Quote
Uridium Posted September 15, 2015 Posted September 15, 2015 id also add a limiter so only a few of each item can be taken at once or have it so if the users health needs 3 to fill the bar then only 3 items can be taken Quote
adivirus Posted September 15, 2015 Author Posted September 15, 2015 id also add a limiter so only a few of each item can be taken at once or have it so if the users health needs 3 to fill the bar then only 3 items can be taken interesting, thanks for the tip. Quote
Samurai Legend Posted September 16, 2015 Posted September 16, 2015 I have this modification, certain Item Types and Items can only be used with the multiple item use. [ATTACH=CONFIG]2197[/ATTACH] [ATTACH=CONFIG]2198[/ATTACH] I am willing to sell it for a price Quote
Veramys Posted September 17, 2015 Posted September 17, 2015 Or just code your own this would be really simple to code. Quote
adivirus Posted September 18, 2015 Author Posted September 18, 2015 I have this modification, certain Item Types and Items can only be used with the multiple item use. [ATTACH=CONFIG]2197[/ATTACH] [ATTACH=CONFIG]2198[/ATTACH] I am willing to sell it for a price Hi, thanks but i just did it by myself so users can now enter quantity directly from inventory. thanks anyway :P Quote
Dustin Rohel Posted May 8, 2023 Posted May 8, 2023 Ive been trying to do this myself and have had any luck, any tips? Quote
newttster Posted May 10, 2023 Posted May 10, 2023 On 5/7/2023 at 9:02 PM, Dustin Rohel said: Ive been trying to do this myself and have had any luck, any tips? The itembuy.php file gives you the option of buying any number of a said item, as long as the currency is available. Try working from that file. Should be a fairly easy conversion to do what you want it to do. Quote
Dustin Rohel Posted May 10, 2023 Posted May 10, 2023 Not wanting to "Buy" items want to be able to "Use" Multiple items at once Quote
Uridium Posted May 10, 2023 Posted May 10, 2023 4 hours ago, newttster said: The itembuy.php file gives you the option of buying any number of a said item, as long as the currency is available. Try working from that file. Should be a fairly easy conversion to do what you want it to do. Dustin read whats written you can do this yourself Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.