Moooooon-Aisha Posted February 6, 2023 Posted February 6, 2023 (getmonsterinfo(getd("."+.@loc_quest+"_mobs["+.@mob_quest+"]"),MOB_LV)/3) * (3/10); I am using the following code above to calculate some bonus XP or points for my NPC, but it just results in a 0, what would be the correct formula here? Thank you! Quote
0 Moooooon-Aisha Posted February 6, 2023 Author Posted February 6, 2023 Resolved my issue with this code ((getmonsterinfo(getd("."+.@loc_quest+"_mobs["+.@mob_quest+"]"),MOB_LV)/3) * 3) / 10); If anyone has a better formula, please feel free to chime in. Quote
Question
Moooooon-Aisha
(getmonsterinfo(getd("."+.@loc_quest+"_mobs["+.@mob_quest+"]"),MOB_LV)/3) * (3/10);
I am using the following code above to calculate some bonus XP or points for my NPC, but it just results in a 0, what would be the correct formula here? 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.