Bd script

02/01/2010 15:59 giwrghs#1
Hello,i am trying to create a script with my bd and my main.I want the bd to join the pt,dance and leave so he wont take xp.
The script so far:
This one i load it on my main

LABEL(Start)
!CharBuffs(Dance of Warrior[ID=271])
RequestJoinParty(Bd name,0)
Delay(500)
CharBuffs(Dance of Warrior[ID=271])
RequestOutParty(bd name)
JMP(START)
Delay(500)
JMP(Start)

And this to bd :

Label(Start)
IsMember(leader party name)
USESKILL(Dance of Fury[ID=275],SELF)
Delay(1500)
USESKILL(Dance of Fire[ID=274],SELF)
Delay(1500)
USESKILL(Dance of Warrior[ID=271],SELF)
Delay(20000)
Delay(500)

When i am loading them,just nothing happens,a friend told me that this commands are old but i dont know the new one,so can u help me find 'em out?
thnx in advance:P
Jmp(Start)

PS. I used search before make this post but didnt find something
02/01/2010 18:46 boblhead#2
Quote:
Originally Posted by giwrghs View Post
Hello,i am trying to create a script with my bd and my main.I want the bd to join the pt,dance and leave so he wont take xp.
The script so far:
This one i load it on my main

LABEL(Start)
!CharBuffs(Dance of Warrior[ID=271])
RequestJoinParty(Bd name,0)
Delay(500)
CharBuffs(Dance of Warrior[ID=271])
RequestOutParty(bd name)
JMP(START)
Delay(500)
JMP(Start)

And this to bd :

Label(Start)
IsMember(leader party name)
USESKILL(Dance of Fury[ID=275],SELF)
Delay(1500)
USESKILL(Dance of Fire[ID=274],SELF)
Delay(1500)
USESKILL(Dance of Warrior[ID=271],SELF)
Delay(20000)
Delay(500)

When i am loading them,just nothing happens,a friend told me that this commands are old but i dont know the new one,so can u help me find 'em out?
thnx in advance:P
Jmp(Start)

PS. I used search before make this post but didnt find something
Well my guess is that your version of walker doesn't support these codes. These codes were implemented for walker versions 2.13 and up ( correct me if I'm wrong). But if you do have the right version then this might help [Only registered and activated users can see links. Click Here To Register...] directly from towalker.com
02/01/2010 19:22 giwrghs#3
Quote:
Originally Posted by boblhead View Post
Well my guess is that your version of walker doesn't support these codes. These codes were implemented for walker versions 2.13 and up ( correct me if I'm wrong). But if you do have the right version then this might help [Only registered and activated users can see links. Click Here To Register...] directly from towalker.com
Thank you for this but i checked all these commands and all seems to be same with these in the script,right?
And no u are not wrong about the codes and the version :)
03/06/2010 06:08 kardaras#4
try these:



party leader script:


LABEL(Start)
JMP(DANSE)
!CharBuffs(Dance of the Mystic[ID=273])
RequestJoinParty(bd name,0)
Delay(500)
!CharBuffs(Dance of the Mystic[ID=273])
JMP(DANSE)
CharBuffs(Dance of the Mystic[ID=273])
RequestOutParty(bd name)
JMP(START)
Delay(500)
JMP(Start)


and bd script:



Label(Start)
!IsMember(party leader name)
JMP(Start)
USESKILL(Dance of Concentration[ID=276],SELF)
Delay(2000)
USESKILL(Dance of the Mystic[ID=273],SELF)
Delay(121000)
JMP(Start)

i use the same scripts and they run perfect and my nucker never stays without danses :)