Register for your free account! | Forgot your password?

You last visited: Today at 06:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Walker Scripts

Discussion on Walker Scripts within the Lin2 Exploits, Hacks, Bots, Tools & Macros forum part of the Lineage 2 category.

Reply
 
Old 05/15/2009, 00:19   #31
 
elite*gold: 0
Join Date: Dec 2008
Posts: 15
Received Thanks: 1
@Garicito
Basic Option... Look at Other Setting..look at down level..then checklist the [ ] Attack NPC

add 2 or 3 npc name,,,, just leave it....

sorry for my bad english

================================
Need help for login with L2Net IG..Please
vampirexxx is offline  
Old 05/16/2009, 10:05   #32
 
elite*gold: 0
Join Date: Apr 2008
Posts: 3
Received Thanks: 0
Im LF a script to enchant .. ty
Spiderwick is offline  
Old 05/21/2009, 13:49   #33
 
elite*gold: 0
Join Date: Aug 2007
Posts: 2
Received Thanks: 0
Can some1 post script for hot springs quest ?? The one you get the s grade jewels recipes that starts from jeremy in hot springs camp.

Thanx
liak0s is offline  
Old 05/21/2009, 16:13   #34
 
elite*gold: 0
Join Date: Dec 2007
Posts: 10
Received Thanks: 0
---------------------------------> <----------------------------------------
I think the best thing for ppl to know would be the script commands! E.G. A command to target a mob e.t.c. I know some basic ones from using the REC script button but thats about it.

If knew them all i would right alot of scripts for just about every thing, And ofcorse share them with u all. Does any one have a list of Script commands and there meaning ??I would be very interested Thanks
boomboy is offline  
Old 05/23/2009, 13:54   #35
 
elite*gold: 0
Join Date: May 2009
Posts: 13
Received Thanks: 3
Quote:
Originally Posted by boomboy View Post
---------------------------------> <----------------------------------------
I think the best thing for ppl to know would be the script commands! E.G. A command to target a mob e.t.c. I know some basic ones from using the REC script button but thats about it.

If knew them all i would right alot of scripts for just about every thing, And ofcorse share them with u all. Does any one have a list of Script commands and there meaning ??I would be very interested Thanks
blacksugar is offline  
Thanks
1 User
Old 05/24/2009, 08:52   #36
 
elite*gold: 0
Join Date: Apr 2008
Posts: 25
Received Thanks: 1
im having trouble in my bd sws sync scrypt....
BD
Code:
Label(Start)
!MemberStatus(O nome do seu char,Dance of Fury[ID=275])
UseSkill(Dance of the Vampire[ID=310],SELF)
MemberStatus(O nome do seu char,Song of Warding[ID=267])
UseSkill(Dance of the Warrior[ID=271],SELF)
MemberStatus(O nome do seu char,Song of Hunter[ID=269])
UseSkill(Dance of Fire[ID=274],SELF)
MemberStatus(O nome do seu char,Song of Invocation[ID=270])
UseSkill(Dance of Fury[ID=275],SELF)
Jmp(Start)
SWS
Code:
Label(Start)
MemberStatus(O nome do seu char,Dance of the Vampire[ID=310])
UseSkill(Song of Warding[ID=267],SELF)
MemberStatus(O nome do seu char,Dance of the Warrior[ID=271])
UseSkill(Song of Hunter[ID=269],SELF)
MemberStatus(O nome do seu char,Dance of Fire[ID=274])
UseSkill(Song of Invocation[ID=270],SELF)
Jmp(Start)
where is "O nome do se char" is where i put my main name...

any help?
l2imperio is offline  
Old 05/24/2009, 11:31   #37
 
elite*gold: 0
Join Date: Oct 2007
Posts: 3
Received Thanks: 0
yours having at fishing script to moved when no fish in spot?
thanks alls
crakchess is offline  
Old 05/27/2009, 05:09   #38
 
elite*gold: 0
Join Date: Oct 2008
Posts: 26
Received Thanks: 3
Quote:
Originally Posted by l2imperio View Post
im having trouble in my bd sws sync scrypt....
BD
Code:
Label(Start)
!MemberStatus(O nome do seu char,Dance of Fury[ID=275])
UseSkill(Dance of the Vampire[ID=310],SELF)
MemberStatus(O nome do seu char,Song of Warding[ID=267])
UseSkill(Dance of the Warrior[ID=271],SELF)
MemberStatus(O nome do seu char,Song of Hunter[ID=269])
UseSkill(Dance of Fire[ID=274],SELF)
MemberStatus(O nome do seu char,Song of Invocation[ID=270])
UseSkill(Dance of Fury[ID=275],SELF)
Jmp(Start)
SWS
Code:
Label(Start)
MemberStatus(O nome do seu char,Dance of the Vampire[ID=310])
UseSkill(Song of Warding[ID=267],SELF)
MemberStatus(O nome do seu char,Dance of the Warrior[ID=271])
UseSkill(Song of Hunter[ID=269],SELF)
MemberStatus(O nome do seu char,Dance of Fire[ID=274])
UseSkill(Song of Invocation[ID=270],SELF)
Jmp(Start)
where is "O nome do se char" is where i put my main name...

any help?
I was checking out your script and notice you don't have any DELAY() settings could this be an issue?
jasonvorhes is offline  
Old 05/28/2009, 07:16   #39
 
elite*gold: 0
Join Date: Apr 2008
Posts: 25
Received Thanks: 1
well i figure out that its more complicated than i was thinking...
the problem is that some script commands are broken....
so what i did was make sub rules...
i could test again with sws and bd, but i could make the SWS song just after last song over and in a row...
what i want it a script that makes the bd and sws dance and song like this: D S D S D S ...
i wil try latter but i will do it ....
Edit what i could do is...
SWS
Code:
Label(Start)

!CharBuffs(swsname,Song of Warding[ID=267)
{
Call(warding)
}

Label(back1)

!CharBuffs(swsname,Song of Hunter[ID=269])
{
Call(hunter)
}

Label(back2)

!CharBuffs(swsname,Song of Invocation[ID=270])
{
Call(invo)
}
Jmp(Start)

Label(warding)

!CharBuffs(swsname,Song of Warding[ID=267)
CharBuffs(swsname,Dance of the Vampire[ID=310])
{
UseSkill(Song of Warding[ID=267])
}
Call(back1)

Label(hunter)

!CharBuffs(swsname,Song of Hunter[ID=269])
CharBuffs(swsname,Dance of Fire[ID=274])
{
UseSkill(Song of Hunter[ID=269])
}
Call(back2)

Label(invo)

!CharBuffs(swsname,Song of Invocation[ID=270])
CharBuffs(swsname,Dance of Fury[ID=275])
{
UseSkill(Song of Invocation[ID=270])
}
Return(start)
Jmp(Start)
BD
Code:
Label(Start)
!CharBuffs(BDNAME,Dance of the Vampire[ID=310])
Call(VAMP)
Label(back1)
!CharBuffs(BDNAME,Dance of Fire[ID=274])
Call(FIRE)
Label(back2)
!CharBuffs(BDNAME,Dance of Fury[ID=275])
Call(FURY)
Jmp(start)


Label(VAMP)
!CharBuffs(BDNAME,Dance of the Vampire[ID=310])
!CharBuffs(BDNAME,Song of Invocation[ID=270])
{
UseSkill(Dance of the Vampire[ID=310])
}
Return(back1)

Label(FIRE)

!CharBuffs(BDNAME,Dance of Fire[ID=274])
CharBuffs(BDNAME,Song of Warding[ID=267])
{
UseSkill(Dance of Fire[ID=274])
}
Return(back2)

Label(FURY)

!CharBuffs(BDNAME,Dance of Fury[ID=275])
CharBuffs(BDNAME,Song of Hunter[ID=269])
{
UseSkill(Dance of Fury[ID=275])
}
Return(Start)
jmp(Start)
the error that acour is the bd keep dancing vampire...
i dunno why but i should be right....
any help?
l2imperio is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Walker Scripts on second class trensfer
05/18/2008 - General Coding - 0 Replies
Hi, anybody knows about some page with those scripts? (im actually searching for C4 versions) or if just anybody have scripts to trensfer on: Hawkey Prophet Shillien Elder I'll be very happy if anybody haves,,(Im also searching it for more pll than only me, so much ppl will be happy for this =)
L2 Walker Scripts
04/09/2008 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies
Hello,i need l2 walker scripts for 1st class and second class transfer,i tryed to find in google but no results :/ Can some one can help me,thx :)
L2 Walker Scripts
06/15/2007 - Lineage 2 - 1 Replies
Hi! Some1 can give me buffs id to use in some scripts?? TY
Walker Scripts?
03/29/2005 - Lineage 2 - 0 Replies
Hi, I have some questions about the walker scripts... 1. Is there some sort of tutorial out there? 2. Anyone got a script for running back to your favorite Mob from Town when you died? 3. Why hasn't anyone asked this questions before... :cool: THX guys! (You can answer in English or in German ;-) )



All times are GMT +2. The time now is 06:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.