This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,27 @@
function slideflr_unequip() /* entry=279 class_id=0x04D5 slot=0x0B */
{
entry:
set_info(0x0212, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 9) goto block_0162;
block_010D:
if (Item.getFrame(arg_06) != 2) goto block_0162;
block_0122:
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
goto block_010D;
block_0162:
if Item.touch(81, arg_06) goto block_0199;
block_0173:
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_0162;
block_0199:
return;
}

View file

@ -0,0 +1,27 @@
function slideflr_avatarStoleSomething() /* entry=279 class_id=0x04D5 slot=0x13 */
{
entry:
set_info(0x022E, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_01ED:
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_0202:
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
goto block_01ED;
block_0242:
if Item.touch(81, arg_06) goto block_0279;
block_0253:
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_0242;
block_0279:
return;
}