ahloi007 Posted March 30, 2020 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 10/15/12 Last Seen: May 23, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 LuLu Posted March 30, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share 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 Link to comment Share on other sites More sharing options...
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 ahloi007Link 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.