how to make player change Bleach Sprite

minx123

New member
Messages
283
Points
0
Github
minx123
Hello.. i need some help.. how to make player when equip item it will change their cloth to Bleach Sprite?

Example like this.

{ Id: 30337 AegisName: "Xmas_Suit" Name: "Xmas Suit" Type: 5 Buy: 20 Weight: 100 Loc: 136 Refine: false OnEquipScript: <" sc_start SC_XMAS,-1,0;"> OnUnequipScript: <" sc_end SC_XMAS;">},
for sprite on this.

https://eathena.ws/board/index.php?showtopic=264313

 
@@minx123

make a custom job which uses the bleach sprite

if you want the sc way, just follow how the costume xmas, oktoberfest and etc were added.

if you'll just proceed with the custom job, you could easily use changebase script command in your items

 
Simplier than that, if you don't care about loosing the Xmas Sprite, you can just rename your Bleach Sprite with the Xmas name :

»êŸ_³² // Male»êŸ_¿© // Female
And then put them inside the job folder, i.e. :

dataspriteÀΰ£Á·¸öÅë³² // MaledataspriteÀΰ£Á·¸öÅë¿© // Female
By doing that, the command sc_start SC_XMAS,-1,0; will show the Bleach Sprite.

 
Last edited by a moderator:
Back
Top