Jump to content


Photo

Autoexec crashing in Delve


    No replies to this topic

    #1 Cptbirdseye

    Cptbirdseye

      Advanced Member

    • Members
    • PipPipPip
    • 88 posts

      Posted 13 November 2014 - 11:29 AM

      I have this little paragraph in Autoexec to load a couple of plugins when entering delve:


       

      <register silent="true" runonce="true" event="zone_*[U]">ae trigger load_DelvePlugins</register>
      <register silent="true" event="load_DelvePlugins">wait 5;input //lua load plasmon;wait 1;input //lua load scoreboard;wait 1;ae regonceq (regex)zone_(?!.*?[U]$).*(/regex) ae trigger unload_DelvePlugins</register>
      <register silent="true" event="unload_DelvePlugins">wait 5;input //lua unload plasmon;wait 1;input //lua unload scoreboard;wait 1;ae regonceq zone_*[U] ae trigger load_DelvePlugins</register>
       

       

      Unfortunately it results in FFXI crashing with a runtime error until I remove it.  I suspect perhaps because it's using [U] in the zone name as I'm able to manually load the addons inside delve.






      1 user(s) are reading this topic

      0 members, 1 guests, 0 anonymous users