zhad3 / zrenderer

A renderer for Ragnarok Online sprites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zrenderer dont load outfit pallete

alisonrag opened this issue · comments

when using outfit argument zrenderer load regular body pallete instead of costume pallete

request:

{
    "gender": 1,
    "job": [
        "4215"
    ],
    "head": 1,
    "headPalette": 1,
    "headdir": 0,
    "headgear": [
        0,
        0,
        0
    ],
    "garment": 0,
    "bodyPalette": 3,
    "action": 0,
    "canvas": "200x200+100+150",
    "outfit": 1,
    "updated": true
}

result:
image

expected result:
image

commented

Thanks for reporting. Should be fixed now:
costume_palette

Thanks <3