grfeditor does not support data.grf more than 4GB, I tried to create a clean date with all contents of kRO, bRO, jRO, thRO and twRO. when finalizing all the files disappear inside the grf.
@EveeX
4>D:\rAthena\src\map\npc.cpp(2224,123): error C3861: 'commash': identifier not found
4>D:\rAthena\src\map\npc.cpp(2229,70): error C3861: 'commash': identifier not found
4>D:\rAthena\src\map\npc.cpp(2235,70): error C3861: 'commash': identifier not found
Font https://rathena.org/board/topic/125515-item-option-drop-effect/
Commit: https://github.com/rathena/rathena/commit/9114083d7e2d35adb9effc9ac1053ff308cb066e
seems to be very easy just add the checks and colors
if (optionCount == 1)
p.dropeffectmode = DROPEFFECT_BLUE_PILLAR - 1;
else if (optionCount == 2)
p.dropeffectmode = DROPEFFECT_YELLOW_PILLAR - 1;
else if (optionCount == 3)
p.dropeffectmode = DROPEFFECT_PURPLE_PILLAR - 1;
else if (optionCount == 4)
p.dropeffectmode = DROPEFFECT_GREEN_PILLAR - 1;
else
p.dropeffectmode = DROPEFFECT_RED_PILLAR - 1;
I think it must be like this
It has a simple form on the web.
1. https://github.com/rathena/rathena/commits/master
2. At the bottom, click on Older, until you reach the desired 2018 commit.
3. Click on commit.
4. Click Browser Files.
5. and Code > Download Zip
Done!
; Define this to 1.
; Values:
; 0: Elurair is not configured.
; 1: Elurair is configured.
; Note: This setting is to prevent starting an uninitialized
; configuration that would result in broken, unusable UI.
ConfigIsReady=1