Jump to content

Plugin Releases

Sign in to follow this  

118 topics in this forum

    • 0 replies
    • 2376 views
    • 0 replies
    • 771 views
    • 64 replies
    • 31326 views
    • 0 replies
    • 800 views
    • 18 replies
    • 8656 views
  1. OnPCStatCalcEvent

    • 10 replies
    • 14885 views
    • 7 replies
    • 4984 views
  2. @arealoot 1 2

    • 34 replies
    • 29873 views
  3. Infinite Storage

    • 7 replies
    • 5967 views
    • 8 replies
    • 5592 views
    • 0 replies
    • 1323 views
  4. @packetfilter

    • 22 replies
    • 24923 views
  5. Odin Server side manner 1 2

    • 42 replies
    • 12422 views
  6. race_resist

    • 6 replies
    • 7053 views
  7. cell_pvp 1 2

    • 28 replies
    • 28254 views
  8. Auraset 1 2 3 4 7

    • 156 replies
    • 52440 views
  9. getmemberaid checkmes

    • 19 replies
    • 10817 views
  10. OnPCUseSkillEvent

    • 17 replies
    • 15705 views
  11. @market clone 1 2 3

    • 66 replies
    • 47863 views
  12. Plugin Collections 1 2 3 4 10

    • 248 replies
    • 102208 views
  13. inventoryselect

    • 4 replies
    • 10233 views
    • 12 replies
    • 15028 views
  14. Charms 1 2

    • 25 replies
    • 26259 views
  15. @autoattack 1 2

    • 36 replies
    • 33410 views
  16. Maintenance mode 1 2 3

    • 63 replies
    • 44567 views
Sign in to follow this  

Announcements

  • Featured Topics

  • Latest Commits

  • Topics

  • Posts

    • //= METHOD A (fast): copy a known-good IMF //= 1) Open data.grf in GRF Editor → Tools → IMF Editor (or Search “.imf”). //= 2) Find a job that already layers correctly (e.g. Soul Reaper): data\imf\soul_reaper.imf //= 3) Extract that file, then import it back renamed to your target job’s IMF (e.g. novice.imf), //= or change the mapping in: data\luafiles514\lua files\datainfo\imfnametable.lub //= 4) Save GRF → test in-game. //= METHOD B (precise): reorder layers in the IMF Editor //= 1) Tools → IMF Editor → open the target .imf //= 2) Set draw order (top → bottom): //= HeadTop //= HeadMid //= HeadLow //= Body //= Shadow //= 3) Apply to ALL actions/directions → Save → import back → test. //= IMPORTANT: //= • Don’t use RagLite JSON to re-encode .imf (that’s why you saw “compile” errors). //= Let GRF Editor open/save the binary .imf directly. //= • If nothing changes, check you don’t have a loose “data\imf*.imf” overriding the GRF, //= and make sure your custom GRF loads last. //= • If your client uses imfnametable.lub, update the mapping there. //=================================================== //= STEP-BY-STEP (DETAILED) //=================================================== //= A) Prepare //= • Backup data.grf/rdata.grf. //= • Close the game client. //= //= B) Find/Map //= • Path to IMFs: data\imf*.imf (use GRF Editor search). //= • Optional map file: data\luafiles514\lua files\datainfo\imfnametable.lub //= (links job → IMF filename). //= //= C) Fast Copy (no editing) //= • Extract working job’s .imf → import it renamed to target job, OR edit imfnametable.lub to point to it. //= //= D) Manual Fix (if you must keep same filename) //= • Tools → IMF Editor → open target .imf → set layer order: //= HeadTop, HeadMid, HeadLow, Body, Shadow //= • “Apply to all actions/directions” → Save → Import → Save GRF. //=================================================== //=================================================== //= TROUBLESHOOTING //=================================================== //= • Change not showing: //= - Another GRF or a loose “data\imf*.imf” overrides yours. Ensure your custom GRF loads last. //= • Only some animations fixed: //= - You didn’t mass-apply to all actions/directions (walk/attack/cast/idle). Re-apply and save. //= • “Compile” / invalid file when using RagLite: //= - Stop using JSON route. Use GRF Editor’s IMF Editor to open/save binary .imf directly. //= • Still weird on one class: //= - Copy IMF from a class that renders correctly and map it via imfnametable.lub. //===================================================
    • Can try this :     - No cards/refine/copying — it purely swaps based on ID, making it safe and clean.   - Works only on EQI_HEAD_TOP, but you can easily extend to:    EQI_HEAD_MID    EQI_HEAD_LOW   - Just add your pairs like this: setarray .ItemPair$[0], "3524,3525", // Hokage Helm "3526,3527", // Another custom headgear "3528,3529"; // and so on  
    • Added 12 new auras. Added some sprites halloween related.  
    • Unfortunately, this doesn't work. Perhaps due to point 2. NEMO doesn't have this patch. 
  • Download Statistics

    • Files
      465
    • Comments
      167
    • Reviews
      240

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.