Haikenz Posted November 17, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Haikenz Posted November 19, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted November 17, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Haikenz Posted November 17, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 EIysium Posted November 19, 2018 Share 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 Link to comment Share on other sites More sharing options...
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 by HaikenzLink to comment
Share on other sites