Haikenz Posted November 17, 2018 Posted November 17, 2018 (edited) When I use the item to change the look of the class, for summer or Christmas, it give this error of missing sprite 30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 26; },{},{} 30503,Poção_do_Ilusionista_Verao,Poção do Ilusionista Verão,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 27; },{},{} Edited November 17, 2018 by Haikenz Quote
0 Emistry Posted November 17, 2018 Posted November 17, 2018 you didnt have the sprite for xmas / summer Check your kRO grf, if doesn't exists then download from other sources and add to your grf. Quote
0 Haikenz Posted November 17, 2018 Author Posted November 17, 2018 35 minutes ago, Emistry said: you didnt have the sprite for xmas / summer Check your kRO grf, if doesn't exists then download from other sources and add to your grf. I've already looked at the grRO of bRO, iRO, kRO and did not find Quote
0 _Terra Posted November 19, 2018 Posted November 19, 2018 It gives you an error because there is no weapon sprite for the Christmas class. Is same when you are Swordman and you have equipped Knife and you use Monk Suit, Monk's do not use knifes XD. Try this: 30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{},{ sc_start4 SC_XMAS,60000,0,0,0,1; },{ sc_end SC_XMAS; } Quote
0 Haikenz Posted November 19, 2018 Author Posted November 19, 2018 17 hours ago, EIysium said: It gives you an error because there is no weapon sprite for the Christmas class. Is same when you are Swordman and you have equipped Knife and you use Monk Suit, Monk's do not use knifes XD. Try this: 30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{},{ sc_start4 SC_XMAS,60000,0,0,0,1; },{ sc_end SC_XMAS; } Solved in Source script.cpp //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); to: //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); //clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); Quote
Question
Haikenz
When I use the item to change the look of the class, for summer or Christmas, it give this error of missing sprite
30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 26; },{},{} 30503,Poção_do_Ilusionista_Verao,Poção do Ilusionista Verão,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 27; },{},{}
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.