test.xml
<register event="zone_*" silent="false" runonce="false"> wait 10; gs c sub; </register>
The command in question is //ax convert test. It doesn't do anything.
If I change it to "zone_metalworks", it generates the code below. What it does is, it fires up GearSwap custom command "sub" after 10sec of zone.
[1]={
["silent"]="false",
["name"]="zone_metalworks",
["once"]="false",
["command"]=" wait 10; gs c sub;"
}
When I moved to Metalworks, it did nothing. I even changed the command to "/cry" but still did nothing.
I then tested a simple event of "chat_tell_*_xxx" to fire up "/cry", it doesn't do anything.
Every time I change the LUA file, I did //lua reload autoex, and checked the console log to make sure AutoEx is loaded with the updated event.
test.xml
<register event="zone_*" silent="false" runonce="false"> wait 10; gs c sub; </register>The command in question is //ax convert test. It doesn't do anything.
If I change it to "zone_metalworks", it generates the code below. What it does is, it fires up GearSwap custom command "sub" after 10sec of zone.
[1]={
["silent"]="false",
["name"]="zone_metalworks",
["once"]="false",
["command"]=" wait 10; gs c sub;"
}
When I moved to Metalworks, it did nothing. I even changed the command to "/cry" but still did nothing.
I then tested a simple event of "chat_tell_*_xxx" to fire up "/cry", it doesn't do anything.
Every time I change the LUA file, I did //lua reload autoex, and checked the console log to make sure AutoEx is loaded with the updated event.