Haikenz Posted November 17, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 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 Emistry Posted November 17, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM 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 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 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 _Terra Posted November 19, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 12 hours ago 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...
0 Haikenz Posted November 19, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 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...
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; },{},{}
Link to comment
Share on other sites
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.