L2NET SCRIPT "GO TOWN"

02/23/2011 22:18 kingpt#1
Hey guys,

Any1 can tell me a script just to click "To village " when the char dies.

Thanks
02/27/2011 08:53 Palmatex#2
Quote:
Originally Posted by kingpt View Post
Hey guys,

Any1 can tell me a script just to click "To village " when the char dies.

Thanks
Code:
DO
	SLEEP 3000
	IF CHAR_CUR_HP == ZERO
		CALLSUB DEAD_RETURN
	ENDIF

LOOP ZERO == ZERO

END_SCRIPT

SUB DEAD_RETURN

	SLEEP 1000
	TAP_TO TOWN
	SLEEP 5000

RETURNSUB
02/27/2011 21:19 kingpt#3
Thanks :)

Do you know any script for when char targets something "you can't see the target" , it changes target ?
03/02/2011 15:48 Palmatex#4
Quote:
Originally Posted by kingpt View Post
Thanks :)

Do you know any script for when char targets something "you can't see the target" , it changes target ?
I working on it
03/04/2011 18:40 kingpt#5
Quote:
Originally Posted by Palmatex View Post
I working on it
ok thanks :)
06/24/2020 06:57 SlipX#6
Any updates since ?
No body shares scripts for l2net(