Skip to content

Stormfront Protocol

Sean Proctor edited this page Jul 15, 2022 · 2 revisions

I'm going to document the lessons I've learned about the protocol here:

Dialogs:

example:

<openDialog type='dynamic' id='spellChoose' resident='false' title='Choose A New Spell' save='false' location='center' height='460' width='600'><dialogData id='spellChoose' clear='t'><streamBox id='spells' top='40' left='15' width='250' height='380' /><streamBox id='spellInfo' top='40' left='20' width='300' height='380' anchor_left='spells' /><closeButton id='chooseSpell' value='Close' width='200' top='-10' left='0' align='s' /><label id='Instructions1' value='Spells available for you to choose are listed in the left panel.  Click the spell on the left' top='0' left='10' wrap='true'/><label id='Instructions2' value='panel and then click the button below to choose it from your guildleader.' top='16' left='10' wrap='true'/></dialogData></openDialog>
<exposeDialog id='spellChoose'/>
<output class='mono'/>
<dynaStream id='spells'>Fabrication</dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Arbiter's Stylus">Arbiter's Stylus</d></dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Regalia">Regalia</d></dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Iridius Rod">Iridius Rod</d></dynaStream>
<dynaStream id='spells'></dynaStream>
<dynaStream id='spells'>Illusion</dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Fluoresce">Fluoresce</d></dynaStream>
<dynaStream id='spells'></dynaStream>
<dynaStream id='spells'>Noematics</dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Platinum Hands of Kertigen">Platinum Hands of Kertigen</d></dynaStream>
<dynaStream id='spells'>  <d cmd="_magic ask -42296 Nonchalance">Nonchalance</d></dynaStream>
<dynaStream id='spells'></dynaStream>
<output class=''/>
Clone this wiki locally