[Release] Universal Flyff Source & Resource (New)

07/12/2014 19:35 - DK#16
Quote:
Originally Posted by bknoob88 View Post
Client ??
Read this ;)

Quote:
Originally Posted by Cloud' View Post
you can use any v15 client
07/13/2014 01:12 max982#17
Quote:
Originally Posted by InControl2 View Post
[Only registered and activated users can see links. Click Here To Register...]

help me :/
why u use this source omg poeple release source to leech from them functions not to use them as a base i dont suggest u to use that just get a fresh v15 clean source and add the functions u want to use like i did and like everybody does lol
07/14/2014 20:05 InControl2#18
Quote:
Originally Posted by max982 View Post
why u use this source omg poeple release source to leech from them functions not to use them as a base i dont suggest u to use that just get a fresh v15 clean source and add the functions u want to use like i did and like everybody does lol
hey how to fix this error :/ i use other source and the error continue here :/ help
07/15/2014 09:02 kun_sama13#19
07/15/2014 10:05 fiona2#20
Quote:
Originally Posted by kun_sama13 View Post


************************************************** *******
Where is the download link of this new one? :)
07/15/2014 18:17 Sammyz#21
Quote:
Originally Posted by fiona2 View Post
************************************************** *******
Where is the download link of this new one? :)
Why would you want it anyways? It's all leeched shit anyways and full of bloat just like almost every release in flyff lol.
07/19/2014 07:28 Cloud'#22
Quote:
Originally Posted by kun_sama13 View Post
Easy to add. :))
08/12/2014 23:40 jeklordzxc#23
it easy to add bro.,

08/14/2014 05:34 Supr3matt#24
Is v19?
08/15/2014 11:43 jeklordzxc#25
for the source just pm me., :3
09/07/2014 01:44 alsreggae#26
re-upload resource folder please.
09/09/2014 15:54 teejayu1#27
RESOURCE PLEASE?
09/09/2014 16:35 Schulzie#28
Watch it [Only registered and activated users can see links. Click Here To Register...]
All needed files in the first post by adeilson123 !
09/10/2014 21:50 ™Dryad#29
Kann mir vllt einer sagen was genau *#define __Pikot_xD* sein soll?

*Danke*
09/11/2014 11:23 - DK#30
Quote:
Originally Posted by ™Ep!sch View Post
Kann mir vllt einer sagen was genau *#define __Pikot_xD* sein soll?

*Danke*
runterladen und nachschauen ?

Habs für dich gemacht:

Quote:
PHP Code:
#ifdef __LECH_BY_PIXELHUT
            
if( pMover->GetHitPoint() >= 10000 && pMover->GetHitPoint() < 1000000 )
                
nCharHP wsprintf(cbufHp"%dk"pMover->GetHitPoint() / 1000);
            else if( 
pMover->GetHitPoint() >= 1000000 )
                
nCharHP wsprintf(cbufHp"%dm"pMover->GetHitPoint() / 1000000);
            else
                
nCharHP wsprintf(cbufHp"%d"pMover->GetHitPoint() );

            if( 
pMover->GetManaPoint() >= 10000 && pMover->GetManaPoint() < 1000000 )
                
nCharMP wsprintf(cbufMp"%dk"pMover->GetManaPoint() / 1000);
            else if( 
pMover->GetManaPoint() >= 1000000 )
                
nCharMP wsprintf(cbufMp"%dm"pMover->GetManaPoint() / 1000000);
            else
                
nCharMP wsprintf(cbufMp"%d"pMover->GetManaPoint() );

            if( 
pMover->GetFatiguePoint() >= 10000 && pMover->GetFatiguePoint() < 1000000 )
                
nCharFP wsprintf(cbufFp"%dk"pMover->GetFatiguePoint() / 1000);
            else if( 
pMover->GetFatiguePoint() >= 10000 )
                
nCharFP wsprintf(cbufFp"%dm"pMover->GetFatiguePoint() / 1000000);
            else
                
nCharFP wsprintf(cbufFp"%d"pMover->GetFatiguePoint() );
#else
            
nCharHP wsprintf(cbufHp"%d"pMover->GetHitPoint());
            
nCharMP wsprintf(cbufMp"%d"pMover->GetManaPoint());
            
nCharFP wsprintf(cbufFp"%d"pMover->GetFatiguePoint());
#endif //__LECH_BY_PIXELHUT