mawjustin Posted February 20, 2023 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 124 Reputation: 6 Joined: 09/26/14 Last Seen: August 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
1 Chaos92 Posted February 20, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 4 hours ago Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.