• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

changing rates

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 14, 2018
Messages
34
Reaction score
1
yeah i know this has been asked a million times,

and I know how to do it, I am just having one problem.

I opened the "EventFunc" which was located in the Resource folder, and i opened it and edit the local fGoldDropFactor = 1

i changed mine from 1 to 500, and i saved it when i enter in game to test it, it still same..like nothing changed. The monsters are still dropping low gold like 6-9 penya

so i don't know, did i edit the wrong one?? I saw so many guides on here showing how to do it, and i did exactly what they say but it didn't do anything lol
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
yeah i know this has been asked a million times,

and I know how to do it, I am just having one problem.

I opened the "EventFunc" which was located in the Resource folder, and i opened it and edit the local fGoldDropFactor = 1

i changed mine from 1 to 500, and i saved it when i enter in game to test it, it still same..like nothing changed. The monsters are still dropping low gold like 6-9 penya

so i don't know, did i edit the wrong one?? I saw so many guides on here showing how to do it, and i did exactly what they say but it didn't do anything lol

Try this in Event.lua:

Code:
AddEvent( "My Awesome Penya Rate" )
--{
	SetTime( "2007-06-08 14:23", "2099-12-12 16:11" )
	SetGoldDropFactor( 500 )
--}
 
Upvote 0
Newbie Spellweaver
Joined
Dec 14, 2018
Messages
34
Reaction score
1
I did, I went to my server Resource folder > Luafunc > Eventfunc

and i changed the local fGoldDropFactor = 1
i made the 1 to 500 and it didnt work.

I saw all the guides out there show this, idk why it not working for me
 
Upvote 0
Status
Not open for further replies.
Back
Top