Jump to content
  • 0

Help add/remove slot script


Jayz

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

Hello i have Addslot and Removeslot by Epoque

this script_command example i cant understand how to use..

*addslot <position>;

Adds a slot to the specified equipment that can be slotted into.

position is:
      The equipment position of the item.
      EQI_HEAD_TOP = Top headgear
      EQI_ARMOR = Armor
      ... etc

!! NOTE !!: Requires the /data/ files provided with this patch.

---------------------------------------
*removeslot <position>;

Removes a slot from the specified equipment (including original slots)

position is:
      The equipment position of the item.
      EQI_HEAD_TOP = Top headgear
      EQI_ARMOR = Armor
      ... etc

can you make me npc to use addslot and removeslot

Item ID 3999 the Remove_Slot

Item ID 4000 the Add_Slot

Topic Link = http://www.eathena.ws/board/index.php?showtopic=244783

Edited by Zack-
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Example:

prontera,150,150,0 script NPCNAME 123,{
mes "I will now add slot to your headgear.";
addslot (EQI_HEAD_TOP);
close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

thanks

Link to comment
Share on other sites

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.

×
×
  • Create New...