corbas Posted May 9, 2008 Posted May 9, 2008 why I start some script, but it still dosnt work :-[ Quote
d3d051 Posted May 10, 2008 Posted May 10, 2008 Very nice guide, I think that new users should read guide like this to learn what can walker do or not. I'm sick of ppl who thinks walker is a cheat that can lvl up you from lvl 1 to 80 just pressing 1 button and they start asking you how to activate the cheat and I have to tell them that it's not a f****** cheat, it's just a bot and then they ask: "What does a bot do" and then I click delete + block contact =) You should add that it would be easier with IG Walker with the script make function. +1 Sticky from me Quote
guigolm Posted May 10, 2008 Posted May 10, 2008 nice guide... is it possible to make some script to use automatically cp potions? i have already made a mana script and it works fine... but on cp he just stays spamming cp potions like hell, even when my cp is 100%... and i know my script is correct cause it works on mana potion... any idea? thanks Quote
jan10 Posted May 10, 2008 Posted May 10, 2008 Making walker for dragon network isnt so good idea :P i preffer game without walker ;) Quote
d3d051 Posted May 10, 2008 Posted May 10, 2008 Making walker for dragon network isnt so good idea :P i preffer game without walker ;) This is SPAM. This is a guide of how to make scripts. Nobody talk about DN so if u don't like walkers or hacks just leave the forum. This topic has nothing to do with making walkers. It's just a guide. Quote
eL2user Posted May 28, 2008 Posted May 28, 2008 I was just needing this, I must get a script for frenzy, zealot and battle roar, still, even with the guide it doesn't look very easy to make, but slowly I'll get there, must read the guide again and again anyway. Thank you for sharing even it not being yours. Quote
BoOM Posted May 28, 2008 Posted May 28, 2008 wow thx for sharing.. now i can try to make a script :D Quote
mandachumbo Posted June 12, 2008 Posted June 12, 2008 Live example! I create it and leveling a tank in gludio 16-24. Requiriments: Char in center of gludio town. 200 Healig Pots Top No Grade Set Patching L2Walker: define patchpoint and use Healing Pots if HP < 30%. LABEL(start) SET(L2WALKER,DISABLE) SET(FIGHTSTOP) MOVETO(-14251,123654,-3143) MOVETO(-14251,123654,-3143) MOVETO(-14251,123654,-3143) //GROCERY MOVETO(-14305,124183,-3143) MOVETO(-14529,124572,-3149) MOVETO(-14622,124626,-3112) MOVETO(-14681,124626,-3140) MOVETO(-14817,124512,-3140) //CHECK SOULSHOT ITEMCOUNT(Soulshot: No Grade[iD=1835],<=,1000) { NPCSEL(Harmony[iD=30254]) NPCDLG(Harmony[iD=30254]) DLGSEL(Buy Consumables and Minerals ) BUYITEM(Soulshot: No Grade[iD=1835],6000;) } //CHECK RECOVERY NO GRADE LABEL(pen) ITEMCOUNT(Scroll: Recovery[iD=8594],<,1) { NPCSEL(Harmony[iD=30254]) NPCDLG(Harmony[iD=30254]) DLGSEL(Buy Consumables and Minerals ) BUYITEM(Scroll: Recovery[iD=8594],1;) } //CHECK RECOVERY GRADE D LABEL(pen2) ITEMCOUNT(Scroll: Recovery[iD=8595],<,1) { NPCSEL(Harmony[iD=30254]) NPCDLG(Harmony[iD=30254]) DLGSEL(Buy Consumables and Minerals ) BUYITEM(Scroll: Recovery[iD=8594],1;) } //RETURN CENTER LABEL(center) MOVETO(-14877,124265,-3140) MOVETO(-14930,124082,-3112) MOVETO(-14903,123962,-3143) MOVETO(-14484,123778,-3143) MOVETO(-14347,123637,-3143) CALL(buff) //BUFFS LABEL(buff) MOVETO(-14290,123223,-3143) MOVETO(-14197,122698,-3143) MOVETO(-14140,122222,-3016) MOVETO(-13975,121996,-3015) NPCSEL(Newbie Guide[iD=31077]) NPCDLG(Newbie Guide[iD=31077]) DLGSEL(Check the list of available Support Magic.) DLGSEL(Receive support magic.) DELAY(4000) MOVETO(-14159,122191,-3015) MOVETO(-14155,122492,-3143) MOVETO(-14256,122913,-3143) MOVETO(-14304,123404,-3143) MOVETO(-14274,123548,-3143) //RUN LABEL(spot) MOVETO(-14100,123640,-3143) MOVETO(-13569,123664,-3143) MOVETO(-12884,123656,-3143) MOVETO(-12236,123645,-3128) MOVETO(-11264,123810,-3068) MOVETO(-10153,123885,-3060) MOVETO(-9364,123890,-2924) MOVETO(-8545,123888,-2898) MOVETO(-7344,123868,-3059) MOVETO(-6887,122789,-3060) MOVETO(-6889,121557,-3104) MOVETO(-6786,120701,-3128) //PATCHPOINTS LABEL(setpatch) SET(DEFRANGE,CLEAR) SET(DEFPATH, CLEAR) Set(RANGETYPE, DEFPATH) SET(DEFPATH,ADD,-6505,122823,-3032,2500) SET(DEFPATH,ADD,-6201,118077,-3312,2500) SET(DEFPATH,ADD,-4568,116429,-3344,1500) SET(DEFPATH,ADD,-6806,115934,-3312,1500) SET(DEFPATH,ADD,-5366,114948,-3344,2000) SET(L2WALKER,ENABLE) SET(FIGHTSTART) //LIVE? LABEL(live) DELAY(50000) CharStatus(CHP,<=,0) { DELAY(1000) GOHOME() DELAY(10000) SET(L2WALKER,DISABLE) SET(FIGHTSTOP) MOVETO(-14251,123654,-3143) MOVETO(-14251,123654,-3143) USEITEM(Scroll: Recovery[iD=8595]) USEITEM(Scroll: Recovery[iD=8594]) CALL(start) } CALL(live) Click Run and leveling! A good choice is buy a lot of seeds and set Walker for harvest. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.