Jump to content

[Bot]L2Mafia through l2net.


Hax0r

Recommended Posts

im not that good with scripting and such :x so i dont know how to make one, but it's not that i need

it that bad, im not really playing it..

With it you mean L2J, Retail, OFF, l2mafia? L2.net is probably better than walker in some parts since you can inject packets.

Link to comment
Share on other sites

what im trying to say is that i dont know how to do it~

That's what I thought. Then I started to read others' scripts and stickied things at the official forums. I've never written a full script myself cause I can copy paste some parts from here.

Link to comment
Share on other sites

try this out.

 

 

this was made by GrandMasterBash

COMMAND "/cls"
SLEEP 1000


DEFINE INT Adena_U_ID 1
DEFINE INT AdenaID 57
DEFINE String WordToDraw "0000000000000111111111111100000000000000*0000000000011000000000000011000000000000*0000000000110000000000000001100000000000*0000000011000000000000000000011000000000*0000000110000000000000000000001100000000*0000000100000011000000011000000010000000*0000000100000000000000000000000010000000*0000000100000000000100000000000010000000*0000000100000000001000000000000010000000*0000000100000000011000000000000010000000*0000000100000000011110000000000010000000*0000000100000000000000000000000010000000*0000000100000000000000000000000010000000*0000000100000000000000000000000010000000*0000000110000100000000000100001100000000*0000000011000010000000001000011000000000*0000000000110001111111110001100000000000*0000000000011000000000000011000000000000*0000000000000111111111111100000000000000*"
//L2Net  
//DEFINE String WordToDraw "0000110011110001100010011111001111111000*0000110000001001010010011000000001000000*0000110000010001001010011110000001000000*0000110000100001000110011000000001000000*0000111101111101000010011111000001000000*"
DEFINE String CharToDraw "<&null&>"
DEFINE INT TextLength 0
DEFINE INT Current_X_Position 0
DEFINE INT Current_Y_Position 0
DEFINE INT Start_X_Position 0
DEFINE INT Start_Y_Position 0
DEFINE INT Counter 0
DEFINE INT LetterSpacing 5
DEFINE INT LineSpacing 5
DEFINE INT Z_Add 0
DEFINE INT Dummy 0
DEFINE INT ItemID 57
DEFINE INT AdenaUID 0
DEFINE_GLOBAL INT HowFar 0
DEFINE String Skip "0"
DEFINE String Draw "1"
DEFINE String CRLF "*"
DEFINE STRING Keyword "redo"

DEFINE INT drop_id 0
DEFINE INT drop_uid 0
ITEM_GET_ID drop_id "Adena"
INVEN_GET_UID drop_uid "<&drop_id&>"

MATH Current_X_Position CHAR_X SUBTRACT i105
MATH Current_Y_Position CHAR_Y SUBTRACT i100
SET Start_X_Position Current_X_Position
SET Start_Y_Position Current_Y_Position
MATH TextLength WordToDraw LENGTH
INVEN_GET_UID AdenaUID "<&ItemID&>"
DO
MATH CharToDraw WordToDraw SUBSTRING Counter ONE
SWITCH CharToDraw
	CASE Skip
		MATH Current_X_Position Current_X_Position ADD LetterSpacing
		BREAK 1
	CASE Draw
		MATH Current_X_Position Current_X_Position ADD LetterSpacing
		Callsub DropAdena
		BREAK 1
	CASE CRLF
		MATH Current_Y_Position Current_Y_Position ADD LineSpacing
		MATH Current_X_Position CHAR_X SUBTRACT i105
ENDSWITCH

MATH Counter Counter ADD ONE

LOOP TextLength != Counter

PRINT_TEXT "DONE"

END_SCRIPT

Sub DropAdena
DROP_ITEM "<&AdenaUID&>" 1 "<&Current_X_Position&>" "<&Current_Y_Position&>" "<&CHAR_Z&>"
SLEEP 300
DISTANCE HowFar Current_X_Position Current_Y_Position ZERO CHAR_X CHAR_Y ZERO
MATH Dummy Current_X_Position SUBTRACT CHAR_X
PRINT_TEXT "Distance <&Dummy&>"

RETURNSUB

 

 

Link to comment
Share on other sites

aha I remember now, it draws the word "adena" on the floor with adenas^^ haha funny.

It's impossible to be done since l2mafia has disallowed dropping items on the floor.

 

PS: I'll try it on another server :P

 

LoL, it's a face :P

Link to comment
Share on other sites

  • 6 months later...
  • 4 weeks later...
  • 1 month later...
  • 2 months later...

7:32:35 :[loaded saved server list

7:32:35 :[loaded saved blowfish list

7:32:48 :[starting login Process

7:32:49 :[#############################

7:32:49 :[ERROR: OOG Login thread crashed

7:32:49 :[#############################

 

 

any help ?  :P

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...