Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -1,8 +1,6 @@
|
|||
function avatar_look() /* entry=339 class_id=0x0801 slot=0x00 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0208, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
|
||||
set_info(0x0208, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
function avatar_use() /* entry=339 class_id=0x0801 slot=0x01 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,10 +6,8 @@ function avatar_cachein() /* entry=339 class_id=0x0801 slot=0x04 */
|
|||
slot, /* [BP-04h] type=0x69 */
|
||||
counter; /* [BP-06h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x0213, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0801_cast(0, arg_06);
|
||||
return;
|
||||
|
||||
set_info(0x0213, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0801_cast(0, arg_06);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,36 +10,50 @@ function avatar_cast() /* entry=339 class_id=0x0801 slot=0x11 */
|
|||
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
/* global_address global_id=0x3C */
|
||||
n = Item.getType();
|
||||
if ((Item.getType(arg_06) != 1)) {
|
||||
if (Item.getType(arg_06) == 3) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 5) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 7) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 9) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 11) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 13) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 15) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 17) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 19) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 21) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 23) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 25) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 27) {
|
||||
}
|
||||
else if (Item.getType(arg_06) == 29) {
|
||||
}
|
||||
n = Actor.getMap();
|
||||
if (Actor.getMap(arg_06) == 1) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 3) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 5) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 7) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 9) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 11) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 13) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 15) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 17) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 19) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 21) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 23) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 25) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 27) {
|
||||
return;
|
||||
}
|
||||
else if (Actor.getMap(arg_06) == 29) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue