How can i edit the drop of monster ? like on RC
it only Drops 1 per mob
how can i put like 30 per mobs or something ?
Printable View
How can i edit the drop of monster ? like on RC
it only Drops 1 per mob
how can i put like 30 per mobs or something ?
Go to your Resource folder and find PropMover then use Notepad++ to edit the drops of the selected mob. Copy the item codes on propitem then paste it to PropMover then save. Restart your server so it will work.
lol? you want hem to edit EVERY monster on flyff? think beforn you reply dude -_-
do this:
1) go to Resource folder
2) find Event.lua and open it
3) go all way down to
4) under thad paste this:Quote:
-------------------------------------------------------------------------
---- Begin Script -------------------------------------------------------
-------------------------------------------------------------------------
Name of event: The name of your event, wil show up ing " Name of event is running" wil show upCode:AddEvent( "Name of event" )
--{
SetTime( "2010-02-23 00:00", "2019-02-25 23:59" )
SetItem( "II_CHP_RED", 100000000, 50, 15 )
2010-02-23 00:00", "2019-02-25 23:59: this is Begin and Ending time of event....
this event starts:events stops:Quote:
year: 2010 Month: 02 Day: 23 Hour: 00 Minutes: 00
II_CHP_RED: item thad wil be dropped, in this case Red ChipsQuote:
year: 2019 month: 02 day: 25 hour: 23 minutes: 59
100000000: how manny drop EACH DAY! just set this to a high number
50: amount of drop per monster kil(monsters wil drop 50x RC)
15 : minimum level to be drop (not sure if it's the player or mob level)
Hope this helped you
if you do it with a event, its gos faster tho... also more easy