Release Totemia flyff Source/Server files v19/Database

09/16/2019 13:02 ilyaslord36#91
Link source !! Not working some one can he Replouad source
09/16/2019 14:06 LookAtTheFlower#92
Quote:
Originally Posted by ilyaslord36 View Post
Link source !! Not working some one can he Replouad source
[Only registered and activated users can see links. Click Here To Register...]
09/16/2019 16:26 ilyaslord36#93
Quote:
Originally Posted by LookAtTheFlower View Post
[Only registered and activated users can see links. Click Here To Register...]

Tank you ^_^
09/16/2019 16:33 LookAtTheFlower#94
Quote:
Originally Posted by ilyaslord36 View Post
Tank you ^_^
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.
09/20/2019 16:09 Ecrypter#95
Quote:
Originally Posted by LookAtTheFlower View Post
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.

thank you for using it.,
09/20/2019 17:20 LookAtTheFlower#96
Quote:
Originally Posted by Ecrypter View Post
thank you for using it.,
Thank you for this release , They are very fun to play and :).
10/07/2019 09:07 nathanferreira#97
hello, it's source etc its still viable maybe on use without bug?

and walk you with vs2019 and sql 2014?

and is there a pre-built client with his files?
10/07/2019 16:46 LookAtTheFlower#98
Quote:
Originally Posted by nathanferreira View Post
hello, it's source etc its still viable maybe on use without bug?

and walk you with vs2019 and sql 2014?

and is there a pre-built client with his files?
I am not sure what you're asking. But the source is vs2003 and work with sql 2008/r2.
12/23/2019 16:59 ilyaslord36#99
where is the client ??
12/23/2019 19:12 cc00tga#100
Quote:
Originally Posted by ilyaslord36 View Post
where is the client ??
[Only registered and activated users can see links. Click Here To Register...]
02/27/2020 15:05 wekwek09#101
Can someone reuplod DATABASE:)
02/27/2020 16:38 LookAtTheFlower#102
Quote:
Originally Posted by wekwek09 View Post
Can someone reuplod DATABASE:)
You can use this: [Only registered and activated users can see links. Click Here To Register...]
03/18/2020 18:01 GiftzwergK#103
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.
03/19/2020 18:43 Steffen Tequila#104
Quote:
Originally Posted by GiftzwergK View Post
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.

Resource\LuaFunc\EventFunc.lua

Code:
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
weiteres ist drunter. Kann aber auch an fehlerhaften systemen liegen.
03/20/2020 19:15 GiftzwergK#105
Danke :)

Genau da lag das "Problem", nun läuft alles so wie gewünscht.