[Help]Bugs

Results 1 to 9 of 9
  1. #1
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    [Help]Bugs

    My Files Bugged For 2500X Penya i Need To Do 10000X Penya What to do ?


  2. #2
    Member Cookiezzz is offline
    MemberRank
    Oct 2010 Join Date
    79Posts

    Re: [Help]Bugs

    change penya rate in eventfunc.lua?

  3. #3
    Member darren0020 is offline
    MemberRank
    Apr 2009 Join Date
    IrelandLocation
    94Posts

    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.

  4. #4
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    Re: [Help]Bugs

    the penya still bugged can u send me your files pls ?

  5. #5
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

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

  6. #6
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    Re: [Help]Bugs

    Help Pls

  7. #7
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    Re: [Help]Bugs

    lol i wait for answer 3days and no one answer..

  8. #8
    Apprentice omerbrbr is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    Re: [Help]Bugs

    come on!

  9. #9
    Account Upgraded | Title Enabled! HolySinX is offline
    MemberRank
    Sep 2008 Join Date
    LocalhostLocation
    787Posts

    Re: [Help]Bugs

    Quote Originally Posted by omerbrbr View Post
    come on!
    Use the search button.

    Seriously..
    Last edited by HolySinX; 24-10-10 at 05:21 PM.



Advertisement