Actions

Configs/LocType: Difference between revisions

From RuneWiki

No edit summary
No edit summary
Line 1: Line 1:
=== RS2 ===
=== RS2 ===
Changes based on decompiling available clients. If a revision is off by a couple, it's because we were missing data and were not able to narrow down the revision further. Consider it more-or-less exact.
Changes based on decompiling available clients. If a revision is off by a couple, it's because we were missing data and were not able to narrow down the revision further. Consider it more-or-less exact.
 
{| class="wikitable"
==== 186 ====
|+
Added opcode 1
!Property
 
!Opcode
Added opcode 2
!History
 
!Notes
Added opcode 3
|-
 
|model
Added opcode 14
|1
 
|Added 186 (2003-12-02)
Added opcode 15
|
 
|-
Added opcode 17
|name
 
|2
Added opcode 18
|Added 186 (2003-12-02)
 
|
Added opcode 19
|-
 
|desc
Added opcode 21
|3
 
|Added 186 (2003-12-02)
Added opcode 22
Removed 410 (2006-05-25)
 
|
Added opcode 23
|-
 
|model
Added opcode 24
|5
 
|Added 249 (2004-08-09)
Added opcode 25
|This saves space over opcode 1 when a loc only has shape 10.
 
|-
Added opcode 28
|width
 
|14
Added opcode 29
|Added 186 (2003-12-02)
 
|
Added opcode 39
|-
 
|length
Added opcode 30-35
|15
 
|Added 186 (2003-12-02)
Added opcode 40
|
 
|-
Added opcode 60
|blockwalk=no
 
|17
Added opcode 62
|Added 186 (2003-12-02)
 
|
Added opcode 64
|-
 
|blockrange=no
Added opcode 65
|18
 
|Added 186 (2003-12-02)
Added opcode 66
|
 
|-
Added opcode 67
|active
 
|19
Added opcode 68
|Added 186 (2003-12-02)
 
|
Added opcode 69
|-
 
|hillskew=yes
==== 194 ====
|21
Added opcode 70
|Added 186 (2003-12-02)
 
|
Added opcode 71
|-
 
|sharelight=yes
Added opcode 72
|22
 
|Added 186 (2003-12-02)
Added opcode 73
|
 
|-
==== 245 ====
|occlude=yes
Added opcode 74
|23
 
|Added 186 (2003-12-02)
==== 249 ====
|
Added opcode 5
|-
 
|anim
Added opcode 75
|24
 
|Added 186 (2003-12-02)
Removed opcode 25
|
 
|-
==== 289 ====
| -
Added opcode 77
|25
 
|Added 186 (2003-12-02)
==== 410 ====
Removed 249 (2004-08-09)
Removed opcode 3
|This opcode was used internally for disposing of alpha data between animation frames. It was not manually defined
 
|-
==== 417 ====
|blockwalk=yes
Added opcode 78
|27
 
|
Added opcode 79
|
 
|-
==== 465 ====
|walloff
Added opcode 81
|28
|Added 186 (2003-12-02)
|
|-
|ambient
|29
|Added 186 (2003-12-02)
|
|-
|contrast
|39
|Added 186 (2003-12-02)
|
|-
|op
|30-35
|Added 186 (2003-12-02)
|Originally this reserved opcodes >= 30 & < 39 (likely copy-pasted) but never exceeded 5 in actuality.
|-
|recol
|40
|Added 186 (2003-12-02)
|
|-
|retex
|41
|
|
|-
|
|42
|
|
|-
|mapfunction
|60
|Added 186 (2003-12-02)
|
|-
|category
|61
|
|
|-
|mirror=yes
|62
|Added 186 (2003-12-02)
|
|-
|shadow=no
|64
|Added 186 (2003-12-02)
|
|-
|resizex
|65
|Added 186 (2003-12-02)
|
|-
|resizey
|66
|Added 186 (2003-12-02)
|
|-
|resizez
|67
|Added 186 (2003-12-02)
|
|-
|mapscene
|68
|Added 186 (2003-12-02)
|
|-
|forceapproach
|69
|Added 186 (2003-12-02)
|This is a bitmask, one bit will be set - the direction.
|-
|offsetx
|70
|Added 194 (2004-01-07)
|
|-
|offsety
|71
|Added 194 (2004-01-07)
|
|-
|offsetz
|72
|Added 194 (2004-01-07)
|
|-
|forcedecor=yes
|73
|Added 194 (2004-01-07)
|
|-
|breakroutefinding=yes
|74
|Added 245 (2004-07-13)
|
|-
|raiseobject
|75
|Added 249 (2004-08-09)
|
|-
|multivar
|77
|Added 289 (2005-01-17)
|
|-
|
|78
|Added 417 (2006-06-27)
|Area sound related, potentially bgsound?
|-
|
|79
|Added 417 (2006-06-27)
|Area sound related, multiple bgsounds.
|-
|sethillskew
|81
|Added 465 (2007-07-19)
|
|}

Revision as of 00:40, 9 February 2024

RS2

Changes based on decompiling available clients. If a revision is off by a couple, it's because we were missing data and were not able to narrow down the revision further. Consider it more-or-less exact.

Property Opcode History Notes
model 1 Added 186 (2003-12-02)
name 2 Added 186 (2003-12-02)
desc 3 Added 186 (2003-12-02)

Removed 410 (2006-05-25)

model 5 Added 249 (2004-08-09) This saves space over opcode 1 when a loc only has shape 10.
width 14 Added 186 (2003-12-02)
length 15 Added 186 (2003-12-02)
blockwalk=no 17 Added 186 (2003-12-02)
blockrange=no 18 Added 186 (2003-12-02)
active 19 Added 186 (2003-12-02)
hillskew=yes 21 Added 186 (2003-12-02)
sharelight=yes 22 Added 186 (2003-12-02)
occlude=yes 23 Added 186 (2003-12-02)
anim 24 Added 186 (2003-12-02)
- 25 Added 186 (2003-12-02)

Removed 249 (2004-08-09)

This opcode was used internally for disposing of alpha data between animation frames. It was not manually defined
blockwalk=yes 27
walloff 28 Added 186 (2003-12-02)
ambient 29 Added 186 (2003-12-02)
contrast 39 Added 186 (2003-12-02)
op 30-35 Added 186 (2003-12-02) Originally this reserved opcodes >= 30 & < 39 (likely copy-pasted) but never exceeded 5 in actuality.
recol 40 Added 186 (2003-12-02)
retex 41
42
mapfunction 60 Added 186 (2003-12-02)
category 61
mirror=yes 62 Added 186 (2003-12-02)
shadow=no 64 Added 186 (2003-12-02)
resizex 65 Added 186 (2003-12-02)
resizey 66 Added 186 (2003-12-02)
resizez 67 Added 186 (2003-12-02)
mapscene 68 Added 186 (2003-12-02)
forceapproach 69 Added 186 (2003-12-02) This is a bitmask, one bit will be set - the direction.
offsetx 70 Added 194 (2004-01-07)
offsety 71 Added 194 (2004-01-07)
offsetz 72 Added 194 (2004-01-07)
forcedecor=yes 73 Added 194 (2004-01-07)
breakroutefinding=yes 74 Added 245 (2004-07-13)
raiseobject 75 Added 249 (2004-08-09)
multivar 77 Added 289 (2005-01-17)
78 Added 417 (2006-06-27) Area sound related, potentially bgsound?
79 Added 417 (2006-06-27) Area sound related, multiple bgsounds.
sethillskew 81 Added 465 (2007-07-19)