7GrandDadPGN / VapeV4ForRoblox

Vape V4 for Roblox, A project that has been in development for 4+ years.
Creative Commons Zero v1.0 Universal
189 stars 337 forks source link

Fix autobuy #252

Closed scrxpted7327 closed 9 months ago

scrxpted7327 commented 9 months ago

the whole time you have been autobuying improperly (near upgrade npc = attempt to purchase items). the issue was for i,v in next, (buyfunctions) do v(inv, currentupgrades, npctype and 'upgrade' or 'item') end

I replaced it with for i,v in next, (buyfunctions) do v(inv, currentupgrades, npctype and 'item' or 'upgrade') end

7GrandDadPGN commented 9 months ago

I couldn't understand because oldvape code is really bad, I'll look into it before merging.

7GrandDadPGN commented 9 months ago

Cannot repro the upgrade npc issue, I have fixed the shop table.