ahloi007 Posted March 30, 2020 Posted March 30, 2020 (edited) Hi, everyone.. I wan to disable the zeny reward. what should I do? setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/20,getbattleflag("job_exp_rate")/20,10; This is euphy hunting mission NPC script Edited March 30, 2020 by ahloi007 Quote
0 LuLu Posted March 30, 2020 Posted March 30, 2020 Spoiler getbattleflag("base_exp_rate")/20,getbattleflag("job_exp_rate")/20,0; maybe that or just remove the part that gives zeny on the script. Quote
Question
ahloi007
Hi, everyone.. I wan to disable the zeny reward.
what should I do?
setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/20,getbattleflag("job_exp_rate")/20,10;
This is euphy hunting mission NPC script
Edited by ahloi0071 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.