Jump to content
  • 0

Costume signer script


Question

Posted (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 by IvanD

2 answers to this question

Recommended Posts

  • 0
Posted (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 by mR L
Double garment
  • Upvote 1
  • 0
Posted
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!

 

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...