creating a monk weapon with effects
#21
Posted 16 April 2003 - 12:27 PM
The great wolf Fenrir gapes ever at the dwelling of the gods.
#22
Posted 16 April 2003 - 02:46 PM
I suppose I could have one tuto per style couldnt I to counter this?
how come you always look so damn cool in every photo I see you in?!?
Speaking of modding, I listened to IER 3 yesterday, so you can have another quote for your signature: how come you sound so damn cool, as well as look it? It's unfair. Seriously.
Still a cyberjock, still hacking the matrix, still unsure of what that means.
TeamBG member - http://www.teambg.eu
#23
Posted 16 April 2003 - 03:15 PM
This script checks to see if six seconds go by with "solablad" (Tsuki no Ken) being wielded by any party member except Solaufein. If they do, a string appears over the wielder's head and the sword is removed from the game. It doesn't replace the sword, and it doesn't equip the sword.IF
Delay(6)
OR(6)
HasItemEquiped("solablad",Player1) // Tsuki no Ken +4
HasItemEquiped("solablad",Player2) // Tsuki no Ken +4
HasItemEquiped("solablad",Player3) // Tsuki no Ken +4
HasItemEquiped("solablad",Player4) // Tsuki no Ken +4
HasItemEquiped("solablad",Player5) // Tsuki no Ken +4
HasItemEquiped("solablad",Player6) // Tsuki no Ken +4
!HasItemEquiped("solablad","sola") // Tsuki no Ken +4
!HasItemEquiped("solablad","solaufein") // Tsuki no Ken +4
THEN
RESPONSE #100
DisplayStringHeadOwner("solablad",79341) // Tsuki no Ken +4
TakePartyItem("solablad") // Tsuki no Ken +4
END
http://www.moveon.org/fox/
"You are what you do. Choose again, and change."
--Cordelia Naismith Vorkosigan
#24
Posted 18 April 2003 - 04:42 PM
Anyone else interested in figuring out how to get this working?
#25
Posted 19 April 2003 - 11:10 AM
how come you always look so damn cool in every photo I see you in?!?
Speaking of modding, I listened to IER 3 yesterday, so you can have another quote for your signature: how come you sound so damn cool, as well as look it? It's unfair. Seriously.
Still a cyberjock, still hacking the matrix, still unsure of what that means.
TeamBG member - http://www.teambg.eu