Static Public Member Functions | |
| static mixed | Send_UpdateRangeRequest (mixed range) |
| answered by kPacket_Change_Update_Range from server | |
| static mixed | IsMobilePoisoned (mixed mobile) |
| static mixed | IsMobileMortaled (mixed mobile) |
| static mixed | Send_CombatMode (mixed iWarMode) |
| send combat request to server, triggers kPacket_SetPlayerWarmode | |
| static mixed | Send_AttackReq (mixed mobile_serial) |
| Request Attack to Serial. | |
| static mixed | Send_Rename_MOB (mixed serial, mixed name) |
| rename a mobile | |
| static mixed | Send_Spell (mixed spellid, mixed expansionflag) |
Definition at line 1150 of file lua_pseudo_code.cpp.
| static mixed net_other::Send_UpdateRangeRequest | ( | mixed | range | ) | [inline, static] |
answered by kPacket_Change_Update_Range from server
Definition at line 1153 of file lua_pseudo_code.cpp.
| static mixed net_other::IsMobilePoisoned | ( | mixed | mobile | ) | [inline, static] |
Definition at line 1155 of file lua_pseudo_code.cpp.
| static mixed net_other::IsMobileMortaled | ( | mixed | mobile | ) | [inline, static] |
Definition at line 1157 of file lua_pseudo_code.cpp.
| static mixed net_other::Send_CombatMode | ( | mixed | iWarMode | ) | [inline, static] |
send combat request to server, triggers kPacket_SetPlayerWarmode
Definition at line 1160 of file lua_pseudo_code.cpp.
| static mixed net_other::Send_AttackReq | ( | mixed | mobile_serial | ) | [inline, static] |
| static mixed net_other::Send_Rename_MOB | ( | mixed | serial, | |
| mixed | name | |||
| ) | [inline, static] |
| static mixed net_other::Send_Spell | ( | mixed | spellid, | |
| mixed | expansionflag | |||
| ) | [inline, static] |
BYTE[2] unknown, always 2 BYTE[2] selected spell(0-indexed)+scroll offset from sub 0x1b
Definition at line 1170 of file lua_pseudo_code.cpp.
1.5.6