Csjete wrote: ↑Tue Apr 09, 2024 12:18 pm
RedHotRabbit wrote: ↑Tue Apr 09, 2024 5:12 am
I was able to get it to work on my first try it worked easily, i think it does work with other items but i did something stupid and tried to auto sort it into the inventory and boomed my friends server so ill test it out again once they reset it.
Remember! 9,999 is the max item for any single item. If you sort the inventory past what the maximum sltos can hold, you will crash and be unable to load back in. Only way to bypass this would be to make some sort of inventory hack to increase the maximum slots.
ok the server came back online and i cant seem to do it anymore. for some reason the stack wont split while i have the script on and sometimes it seems to make everything in my inventory including equips have high numbers (and make me encumbered lol) i got it to work just fine the first time so im not sure what could have changed.
When it was working, when i used it the numbers were large negative numbers and when i split the stack it always showed me as taking one out of the stack. while it isn't working, I'm getting a large positive number and when i split it it shows me exactly half of the fake number (just like it normally does) i didn't edit the script at all the first time and it worked. now i tried going in and changing both
(mult,$1000,INJECT) to (mult,$1,INJECT)
and
mult:
db (int)10 to db (int)1
and nothing changed. i dont know if any of that helps you understand what the issue might be since i cant describe it in code, but perhaps you might be able to glean some info from that.