How to Edit FlyFF Server Rates: EXP, Gold, and Drop
Set your server's EXP rate, item drop rate, piece drop rate, and gold (penya) rate by editing one block in Event.lua. Takes effect on next server restart.
What You'll Learn
- Where Event.lua lives in the resource folder
- How each Set* function maps to an in-game multiplier
- How rates apply globally vs. per-event
What You'll Need
- Access to the resource folder
- Server restart access (rates apply at startup)
Step-by-Step Guide
Open your server resource folder and edit Event.lua.
Find the rate block — it sits near the top of the file under the Begin Script header:
AddEvent( "Welcome To Rhisis [x2/x2/x6]" ) --{ SetTime( "2007-06-08 14:23", "2099-06-08 16:11" ) SetExpFactor( 2 ) -- EXP multiplier SetItemDropRate( 2 ) -- item drop rate SetPieceItemDropRate( 2 ) -- piece drop rate SetGoldDropFactor( 6 ) -- gold/penya drop multiplierAdjust each multiplier to your desired rate. SetExpFactor(10) means 10× EXP, SetGoldDropFactor(50) means 50× gold, etc.
SetTime defines when this event's rates are active. The default range covers years 2007 to 2099 — effectively always-on. Leave it as-is for permanent rate adjustments.
Save Event.lua and restart the server. Verify by killing a monster and checking the EXP/gold output.
Flash Sale! The FlyFF Ultimate 2026 Bundle!
Buy Now Before Our 92% OFF Promo Ends!
Buy now for only $99 for a limited time only! (Regular Price: $599)
Buy Now For only $99Avail now before the timer runs out:
Related Tutorials
How to Edit FlyFF Monster Drops, HP, and Attack
Change drop tables, drop chances, refine levels, and stats for any monster, giant, or boss in FlyFF — includin…
How to Edit FlyFF Level-Up Rewards
Give players free items at specific levels — perfect for newbie boost packages or milestone rewards. Configure…