diff --git a/317-Light-item.mediawiki b/317-Light-item.mediawiki new file mode 100644 index 0000000..124ed05 --- /dev/null +++ b/317-Light-item.mediawiki @@ -0,0 +1,24 @@ +[[Category Packet]] +[[Category Packet 317]] +{{packet|name=Light item|description=Sent when a player attempts to light logs on fire.|opcode=79|type=Fixed|length=6|revision=317}} +== Light Item == + +=== Description === + +This packet is sent when a player attempts to light logs on fire. + +=== Packet Structure === +{|border=2 +! Data Type +! Description +|- +| [[Data Types#Standard data types|Short]] +| The items Y coordinate. +|- +| Unsigned [[Data Types#Standard data types|Short]] +| The item ID. +|- +| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] +| The items X coordinate. +|- +|} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index 0a8b72e..b86379a 100644 --- a/Categories.mediawiki +++ b/Categories.mediawiki @@ -1,9 +1,9 @@ The following categories contain pages or media. * [[Category Data Type]] (3 members) -* [[Category Packet]] (45 members) +* [[Category Packet]] (46 members) * [[Category Packet 194]] (1 members) -* [[Category Packet 317]] (42 members) +* [[Category Packet 317]] (43 members) * [[Category Packet 474]] (1 members) * [[Category Packet {{{revision}}}]] (1 members) * [[Category RS2]] (4 members) diff --git a/Category-Packet-317.mediawiki b/Category-Packet-317.mediawiki index b75516e..6515b42 100644 --- a/Category-Packet-317.mediawiki +++ b/Category-Packet-317.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet 317"''' == -The following 42 pages are in this category. +The following 43 pages are in this category. * [[317 Animation reset]] * [[317 Attack (NPC)]] * [[317 Bank 10 items]] @@ -22,6 +22,7 @@ The following 42 pages are in this category. * [[317 Item on floor]] * [[317 Item on item]] * [[317 Item on player]] +* [[317 Light item]] * [[317 Load map region]] * [[317 Logout]] * [[317 Minimap State]] diff --git a/Category-Packet.mediawiki b/Category-Packet.mediawiki index ba7e873..124692e 100644 --- a/Category-Packet.mediawiki +++ b/Category-Packet.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet"''' == -The following 45 pages are in this category. +The following 46 pages are in this category. * [[194 Protocol]] * [[317 Animation reset]] * [[317 Attack (NPC)]] @@ -23,6 +23,7 @@ The following 45 pages are in this category. * [[317 Item on floor]] * [[317 Item on item]] * [[317 Item on player]] +* [[317 Light item]] * [[317 Load map region]] * [[317 Logout]] * [[317 Minimap State]]