Jump to content
  • 0

Problem with item slots


scrubtasticx

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

Im trying to get my wings to go into COSTUME slow. when i go to put them on the costume slot lights up like it is right but it still equips to the regular headgear slot here is my code for the wings did i do somthing wrong?

26000,_archangelwings, Arch Angel Wings,5,100000,,1000,,5,,1,0xFFFFFFFE,2,2,1,,0,4096,1000,{ bonus bAllStats,3; },{},{}

thanks in advance..

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Item costum example:

// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
19513,Chicken_Bill,Chicken Bill,5,0,,0,,0,,0,0xFFFFFFFF,7,2,4096,,1,0,699,{},{},{}

Re-post if you don't see your error now.

Edited by Capuche
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

i tried a bunch of different things with that sample still cannot get it so display correctly.

ok i got it to go into costume slot with this code

26000,_archangelwings, Arch Angel Wings,5,0,,1000,,0,,0,0xFFFFFFFE,7,2,4096,,1,0,1000,{ bonus bAllStats,3; },{},{}

now is there anyway to get it to show BOTH costume AND lowerhead gear at same time?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

4096 isn't in the right place. You put it in 'refinable' instead of 'Loc'.

26000,_archangelwings, Arch Angel Wings,5,100000,,1000,,5,,1,0xFFFFFFFE,2,2,4096,,1,0,1000,{ bonus bAllStats,3; },{},{}

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