Difference between revisions of "317 Interfaces"

From RuneWiki
Jump to navigationJump to search
Line 19: Line 19:
 
| 6570
 
| 6570
 
| Accessory
 
| Accessory
|
+
| sendFrame126("Extra Info", 6664);
 
|-
 
|-
 
| 6673
 
| 6673
Line 25: Line 25:
 
| 6572
 
| 6572
 
| "Team Name"
 
| "Team Name"
|
+
| sendFrame126("Team Name", 6664);
 
|-
 
|-
 
| 6673
 
| 6673
Line 31: Line 31:
 
| 6664
 
| 6664
 
| Time Left Until Game
 
| Time Left Until Game
|
+
| sendFrame126("Time Here", 6664);
 
|-
 
|-
 
| 11146
 
| 11146

Revision as of 22:17, 20 August 2009

Stub

This article is a stub. You can help RuneWiki by expanding it.

Cleanup

This article requires cleaning up to adhere to our quality standards. You can help RuneWiki by improving it.

317 Interfaces

Description

The following is a list of interfaces for the 317 protocol.

Castle Wars

Castle Wars is consisted of one main game play interface(11146 or 11344), waiting room interface(11479 or 6673), ticket exchange(11367) and catapult interface(11169).


Interface ID Frame ID's Id Description Example
6673 126 6570 Accessory sendFrame126("Extra Info", 6664);
6673 126 6572 "Team Name" sendFrame126("Team Name", 6664);
6673 126 6664 Time Left Until Game sendFrame126("Time Here", 6664);
11146 87 377

int stuff = ZammyDoorHealth | 128*Door | 128*Rock1 | 128*Rock2 | 128*Catapult | 2097152*Flag | 16777216*ZammyPoints;

sendFrame87(378, stuff);
11146 87 378

int stuff = SaraDoorHealth | 128*Door | 128*Rock1 | 128*Rock2 | 128*Catapult | 2097152*Flag | 16777216*SaraPoints;

sendFrame87(378, stuff);
11146 87 377 & 378

Health Ranges: 0 - 100 | Door 0 or 1 | Rock1 0 or 2 | Rock2 0 or 4 | Catapult 0 or 8 | Flag 0, 1, or 2 | Points 0+

11146 36 380 Time Left in Minutes