mokilok Posted October 21, 2006 Posted October 21, 2006 Hi I need a script for auto xp my char. anyone who have it? and can post it?
Fantoma Posted January 14, 2007 Posted January 14, 2007 hello im looking for script like "char dead->return to the town->go to gk-> teleport to xxx place-> go to 1# point->exp..."
Guest TheVortex Posted January 14, 2007 Posted January 14, 2007 don't ask for things .. in other topics..just make a new in bots e.g [REGUEST]script like "char dead->return to the town->go to gk-> teleport to xxx place-> go to 1# point->exp..."
oTTo Posted January 22, 2007 Posted January 22, 2007 On l2walker, im summoning queen of cat but i cant use buff on it, how can i use it? or can you write a script for it? (L2walker 10.6.4 version....) skill_begin skill_id = 4699 skill_level = 3 name = [blessing of Queen] desc = [Queen's buff magic Temporarily increases your party member's critical damage amount rate and power. Effect 3.] name3 = [none] name4 = [none] skill_end
mpj123 Posted January 23, 2007 Posted January 23, 2007 if any of you are interested, theres a few scripts on www.ltwo.co.nr , i'm updating em as I do Class changes and such. The reason Ltwo was made was to be a script bank, where all the scripts would end up.
DNEEJ Posted January 23, 2007 Posted January 23, 2007 Guys anyone can say correct script for mana potions, in server when used potions restore 200Mp at moment, so need script wich drink mana potions not always just when MP is <70%....can help me any1, thxs
mpj123 Posted January 24, 2007 Posted January 24, 2007 LABEL(Manapot) CHARSTATUS(mp,<=,70) { <==== mana potion name + ID here } DELAY(1000) JMP(Manapot) just, run IGwalker and record yourself using a mana potion and copy paste it in between the braquets
DNEEJ Posted January 24, 2007 Posted January 24, 2007 LABEL(Manapot) CHARSTATUS(mp,<=,70) { <==== mana potion name + ID here } DELAY(1000) JMP(Manapot) just, run IGwalker and record yourself using a mana potion and copy paste it in between the braquets very very match....i long time looking for it and try make it self but failed......and one more thing, how it can be inplace in other's script's example: leveing script and in it inplace this script....how it shuold like? because at 1moment cannt run 2 scripts
joske Posted February 7, 2007 Posted February 7, 2007 u can implement it easily into something like a runscript (in case u want to run ur TH somewhere with silent move on) add this at the bottom of ur script: LABEL(Manapot) CHARSTATUS(mp,<=,70) { <==== mana potion name + ID here } RETURN then inject this part here and there in ur script CALL(Manapot)
mpj123 Posted February 7, 2007 Posted February 7, 2007 yes but you can't lets say use a potion of alac every 20 minutes and have this script as well.
panadolextra1 Posted March 5, 2007 Posted March 5, 2007 Here are some scrips, fot those who hate quests ,like me :D -Path to artisan -Path to cleric -Warsmith -pilgrim [fr] -testimony[fr] http://d.turboupload.com/d/1580305/artisan_cleric_warmith_pilgrim_testimony.rar.html
Lounar Posted March 8, 2007 Posted March 8, 2007 nice link bro but u have to help us cause the scripts are written in french...so u have to tp on your own and speak to npc's on your own to.....ooo i forgot path to artisan has 2 mistakes :) pm me if u wanna know
koprivec Posted March 18, 2007 Posted March 18, 2007 HI I want to know how did you learn about setting up a script? Are there any tutorials or something like that(how can i record my movements, etc.,...) ?
Recommended Posts