-
Apprentice
[Help]Bugs
My Files Bugged For 2500X Penya i Need To Do 10000X Penya What to do ?
-
-
Member
Re: [Help]Bugs
change penya rate in eventfunc.lua?
-
Member
Re: [Help]Bugs
If you want to change your penya rate, you must first go to eventfunc.lua and edit the SECOND exp value (not the first, the first is an additional multiplyer) if yoru still strugglin, ill send you mine.
-
Apprentice
Re: [Help]Bugs
the penya still bugged can u send me your files pls ?
-
Apprentice
Re: [Help]Bugs
come on please help look my EventFunc.lua
function GetExpFactor()
local tList = GetEventList()
local fExpFactor = 5
for i in pairs(tList) do
if( tEvent[tList[i]].fExpFactor ~= nil ) then
fExpFactor = fExpFactor * tEvent[tList[i]].fExpFactor
end
end
return fExpFactor
end
-- ¾ְֵֶּ µו·׃· ¹ט¼צ
function SetItemDropRate( fItemDropRate )
local nEventId = table.getn(tEvent)
tEvent[nEventId].fItemDropRate = fItemDropRate
end
function GetItemDropRate()
local tList = GetEventList()
local fItemDropRate = 30
for i in pairs(tList) do
if( tEvent[tList[i]].fItemDropRate ~= nil ) then
fItemDropRate = fItemDropRate * tEvent[tList[i]].fItemDropRate
end
end
return fItemDropRate
end
-- °³÷° ¾ְֵֶּ µו·׃· ¹ט¼צ
function SetPieceItemDropRate( fPieceItemDropRate )
local nEventId = table.getn(tEvent)
tEvent[nEventId].fPieceItemDropRate = fPieceItemDropRate
end
function GetPieceItemDropRate()
local tList = GetEventList()
local fPieceItemDropRate = 250
for i in pairs(tList) do
if( tEvent[tList[i]].fPieceItemDropRate ~= nil ) then
fPieceItemDropRate = fPieceItemDropRate * tEvent[tList[i]].fPieceItemDropRate
end
end
return fPieceItemDropRate
end
-- ֶה³ִ µו·׃ ¹ט¼צ
function SetGoldDropFactor( fGoldDropFactor )
local nEventId = table.getn(tEvent)
tEvent[nEventId].fGoldDropFactor = fGoldDropFactor
end
function GetGoldDropFactor()
local tList = GetEventList()
local fGoldDropFactor = 2500
for i in pairs(tList) do
if( tEvent[tList[i]].fGoldDropFactor ~= nil ) then
fGoldDropFactor = fGoldDropFactor * tEvent[tList[i]].fGoldDropFactor
end
end
return fGoldDropFactor
end
i write 2500X penya but i get from mob in azria 2m..
-
Apprentice
-
Apprentice
Re: [Help]Bugs
lol i wait for answer 3days and no one answer..
-
Apprentice
-
Account Upgraded | Title Enabled!
Re: [Help]Bugs

Originally Posted by
omerbrbr
come on!
Use the search button.
Seriously..
Last edited by HolySinX; 24-10-10 at 05:21 PM.