FLYFF GURU
Beginner5 minutes

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

  1. Open your server resource folder and edit Event.lua.

  2. 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 multiplier
  3. Adjust each multiplier to your desired rate. SetExpFactor(10) means 10× EXP, SetGoldDropFactor(50) means 50× gold, etc.

  4. 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.

  5. 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 $99
💙 PayPal
💚 GCash
🪙 Crypto

Avail now before the timer runs out:

00
Hours
00
Mins
00
Secs

Related Tutorials