Changes between Version 99 and Version 100 of ProtocolZero
- Timestamp:
- Aug 26, 2011 2:00:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v99 v100 167 167 168 168 * God Actions 169 * '' wiki:sh'' - "Set Health". Takes two arguments:169 * ''[[sh|sh]]'' - "Set Health". Takes two arguments: 170 170 * int id 171 171 * int newhealth 172 * '' wiki:sa'' - "Set Armor". Takes two arguments:172 * ''[[sa]]'' - "Set Armor". Takes two arguments: 173 173 * int id 174 174 * int newarmor 175 * '' wiki:sg'' - "Set Gravity". Takes one argument:175 * ''[[sg]]'' - "Set Gravity". Takes one argument: 176 176 * float gravity 177 * '' wiki:gm'' - "set Gametype and Map". Takes two arguments:177 * ''[[gm]]'' - "set Gametype and Map". Takes two arguments: 178 178 * int gametype 179 179 * String map 180 * '' wiki:su'' - "Speed Up". Takes one argument:180 * ''[[su]]'' - "Speed Up". Takes one argument: 181 181 * float factor 182 * '' wiki:sm'' - "!SlowMo". Takes one argument:182 * ''[[sm]]'' - "!SlowMo". Takes one argument: 183 183 * float factor 184 * '' wiki:dr'' - "DRop". Takes five arguments:184 * ''[[dr]]'' - "DRop". Takes five arguments: 185 185 * int item 186 186 * int quantity … … 188 188 * float y 189 189 * float z 190 * '' wiki:ps'' - "Pause". Takes no arguments.191 * '' wiki:ss'' - "!ScreenShot". Takes no arguments.190 * ''[[ps|ps]]'' - "Pause". Takes no arguments. 191 * ''[[ss]]'' - "!ScreenShot". Takes no arguments. 192 192 193 193 194 194 * God Queries 195 * '' wiki:gh'' - "Get Health". Takes one argument:196 * int id 197 * '' wiki:ga'' - "Get Armor". Takes one argument:198 * int id 199 * '' wiki:gg'' - "Get Gravity". Takes no arguments.200 * '' wiki:gp'' - "Get Position". Takes one argument:195 * ''[[gh]]'' - "Get Health". Takes one argument: 196 * int id 197 * ''[[ga]]'' - "Get Armor". Takes one argument: 198 * int id 199 * ''[[gg]]'' - "Get Gravity". Takes no arguments. 200 * ''[[gp]]'' - "Get Position". Takes one argument: 201 201 * int entityid 202 * '' wiki:fd'' - "Find Distance". Takes six arguments:202 * ''[[fd]]'' - "Find Distance". Takes six arguments: 203 203 * float x1 204 204 * float y1 … … 207 207 * float y2 208 208 * float z2 209 * '' wiki:iw'' - "Is Within". Takes four arguments:209 * ''[[iw]]'' - "Is Within". Takes four arguments: 210 210 * int id 211 211 * float x1