mawjustin Posted February 20, 2023 Posted February 20, 2023 Hi Team, How do we remove a specific random option only? I understand that we can just reroll it instead of removing, but I'm curious if we can only remove it instead of reroll. Example: I want to remove Max HP +1 only. This script does not work. .enval = 0; .randomizedfinal = 0; setrandomoption(.part,.enindex,.randomizedfinal,.enval,0); Is there a way to do this via script? or if not can we do this via db? Thank you. Quote
1 Chaos92 Posted February 20, 2023 Posted February 20, 2023 7 hours ago, mawjustin said: Hi Team, How do we remove a specific random option only? I understand that we can just reroll it instead of removing, but I'm curious if we can only remove it instead of reroll. Example: I want to remove Max HP +1 only. This script does not work. .enval = 0; .randomizedfinal = 0; setrandomoption(.part,.enindex,.randomizedfinal,.enval,0); Is there a way to do this via script? or if not can we do this via db? Thank you. you can use db such as phpmyadmin. check the inventory table, see the data, should have the part for randomoption. Quote
Question
mawjustin
Hi Team,
How do we remove a specific random option only? I understand that we can just reroll it instead of removing, but I'm curious if we can only remove it instead of reroll.
Example: I want to remove Max HP +1 only.
This script does not work.
.enval = 0;
.randomizedfinal = 0;
setrandomoption(.part,.enindex,.randomizedfinal,.enval,0);
Is there a way to do this via script? or if not can we do this via db?
Thank you.
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.