IvanD Posted December 20, 2020 Posted December 20, 2020 (edited) anyone got a simple costume signer? top mid low costume or signer that you can put any word on an item instead of name? (and 24 hours rental/expiration) Edited December 20, 2020 by IvanD Quote
0 mR L Posted December 22, 2020 Posted December 22, 2020 (edited) https://github.com/rathena/rathena/blob/master/npc/custom/item_signer.txt Change : setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; To : setarray .@indices[1],EQI_COSTUME_HEAD_TOP, EQI_COSTUME_HEAD_MID, EQI_COSTUME_HEAD_LOW, EQI_COSTUME_GARMENT; On 12/21/2020 at 5:23 AM, IvanD said: (and 24 hours rental/expiration) hmm, I'm not sure you can use this one Edited December 23, 2020 by mR L Double garment 1 Quote
0 IvanD Posted December 22, 2020 Author Posted December 22, 2020 14 hours ago, mR L said: https://github.com/rathena/rathena/blob/master/npc/custom/item_signer.txt Change : setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; To : setarray .@indices[1],EQI_COSTUME_HEAD_TOP, EQI_COSTUME_HEAD_MID, EQI_COSTUME_HEAD_LOW, EQI_COSTUME_GARMENT, EQI_COSTUME_GARMENT; hmm, I'm not sure you can use this one thank you very much! Quote
Question
IvanD
anyone got a simple costume signer? top mid low costume
or
signer that you can put any word on an item instead of name? (and 24 hours rental/expiration)
Edited by IvanD2 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.