ThyroDree
New member
{
Id: 30000
AegisName: "Level1BuffScroll"
Name: "Level 1 All-in-One Buff Scroll"
Type: "IT_USABLE"
Buy: 2
Weight: 10
EquipLv: 1
Trade: {
nodrop: true
notrade: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
itemskill(AL_BLESSING, 10, ISF_INSTANTCAST | ISF_CASTONSELF),
itemskill(AL_INCAGI, 10, ISF_INSTANTCAST | ISF_CASTONSELF);
">
},
Why it doesn't buff Agi and Blessing? if i removed 1 itemskill, Scroll works perfectly but if 2 item skill i doesn't work..
Id: 30000
AegisName: "Level1BuffScroll"
Name: "Level 1 All-in-One Buff Scroll"
Type: "IT_USABLE"
Buy: 2
Weight: 10
EquipLv: 1
Trade: {
nodrop: true
notrade: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
itemskill(AL_BLESSING, 10, ISF_INSTANTCAST | ISF_CASTONSELF),
itemskill(AL_INCAGI, 10, ISF_INSTANTCAST | ISF_CASTONSELF);
">
},
Why it doesn't buff Agi and Blessing? if i removed 1 itemskill, Scroll works perfectly but if 2 item skill i doesn't work..