Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by kmc11

  1. K

    Pumaaa's Showroom

    I didn't have any other game's source to build upon, could've but Flyff is so different there's no use to just c&p. I rewrote quite some stuff, this is how it looks right now: You must be registered for see element. You must be registered for see element. You must be registered for see element.
  2. K

    Pumaaa's Showroom

    Long time i haven't been here, will probably show some more progress on what I've done in the time. You must be registered for see element. You must be registered for see element. You must be registered for see element. You must be registered for see element.
  3. K

    [BugFix] AF_MAGIC Damage Calculation

    In function int CMover::ApplyDPC( int nATK, ATTACK_INFO* pInfo ) float fCriticalBonus = 1 + (float)GetParam( DST_CRITICAL_BONUS, 0 ) / 100.0F; replace with float fCriticalBonus = 1 + (float)pInfo->pAttacker->GetParam( DST_CRITICAL_BONUS, 0 ) / 100.0f; Now the AF_MAGIC crits ( and...
  4. K

    Emulating / Recreating Flyff in Unity3d

    Sorting out crap from korean stoners is one thing.. but.. coding a game in a language like C# ( lets just skip the Javascript part )... You guys really must have nerves of steel. I highly appreciate the thought of porting Flyff to a newer engine, but honestly I would recommend you to do...
  5. K

    Free Anisotropy Code + Options

    #ifdef __ANISOTROPIC if (g_Option.m_nAnisotropy == 0 ) { d3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); d3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); } else { int nMaxAni; if (g_option.m_nAnisotropy > 4 ) { nMaxAni = 16; }...
  6. K

    Pumaaa's Showroom

    Yes☻.
  7. K

    [MAWP] Weed Farm of the Murican Indians v0.1 preprealphabetagamma

    The Truth is missing . And the mothership.
  8. K

    Pumaaa's Showroom

    You must be registered for see element. You must be registered for see element. Cflyff Models.
  9. K

    Emulator are not dead

    I wish you luck , though you should really consider another language. I can't help it.. Everytime I hear someone saying " Java " it's like.. something is dying deep inside of me. It makes me want to cry.
  10. K

    Pumaaa's Showroom

    Trying to improve Flyffs performance.. 1100 Aibatts - no lag You must be registered for see element. 2100 Aibatts - Client Drops to 25 fps but still - no lag You must be registered for see element. Client Stresstest - Lagging the client out at over 4000 Aibatts You must be registered for...
  11. K

    The Walmart Game

    Bike tires, tire-repair-kit, thumbtacks
  12. K

    Compiled Glitches List

    If you enter just " in the game chat, the game might recognize it as part of a command and output an error message. This should include the filename whatsoever, the chat doesn't have a filename ofc. Issue: The game crashes. ( May also be a fault that only happened on my Bins , though this bug...
  13. K

    Pumaaa's Showroom

    I did not implement it the way he did. I used it for the objects only, i can see no use in rendering an OK button with FSAA O: Also I didn't change any other adapter specs. Alsooo , yes I do have it.
  14. K

    Pumaaa's Showroom

    Small Update :)
  15. K

    [Flyff] Looking for a ResDev & GameMaster

    I want the Network to switch to English as a main language. I already have GMs for the German Community so that isn't a problem at all. New patchlogs and news will be written in english from now on. * Update* We're also looking for a mapper now. And please, don't apply if you're not freakin...
Back
Top