all seems to be working correctly now except is when refining weapons Right hand any idea?
instead it always read the Lower Equipment
set @b,5-select(""+getequipname(EQI_HAND_R)+":"+(getiteminfo(EQI_HAND_L,2)==4?getequipname(EQI_HAND_L):""));
_check(@b);
}else{
set @b,select(getequipname(EQI_HEAD_TOP)+":"+getequipname(EQI_ARMOR)+":"+getequipname(EQI_GARMENT)+":"+getequipname(EQI_SHOES)+":"+(getiteminfo(EQI_HAND_L,2)==4?"":getequipname(EQI_HAND_L)));
deletearray .@way[0],128;
setarray .@way[1],6,7,3,2,8;
Question
kalabasa
all seems to be working correctly now except is when refining weapons Right hand any idea?
instead it always read the Lower Equipment
Use codebox
4 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.