@@ -33,30 +33,28 @@ Since May 30th on the [Slasher Patch](https://herc.ws/board/topic/928-memory-sla
33
33
34
34
#### Script Command Changes
35
35
36
- - [ instance_create] ( instance_create " wikilink ") 2nd param was renamed to owner_id, (was party_id) , and it got a 3rd
36
+ - ` instance_create ` 2nd param was renamed to owner_id, (was party_id) , and it got a 3rd
37
37
optional param that defines what kind of owner id it is (when not provided, assumes party_id, for backwards
38
- compatibility), available options are (IOT \_ stands for INSTANCE OWNER TYPE) IOT_NONE (0), IOT_CHAR (1), IOT_PARTY (2)
38
+ compatibility), available options are (` IOT_ ` stands for INSTANCE OWNER TYPE) IOT_NONE (0), IOT_CHAR (1), IOT_PARTY (2)
39
39
and IOT_GUILD (3).
40
- - [ instance_destroy] ( instance_destroy " wikilink ") no longer autodetects instance id from party id
41
- - [ instance_attachmap] ( instance_attachmap " wikilink ") was given a 4th, optional, param, "<new map name >", it allows a
40
+ - ` instance_destroy ` no longer autodetects instance id from party id
41
+ - ` instance_attachmap ` was given a 4th, optional, param, ` "<new map name>" ` , it allows a
42
42
entirely new map name to be specified for the instance (without the need of client-side edits). this option can be
43
- best employed when used on a instance of <owner_type> IOT_NONE
44
- - [ instance_detachmap] ( instance_detachmap " wikilink ") no longer autodetects instance id from party id
45
- - [ instance_id] ( instance_id " wikilink ") no longer supports any param
46
- - [ instance_set_timeout] ( instance_set_timeout " wikilink ") no longer autodetects instance id from party id
47
- - [ instance_announce] ( instance_announce " wikilink ") no longer autodetects instance id from party id, and to tell it to
43
+ best employed when used on a instance of ` <owner_type> ` IOT_NONE
44
+ - ` instance_detachmap ` no longer autodetects instance id from party id
45
+ - ` instance_id ` no longer supports any param
46
+ - ` instance_set_timeout ` no longer autodetects instance id from party id
47
+ - ` instance_announce ` no longer autodetects instance id from party id, and to tell it to
48
48
autodetect from the attached script you must set instance_id param as -1 as opposed to 0
49
- - [ instance_npcname] ( instance_npcname " wikilink ") no longer autodetects instance id from party id
50
- - [ has_instance] ( has_instance " wikilink ") no longer autodetects instance from party, however it now checks if attached
51
- player possesses a instance with same map as [ has_instance] ( has_instance " wikilink ") ( <param >) checks for
52
- - [ instance_warpall] ( instance_warpall " wikilink ") no longer autodetects instance from party
49
+ - ` instance_npcname ` no longer autodetects instance id from party id
50
+ - ` has_instance ` no longer autodetects instance from party, however it now checks if attached
51
+ player possesses a instance with same map as ` has_instance( <param>) ` checks for
52
+ - ` instance_warpall ` no longer autodetects instance from party
53
53
54
54
#### Other Changes
55
55
56
- - instance IDs (valid ones) are now always \ > = 0 as opposed to \ > 0
56
+ - instance IDs (valid ones) are now always >= 0 as opposed to > 0
57
57
58
58
## June
59
59
60
60
## July
61
-
62
- [ Category: Hercules ] ( Category:Hercules " wikilink ")
0 commit comments