Link source !! Not working some one can he Replouad source
[Only registered and activated users can see links. Click Here To Register...]Quote:
Link source !! Not working some one can he Replouad source
Quote:
[Only registered and activated users can see links. Click Here To Register...]
No problem.Quote:
Tank you ^_^
Quote:
No problem.
I'm kind of using these files because I've added all kinds of stuff there along time ago..They are nice to play yes , but it is better to work with files that support higher versions of visual studio , And add your own features step by step.
As soon as I have enough time for that , im gonna do this too :).
But enjoy.
[Only registered and activated users can see links. Click Here To Register...]Quote:
where is the client ??
You can use this: [Only registered and activated users can see links. Click Here To Register...]Quote:
Can someone reuplod DATABASE:)
Quote:
Hat jemand eine Ahnung wo die Exp und Drop Rates angepasst wurden ?
Die Tabels sind weitestgehend normal und es laufen keine Events, trotzdem ist man z.B. nach einen Aibat schon Level 15 und das Inventar ist so gut wie voll.
function GetExpFactor() local tList = GetEventList() local fExpFactor = 20000 for i in pairs(tList) do if( tEvent[tList[i]].fExpFactor ~= nil ) then fExpFactor = fExpFactor * tEvent[tList[i]].fExpFactor end end return fExpFactor end