I removed the actions so that was working I just dk how to put on my damn mavi helm when CA is up.
I removed the actions so that was working I just dk how to put on my damn mavi helm when CA is up.
Ty Radec for help, it turns out that my problem was actually that I didn't set any group as default so it was causing crash. May be something to look into for other ppl having similar issues.
Hey i got the Twilight cape but im retarted when it comes to making scripts i can edit gear in but thats about it.. i got this off the User submitted i was wondering if what i added will work for making twilight cape work for Same element as day/weather as i cast. i hope this works iv never did a pastebin thing let me know how to do it if it dont work. i highlighted the 2 lines i added.
nvm i need 10 post first ; ; if anyone can help me get this cape working with spellcast let me know plz ty
This is based off of what I use in my BLM xml for obis, so it should work...
Just put that somewhere in your "magic" rules and see if it works. Alternatively, you can put it in a <if notskill="enhancingmagic"> section, because it'll do nothing for enhancing magic.Code:<if advanced='("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")'> <equip When="midcast"> <back lock="yes">Twilight Cape</waist> </equip> </if>
<script src="htt://pastebin.com/embed_js.php?i=n8BDv8S4"></script>
You have the if tags fucked up for that rule. You have it as
</if> advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>
It should be:
</if advanced='("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")'>
Also, xml validators are your friend.
http://www.w3schools.com/xml/xml_validator.asp
<script src="htt://pastebin.com/embed_js.php?i=HkDbQNJT"></script>
Still not working tell me how that looks
The opening if tag is incorrect. Remove the backslach in </if Advanced.....Code:</if Advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>
so it becomes
Code:<if Advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>
htt://pastebin.com/embed_js.php?i=NjQxxsLt
Im 100% sure i got it corrected to what you said but it will wont work. can you see if its in right area.. or maybe the whole back thing is incorrect or am i running a outdated version.. this cape is good but useless to me if i cant use in spellcast
Hey guys i was wondering if anyone had any ideas how to incorporate Twilight Cloak into spellcast so that i can still use my hp down gear for sorc ring, which swaps my body and head along with others, but keep casting impact. Sorry if this has been addressed already and thank you for your help and inputs.
that might be hard.. idk but can u get the cape to work?
ya heres my code for it
Code:<if advanced='("%SpellElement"="%WeatherElement" OR "%SpellElement"="%DayElement") AND "$Have%SpellElementObi" == "1"'> <equip when="Midcast"> <waist>$%SpellElementObi</waist> <back>Twilight Cape</back> </equip> </if> <if advanced='"%SpellElement"="%DayElement"'> <equip when="Midcast"> <legs>Sorcerer's Tonban</legs> <back>Twilight Cape</back> </equip> </if>
where would i put this? my xml already has something with obis in it