Hi i have little problem with my top adena web script. My problem is that when someone have adena in inventory and in warehouse too, he is in top adena rank two times. One with adena in inventory and one time with adena in warehouse. I need help with command that will show only total amount of adena per user. If someone can help i will be glad :)
this is what i got in script:
WHERE builder = 0 AND account_id > 0 AND user_item.item_type = 57
ORDER BY adena DESC
dunno what command should have for warehouse column to count as one...
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Check the Player or ManufactureList classes first—there’s usually a hardcoded cap in there, like 20 slots for Interlude. If you spot something like maxSlots = 20, that’s the limit, and you can tweak it.
Question
relic
Hi i have little problem with my top adena web script. My problem is that when someone have adena in inventory and in warehouse too, he is in top adena rank two times. One with adena in inventory and one time with adena in warehouse. I need help with command that will show only total amount of adena per user. If someone can help i will be glad :)
this is what i got in script:
WHERE builder = 0 AND account_id > 0 AND user_item.item_type = 57
ORDER BY adena DESC
dunno what command should have for warehouse column to count as one...
Thanks
1 answer to this question
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.
Note: Your post will require moderator approval before it will be visible.