robecks Beginner
Joined: 22 Jun 2010 Posts: 17
|
Posted: Fri Sep 03, 2010 1:13 am
3.25 gmcp/alias |
i dont know if this is a bug or a feature of gmcp, but if you try to do an alias off of a gmcp trigger, it will fire the alias with the gmcp data and fire it normally ... eg
i have this code
Code: |
<trigger type="GMCP" param="201" priority="20" id="2">
<pattern>char*</pattern>
<value>#IF (%gmcp.char.status.state=="3") {#IF @autocast {sr}} {#VAR RecastOn 1}</value>
</trigger>
|
well if i go afk and let a spell wear off when i come back to state 3 i got this
cas { "level": 60, "exp": 242788, "tnl": 1212, "hunger": 70, "thirst": 70, "align": 2162, "state": 3, "pos": "Standing" , "enemy": "" }
or anytime i would cast a spell from autocast it would try to cast some gmcp data
unless i am doing something wrong |
|