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 Hyellow

  1. H

    L2J ⭐[Share Source+Compiled]PREMIUM FILES L2J "Essence_7.0_Assassin"⭐

    Hello everyone, I am new to setup this game. Is there any available clean / in depth tutorial on how to setup this locally or online? Thank you!
  2. H

    Boss Notice

    Ctrl + F copy and paste this CAttackArbiter::OnDied And then hit enter.
  3. H

    I'm trying to add a TELEPORTER.

    Remove the ModelView from the teleporter or use other version of ModelView.
  4. H

    [Custom UI / Adv. Inventory w/ Statistics]

    Yep yep. Navigator completely fixed with Taskbar.
  5. H

    [Custom UI / Adv. Inventory w/ Statistics]

    I just wanna update my thread. You must be registered for see element.
  6. H

    Retail V21 (SetLevelUpGift)

    Forgot this Replace Entire function: GetLevelUpGift With: function GetLevelUpGift( nLevel, strAccount, nLegendClass, nJob ) local nCount = 1 local tGiftList = {} local tList = GetEventList() for i in pairs(tList) do local tGift = tEvent[tList[i]].Gift for j in...
  7. H

    Monster Level Drop Gap

    No problem, erits.
  8. H

    Monster Level Drop Gap

    CMover::GetItemDropRateFactor and CMover::GetPieceItemDropRateFactor
  9. H

    rz awards 2020 - everyone won k thx!

    +1 for Best mod Ketchup
  10. H

    Loot Name & Count

    Did you add the WIDC_CHECK11 inside your APP_OPTEX_AV12?
  11. H

    Loot Name & Count

    Goodluck ahead!
  12. H

    Loot Name & Count

    Trial and error is the key. lol Like you may lose now and learn from it so the next time you fight you already know what to do.
  13. H

    Loot Name & Count

    I tried yours and it works on me. Try to add this. Neuz/VersionCommon.h #define __NOT_WORTH_15EURO
Back
Top