Jump to content

naouemi

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by naouemi


  1. Finally solved. For future readers/searchers that have gone through the agony like me, I'll start from the beginning.

    Get your basic stuff done, diffing(change headgear view ID) the client with nemo patcher, for me I simply downloaded the latest available hercules version on discord(pre). Install GRF Editor, included in the hercules files. Get your notepad++ for editing files.
    Square away your images(bmp, spr, act) files in the data.grf(grf editor). Once you have completed placing all necessary images (texture->item,collection; sprite->¾ item-drag, ¾ accessories->male/female.
    Go to luafiles514/lua files/datainfo click accessoryid.lub on the right, click on save as->save as type: Lua Files. Do the same thing for accname.lub.

    Go to your RO folder, the one where the game runs(ragnarok.exe_patched) data->luafiles514->lua files->datainfo and edit the accessoryid.lub and accname.lub. Just simply follow the syntax with its previous listing.

    Before, I was editing the accid/accname inside the GRF and it was ignoring all the changes I made. Only now that I extracted it in the actual RO folder that it finally worked. I also enabled the read the data folder first just in case. Anyways good luck to everyone's future endeavors.

    *If not for the game suddenly registering the bmp(I deleted the bmp in GRF) inside my data folder I wouldn't have discovered that the actual folder works. After all every single tutorial I've ever seen is all about data.grf editing.


  2. 23 hours ago, AcidMarco said:

    If you want to change view ID of existed item, than you have to change it in itemdb (server side) and also in iteminfo (client side).
    And if you are going to use view IDs from 5000 and more, than input 10000 in the patch.

     

    And also double check these files, if your view id linked well:

    luafiles514\lua files\datainfo\accessoryid.lub

    luafiles514\lua files\datainfo\accname.lub

    Like I said I hijacked the 1991 viewID because like timokha said apparently its not going to show above 2000 without diffing the client. I hijacked 1991 changed everything form grfs/luafiles514/luafiles/datainfo/ three stooges; accessoryid.lub,accname.lub,accname_eng.lub

    accessoryid.lub changed the nut_cracker = 1991 to angel_wings = 1991

    Iteminfo_EN.lua (item desc clientside), Item_db.conf. viewsprite  = 1991

     

    Yet somehow the headgear that shows is the original nut_cracker >.>

    So I studied the nemo and diff the client and what do you know, didn't work xD Still not showing the sprite of my headgear.
    Also, as long as the aegisname matched the sprite filename viewsprite can wholly be ignored, it should automatically acquire those. Like how icons and drag items image works. I didn't specifically input anything for /drag/item/collection yet somehow just by matching the file name to identifiedresourcename: in the system/iteminfo_en.lua it automatically used its drag/item/collection icon. It's just this sprite/¾Ç¼¼»ç¸® folder that get's ignored xD. As of now, I tried various things, tried to edit the spr image and save then re-placed it in the data/sprte/¾Ç¼¼»ç¸®/ still nothing. Just look at the images I've been uploading, as soon as I diffed the client it should have worked instantly. My headgears are only at 3000-3008. Showing that it didn't means there's something else going on. Unfortunately, I haven't discovered that something else. Hope someone else downloads the latest hercules build in discord and try out making new headgears.


  3. 1 hour ago, Timokha said:

    That means, that you didn't patch your client or patched it incorrectly.

    You have to patch clean client with Nemo patcher and include the patch I mentioned.

    Only after this your client will show sprites with view ID after 2000.

     

    Just think,

    If view id 1991 displays, but 5000 does not display with the same conditions,

    That exactly means, that your client does have the needed patch.

    I did, I used nemo and got it all patched up to 5000 and it still didn't show.
    As in downloaded a fresh ragnaexe.exe opened it in nemo, apply recommended, change add headwear ID from 2000 to 5000. Apply selected, copied the new patched ragexe.exe to my kro. 

    image.png.024e0cfb40a58c89b09544e7b90a3298.png

    That's just it though, I change the view ID for nut_cracker with my own. Yet, it showed the nut_cracker still as if even if I changed the value in the accessoryid.lub with grf editor it didn't do a thing. 
     

    image.png


  4. Script: <"
            if(BaseLevel<80) {
                bonus2 bExpAddRace,RC_All,10;
                bonus2 bDropAddRace,RC_All,10;
            }
            if(BaseLevel>80) {
                bonus bMaxHP,200;
                bonus bMaxSP,80;
            }

        ">

    Just add this to your desired equipment in item_db.conf

×
×
  • Create New...

Important Information

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