Help With NIN SC

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Ninja » Help with NIN SC
Help with NIN SC
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-07-13 08:42:13  
Pastebin
So like everything is perfect... sorta. I can't get the WS hands working for night. I figured the way I did it was wrong but I thought I'd give it a try. Anyone know what I need to do?
 Cerberus.Lightvision
Offline
サーバ: Cerberus
Game: FFXI
By Cerberus.Lightvision 2011-07-13 21:39:26  
can try something like this

Pastebin

something like that, by makeing an extra set and using CritWS as the baseset then in your WS rules for Jin etc have your switch there similar how i have put it,, i donno if it will work or not, you can test it out.

i cannot remember how i had it set but was something similar.

hope this helps you or if nto gives you some idea on hiw to get it working. to be honest i never really used variables for any job.

i will try see if i can find my backup of my SC xml's
 Bahamut.Milamber
Offline
サーバ: Bahamut
Game: FFXI
user: milamber
Posts: 3691
By Bahamut.Milamber 2011-07-14 02:12:19  
Code

<!-- WS Hands Variable -->
<if mode="or" timeLT="6.00" timeGT="17.59">
<var cmd="set hands $NightWSHands" />

You need to escape the $ character in the string for the variable you are using.

i.e. \$NightWSHands
 Cerberus.Wolfshadow
Offline
サーバ: Cerberus
Game: FFXI
Posts: 2269
By Cerberus.Wolfshadow 2011-07-14 02:44:13  
What I do is use:

<if TimeLT="18.01" TimeGT="6.00">
<var cmd="set DayOrNight Day"/>
</if>
<else>
<var cmd="set DayOrNight Night"/>
</else>

to set the Variable

<var name="DayOrNight">Day</var>

and then I, for instance, make sets called NightWS and DayWS, and use in my rules

<action type="equip" set="$DayOrNightWS" />

for my Weaponskill rule. That's what works for me, so it might be something to consider, or at least compare my notation of setting the variable for day/night.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-07-15 05:36:15  
... crap. I don't get any of this. x_x;
 Bahamut.Milamber
Offline
サーバ: Bahamut
Game: FFXI
user: milamber
Posts: 3691
By Bahamut.Milamber 2011-07-15 08:39:58  
Phoenix.Shiomi said:
... crap. I don't get any of this. x_x;
between lines 260 and 280 in your spellcast (that you put on pastebin)

replace things that look like:
<var cmd="set hands $NightWSHands" />

with things that look like:
<var cmd="set hands \$NightWSHands" />

Try that.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-07-15 08:55:03  
Do I need to do this with all of them or just that one?

Huh... seems to have done the trick. But why? ><
 Bahamut.Milamber
Offline
サーバ: Bahamut
Game: FFXI
user: milamber
Posts: 3691
By Bahamut.Milamber 2011-07-15 10:55:07  
Phoenix.Shiomi said:
Do I need to do this with all of them or just that one?

Huh... seems to have done the trick. But why? ><

Everything where you have a <var cmd="set blahvar $variable">

You can try to figure out what was going on in the original by using "sc var list", and seeing what values are being assigned to your variables.
Edit:
Here's the why:

Quote:

Assigning a variable to another variable's value:
set Variable1Name $Variable2Name
Note: When assigning one variable to another, it will only transfer one word unless using quotes when defining the second variable.
So... supposedly you would need to use something like <var>"Heafoc Mitts"</var> when you defined your variable, and then it might work in the first fashion.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-07-16 14:38:45  
Ok... so I found some other things that weren't working but as I kept going I figure it out.

http://pastebin.com/CiW9xjB7

This is what I have now. Just by looking at it, is it good? I haven't tested it yet since it's night time in game.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-08-07 18:57:35  
So I still can't seem to figure this out. It's not working with two things as far as I can tell now.

My 3 variables for Night and day are all a little weird. My TP set is working fine (Puts on Dusk during the day, Koga Tekko at night), my idle feet work fine (Danzo Sune-ate at day, Ninja Kyahan at night) however I can't get my WS variables to work (Iga Tekko +2 during the day, Koga Tekko at night) now, I only have a few WS this would matter on that I actually use, but I'd like it to still work for when better and other stuff comes out. But atm, when I do Blade: Ten at night, it doesn't change gear. When I do any Tachi WS, it doesn't change either.

Now the second thing is, when I have a GK equipped it doesn't equip my grip or change my body (From Ninja Chainmail to Loki's Kaftan). Idk why it's not, no reason's I can see.

Here is the paste bin so you can see: HERE!

Anyways, thanks for any and all help. After this I'm hoping I can really figure this stuff out on my own. ><;;
necroskull Necro Bump Detected! [167 days between previous and next post]
 Fenrir.Tessy
Offline
サーバ: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2012-01-21 18:20:41  
Well true this SC has some issues.

I just tryed it out, sometimes it dosen't sweap correct things according to listed items.

And also gave me a failure notice wich said like this.

Did not find set zoning in group DD. I was in abyssea on give time when failuer popped up on screen.

I belive the SC is pretty decent if the small things can be corrected, so if anyone have a spare time to help out, and check this SC true would be appriciated alot thanks.
Log in to post.