Help - Search - Members - Calendar
Full Version: Please Help! Nexus Rewear Armour Not Working
Achaea's Forums > Off-Topic > Tech Support > Client Help
Semla
<var name="armor_on">1</var>

<trig name="You remove a suit of scale mail.">#set armor_on 0
#echo Armour is removed</trig>

<trig name="You have recovered balance on all limbs.">#highlight "Green on white"
#if armor_on = 0 wear 113083
</trig>

<trig name="You are now wearing a suit of scale mail.">#set armor_on 1</trig>

What didi I do wrong? I purposely ledft out the <reflexbundle> and <group=> things on here but they are there on the main script
Mishgul
#if armor_on=0 {#send wear 113083}


also what message do you get if any instead of wearing armour?
Semla
before the balance happens I get a please clarify. like right ater it echoes that the armour was removed. and thanks
*edit its like it is not changing the value of amor_on
**edit ok apparently that was not the only thing wrong with my script
Mishgul
#if armor_on=0 {
#send wear 113083
#set armor_on 1
}
is it fixed?
Semla
its not changing the vale before the armour has to go on. sorry for not claryfing that
Mishgul
#if armor_on=0 {
#send wear 113083
#wait 500
#set armor_on 1
}

<trig name="You remove a suit of scale mail.">
#wait 500
#set armor_on 0
#echo Armour is removed
</trig>
Semla
still it does not rewear the armour
Mishgul
are you sure you have the number right? try 13083
Semla
You remove a suit of scale mail.
2335h, 2750m, 10575e, 11400w e-
Your meaning eludes me.
2335h, 2750m, 10575e, 11400w e-
Armour is removed

Exelethril sighs and slumps slightly.
2335h, 2750m, 10575e, 11400w e-
Exelethril says in a soft, focused voice, "Can I spar you?"
2335h, 2750m, 10575e, 11400w e-
You have recovered balance on all limbs.

for when removed
#wait 500
#set armor_on 0
#echo Armour is removed


to check etc at balance
#highlight "Green on white"
#if armor_on=0 {
#send wear scalemail113083
#wait 500
#set armor_on 1
}
Minosha
QUOTE (Semla @ Jul 16 2009, 02:46 PM) *
You remove a suit of scale mail.
2335h, 2750m, 10575e, 11400w e-
Your meaning eludes me.
2335h, 2750m, 10575e, 11400w e-
Armour is removed

Exelethril sighs and slumps slightly.
2335h, 2750m, 10575e, 11400w e-
Exelethril says in a soft, focused voice, "Can I spar you?"
2335h, 2750m, 10575e, 11400w e-
You have recovered balance on all limbs.

for when removed
#wait 500
#set armor_on 0
#echo Armour is removed


to check etc at balance
#highlight "Green on white"
#if armor_on=0 {
#send wear scalemail113083
#wait 500
#set armor_on 1
}


Shouldn't this be:
#if $armor_on=0 {

?
Semla
ok that fixed it thanks tons
Mishgul
ah. Yeah nevermind. nice one
Semla
Again thanks to both of you. You have been a great help. And now I must head off to work. :3 Im glad to cus today was me day off. Wewt Ovetime
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.