aasi888 Posted May 16, 2008 Posted May 16, 2008 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. Quote
gacha Posted May 16, 2008 Posted May 16, 2008 what im trying to say is that i dont know how to do it~ Quote
aasi888 Posted May 16, 2008 Posted May 16, 2008 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. Quote
mpj123 Posted May 18, 2008 Posted May 18, 2008 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 Quote
Hax0r Posted May 18, 2008 Author Posted May 18, 2008 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 Quote
Zigoslav Posted November 20, 2008 Posted November 20, 2008 anyone can help? i get this error after i formatted my pc (installed SP3, .net framewrok, directx 9.0c..) http://img230.imageshack.us/img230/11860643fa6.png/1/w755.png[/img] Quote
GGu4rDD Posted February 2, 2009 Posted February 2, 2009 mafia sux :D but the walker work good. . Quote
nuno10 Posted April 10, 2009 Posted April 10, 2009 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 Quote
Roberto576 Posted April 18, 2009 Posted April 18, 2009 tnx very nice...if you guys got any more troubles with login.. probably they changed the ip / token... find it out by yourself ;) i do it using phx 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.