Jump to content
  • 0

ncp for item custom


darkmejor

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  08/11/19
  • Last Seen:  

how add script npc for create "item customs"image.png.6d7ac44314f09c9dd35f991ab6d98c35.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Costumes are items in the item_db.txt marked as such.
See doc/item_db.txt:

Loc: Equipment's placement. Values are:
	2^8      256 = Upper Headgear
	2^9      512 = Middle Headgear
	2^0      001 = Lower Headgear
	2^4      016 = Armor
	2^1      002 = Weapon
	2^5      032 = Shield
	2^2      004 = Garment
	2^6      064 = Footgear
	2^3      008 = Accessory Right
	2^7      128 = Accessory Left
	2^10    1024 = Costume Top Headgear
	2^11    2048 = Costume Mid Headgear
	2^12    4096 = Costume Low Headgear
	2^13    8192 = Costume Garment/Robe
	2^15   32768 = Ammo
	2^16   65536 = Shadow Armor
	2^17  131072 = Shadow Weapon
	2^18  262144 = Shadow Shield
	2^19  524288 = Shadow Shoes
	2^20 1048576 = Shadow Accessory Right (Earring)
	2^21 2097152 = Shadow Accessory Left (Pendant)

Costume Top Headgear and the others below are equipments which are shown in the "Costume" Tab.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

prontera,155,181,5	script	Sample	4_F_KAFRA1,{
	getitem <item_id>, 1;
	end;
}

 

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