First Xml Script

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Blue Mage » First xml script
First xml script
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 09:21:45  
I'm in the works of writing my first xml for blu. I would like to see some recent xmls to help me understand more if anyone can post please.
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 10:21:06  
This is what I started out with. I didn't load it in yet as I need way more tweaking. Thoughts?

 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 10:33:24  
And it didn't work! -.-
 Quetzalcoatl.Xueye
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Sect
Posts: 6386
By Quetzalcoatl.Xueye 2011-06-29 10:34:42  
Did it give you an error or just not do anything?
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 10:39:33  
Does nothing.
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-06-29 10:41:11  
Here

That's a modified version of Wolfshadow's XML. I added some minor variables to it for certain things

And your spellcast needs a config setting, look on the spellcast wiki for that as well as:
Code
<variables clear=true>
</variables>
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 10:52:20  
I'll use wolfshadow's and fit my gear info it. I'll play about with mule's spellcast to figure all this out. Thanks
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 11:58:53  
Now i get this. Geez


 Asura.Nalath
Offline
サーバ: Asura
Game: FFXI
user: Nalath
Posts: 13
By Asura.Nalath 2011-06-29 12:34:07  
Cerberus.Sey said:
Now i get this. Geez



First... you should probably save it to "\Windower\plugins\spellcast" folder... instead of the Notepad++ folder...

Secondly... I would change the required version to 2.44 which is the newest spellcast version...

Thirdly... after doing the first thing... go into the game and type "//sc load Sey.xml" or in the console ".sc load Sey.xml" and see what spellcast says the errors are... 'cus just cus firefox/chrome/IE thinks there an error doesn't meant there is...
 Cerberus.Sey
Offline
サーバ: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2011-06-29 13:08:45  
Yep! That get it up and running for the first time. Now I need to fix all these poor practice errors I'm getting alot. -.-
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-06-29 17:18:58  
Firefox and all other browsers fix technical errors for coding, which will help because if you don't have a bracet or a misplaced backslash, it won't run the rest of the xml.