Jump to content
  • 0

Missing Sprite [Summer, Xmas]


Question

Posted (edited)

When I use the item to change the look of the class, for summer or Christmas, it give this error of missing sprite

Sem_titulo.png

 

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 Haikenz

4 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted

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; }

 

  • 0
Posted
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);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...