Nice post man :)
[Only registered and activated users can see links. Click Here To Register...]Quote:
in order for l2net to work, is it nececary to gat the registration key or is it just for some bonus features?
your links are dead :)Quote:
[Only registered and activated users can see links. Click Here To Register...]
and u dont need anything else
Gludio Deleveling ScriptQuote:
I would like to ask you if you have a delevel script for l2.net please share with me.
Here is my adress: [Only registered and activated users can see links. Click Here To Register...]
So if you have a working DElevel script plz write me.
Thx
DEFINE INT Delevel_To 51
DEFINE INT Offset_MIN 700
DEFINE INT Offset_MAX 800
DEFINE INT X 0
DEFINE INT Y 0
DEFINE INT Min_delay 250
DEFINE INT Max_delay 400
DEFINE INT Temp 0
DEFINE INT OFFSET 0
DEFINE INT DEATHS 0
SET_TARGETING TYPE ZERO
DO
COMMAND "/target Thoma"
SLEEP 500
COMMAND "/target Thoma"
SLEEP 500
GET_RAND TEMP "<&Offset_Min&>" "<&Offset_MAX&>"
X = TARGET_X - TEMP
GET_RAND TEMP "<&Offset_MIN&>" "<&Offset_MAX&>"
Y = TARGET_Y - TEMP
//PRINT_TEXT "TARGET_X <&TARGET_X&> Offset <&TEMP&>"
//PRINT_TEXT "TARGET_Y <&TARGET_Y&> Offset <&TEMP&>"
MOVE_TO "<X&>" "<Y&>"
CALLSUB Delay
ATTACK_TARGET
ATTACK_TARGET
DO
sleep 500
LOOP CHAR_CUR_HP > ZERO
IF CHAR_CUR_HP == ZERO
SLEEP 2000
TAP_TO TOWN
SLEEP 1000
DEATHS = DEATHS + ONE
PRINT_TEXT "Deaths so far: <&DEATHS&>"
ENDIF
SLEEP 3000
LOOP CHAR_LEVEL != Delevel_To
END_SCRIPT
SUB Delay
GET_RAND TEMP "<&Min_delay&>" "<&Max_delay&>"
RETURNSUB
Well that script doesn't work for me he just die 1 time and don't attack the guard again :confused:Quote:
do what? it's a script you can use it on all servers if the gm didn't change the NPC's names.
If the guard's name is different, just change Thoma with the new name and run the script.