RateMyServer Ragnarok Community

Ragnarok Online => RO Graphic, Coding & Media => Sprite & Modification Help => Topic started by: gwapasilola on Aug 20, 2020, 11:57 AM

Title: Larger Card drop
Post by: gwapasilola on Aug 20, 2020, 11:57 AM
Hi everyone! Anyone kind enough to help with on how to edit/make card drops larger? If possible the easiest way there is please  /sob
Title: Re: Larger Card drop
Post by: Ara on Aug 20, 2020, 01:21 PM
The kawaiirage site has some premade large card sprites here: https://kawaii-rage.com/grfs/#bigcards

Click on whichever one you think looks fine for you, download it, and then put the GRF file into your Ragnarok Online folder. Then you'll need to edit the DATA.ini in your Ragnarok folder to include the new GRF.


For example, if my old data.ini said:

[Data]
0=RagnaShield.dll
1=JobSprites.grf
2=palette.grf
3=WhateverYourServerNameIs.grf
4=rdata.grf
5=data.grf

I'd edit it to:

[Data]
0=RagnaShield.dll
1=JobSprites.grf
2=palette.grf
3=Big_Card7.grf
4=WhateverYourServerNameIs.grf
5=rdata.grf
6=data.grf

And then it should work, assuming you're playing on a server that has GRFs and uses data.ini.