40 lines
944 B
Text
40 lines
944 B
Text
function npctrig_equip() /* entry=191 class_id=0x0363 slot=0x0A */
|
|
{
|
|
var
|
|
referent, /* [BP+00h] type=0x69 */
|
|
event, /* [BP+0Ah] type=0x69 */
|
|
item, /* [BP-02h] type=0x24 */
|
|
item2, /* [BP-04h] type=0x24 */
|
|
n; /* [BP-06h] type=0x24 */
|
|
|
|
set_info(0x0211, *(arg_06));
|
|
process_exclude();
|
|
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
|
return;
|
|
}
|
|
else {
|
|
ITEM.slot_23(0x1000, arg_06);
|
|
if (event == 1) {
|
|
spawn NPCTRIG.slot_20(pid, 0x02FD, arg_06);
|
|
suspend;
|
|
}
|
|
else if (event == 2) {
|
|
spawn NPCTRIG.slot_20(pid, 0x0384, arg_06);
|
|
suspend;
|
|
}
|
|
else if (event == 3) {
|
|
spawn NPCTRIG.slot_20(pid, 0x0371, arg_06);
|
|
suspend;
|
|
}
|
|
else if (event == 4) {
|
|
spawn NPCTRIG.slot_20(pid, 0x04D1, arg_06);
|
|
suspend;
|
|
}
|
|
else if (event == 5) {
|
|
spawn NPCTRIG.slot_20(pid, 0x01B4, arg_06);
|
|
suspend;
|
|
}
|
|
ITEM.slot_24(0x1000, arg_06);
|
|
}
|
|
return;
|
|
}
|