I've tried increasing the number of buff slots by:
a) Increasing the number in the effect of the increase_div skill, but it seems that 4 is the cap that the daemon has. Changing p_enlarge_abnormal_slot;4 to p_enlarge_abnormal_slot;5 doesn't work.
b ) Adding this effect to other passive skills, e.g s_expertise_s, to make it stack (having both skills - increase_div + expertise on the char - p_enlarge_abnormal_slot;4 + p_enlarge_abnormal_slot;4 would be 8 ) doesn't work either.
Anything that can be done with scripts alone?
I have noticed that toggle skills don't count towards the buff slots (or have their own cap of 12 if that exists like s/d and debuffs). Any idea if could I make other buffs count towards this - count on the toggle's number -, instead of the regular buff slots, but keep being a "castable" buff? I have had no luck keeping the buff castable, aka not a toggle, and not counting towards the buff slots number at the same time.
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
ericvini
Using Gracia Final.
I've tried increasing the number of buff slots by:
a) Increasing the number in the effect of the increase_div skill, but it seems that 4 is the cap that the daemon has. Changing p_enlarge_abnormal_slot;4 to p_enlarge_abnormal_slot;5 doesn't work.
b ) Adding this effect to other passive skills, e.g s_expertise_s, to make it stack (having both skills - increase_div + expertise on the char - p_enlarge_abnormal_slot;4 + p_enlarge_abnormal_slot;4 would be 8 ) doesn't work either.
Anything that can be done with scripts alone?
I have noticed that toggle skills don't count towards the buff slots (or have their own cap of 12 if that exists like s/d and debuffs). Any idea if could I make other buffs count towards this - count on the toggle's number -, instead of the regular buff slots, but keep being a "castable" buff? I have had no luck keeping the buff castable, aka not a toggle, and not counting towards the buff slots number at the same time.
Any other ideas/ pov's would be appreciated.
Thanks.
Edited by ericvini21 answers 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.