Elemental Obis Handling With AutoExec? Please Ass

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Red Mage » Elemental Obis handling with AutoExec? Please ass
Elemental Obis handling with AutoExec? Please ass
 Asura.Eurewyen
Offline
サーバ: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2012-09-03 07:58:17  
Hello everyone,

I just made a huge mistake that I can cry over, I used to have a AutoExec wich handels all my elemental obis when on rdm, but I got some new things from a friend but maind block and just copy past direct into my own AutoExec. Now all my handelings is gone, and each time I use a spell on my rdm, spellcaster comes up with many lines with errors, anyone have one I can get, tryed to search the web for one, but unabel to find on :( please assist. I know this has someting to do with the <spellcast xmlns:xi="http://www.w3.org/2001/XInclude"> if not mistaken ?

Wanted to post my RDM XML if anyone can help me solv this problem thank you.

http://pastebin.com/Wpg4BbzK
 Phoenix.Sehachan
Guide Maker
Offline
サーバ: Phoenix
Game: FFXI
user: Seha
Posts: 13352
By Phoenix.Sehachan 2012-09-03 08:00:12  
Quote:
Please ***
Lmao. Quite a way to ask for help!
 Asura.Eurewyen
Offline
サーバ: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2012-09-03 08:01:51  
Phoenix.Sehachan said: »
Quote:
Please ***
Lmao. Quite a way to ask for help!

Opps I will change that asap :P So sorry

Admin,

I'm trying to remove the part Please ***, I coulden't fit the entier name properly :( But when pushing edit button and remove it, save then push F5 it apperase again in my topic line. Can u please be kind and help me remove those words thank you!
 Phoenix.Esvedium
Offline
サーバ: Phoenix
Game: FFXI
user: Esvedium
Posts: 73
By Phoenix.Esvedium 2012-09-05 09:58:24  
Spellcast handles obis just fine. No need for Autoexec to get involved.
Code
		<if advanced='("%SpellElement"="%WeatherElement" OR "%SpellElement"="%DayElement")'>
			<if advanced='"$Obi-%SpellElement"!="0"'>
				<equip when="precast|midcast">
					<waist lock="yes">$Obi-%SpellElement</waist>
				</equip>
			</if>
		</if>


You'll need variables for the obis that you have, like the following:
Code
		<var name="Obi-Fire">Karin Obi</var>
		<var name="Obi-Ice">Hyorin Obi</var>
		<var name="Obi-Wind">0</var>
		<var name="Obi-Earth">0</var>
		<var name="Obi-Thunder">Rairin Obi</var>
		<var name="Obi-Water">0</var>
		<var name="Obi-Light">0</var>
		<var name="Obi-Dark">0</var>
Log in to post.