QQfoolsorellina Posted August 14, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted August 14, 2012 (edited) I add a costume robe position (EQP_COSTUME_GARMENT = 0x2000) and it work fine ,but there was a small bug ,to see the below image normal window --> show the sprite costume window -> the sprite doesn't work on costume window my client : 2012-04-10 RE anyone know how to fix the bug? Edited August 14, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Napster Posted August 14, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Share Posted August 14, 2012 Open pc.h change to #define EQP_COSTUME (EQP_COSTUME_HEAD_TOP|EQP_COSTUME_HEAD_MID|EQP_COSTUME_HEAD_LOW|EQP_COSTUME_ROBE) /// Equip positions that use a visible sprite #if PACKETVER < 20110111 #define EQP_VISIBLE EQP_HELM #else #define EQP_VISIBLE (EQP_HELM|EQP_GARMENT|EQP_COSTUME) #endif Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted August 14, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share Posted August 14, 2012 (edited) thx for replying I know this fix http://trac.rathena....t/16554/rathena but it seems only work with costume headgear after compile and testing --> not working for me (I was using my define name EQP_COSTUME_GARMENT) #define EQP_COSTUME (EQP_COSTUME_HEAD_TOP|EQP_COSTUME_HEAD_MID|EQP_COSTUME_HEAD_LOW|EQP_COSTUME_GARMENT) /// Equip positions that use a visible sprite #if PACKETVER < 20110111 #define EQP_VISIBLE EQP_HELM #else #define EQP_VISIBLE (EQP_HELM|EQP_GARMENT|EQP_COSTUME) #endif Edited August 14, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Question
QQfoolsorellina
I add a costume robe position (EQP_COSTUME_GARMENT = 0x2000)
and it work fine ,but there was a small bug ,to see the below image
normal window --> show the sprite
costume window -> the sprite doesn't work on costume window
my client : 2012-04-10 RE
anyone know how to fix the bug?
Edited by QQfoolsorellinaLink to comment
Share on other sites
2 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.