Killeroffline Posted June 5, 2008 Posted June 5, 2008 I press Run and nothing happens. :( Maybe someone knows what's wrong? My script looks like: var a:array[1..100] of string; i,n:integer; id,withdraw,openwh,useitem,wh,enchant:string; begin //Item id need to be captured.For example from UseItem packet id:=hstr('75 BF 00 10'); useitem:=hstr('14')+id+hstr('00 00 00 00'); wh:=hstr('31 01 00 00 00')+id+hstr('01 00 00 00'); enchant:=hstr('58')+id; //openwh need to be captured:RequestBypassToServer openwh:=hstr('31 01 00 00 00 75 BF 00 10 01 00 00 00'); withdraw:=hstr('32 01 00 00 00')+id+hstr('01 00 00 00'); if (fromclient) and (pck=hstr('1B 02 00 00 00 ')) then begin buf:=withdraw; sendtoserver; buf:=openwh; sendtoserver; end; if (fromclient) and (pck=hstr('1B 03 00 00 00 ')) then begin buf:=useitem; sendtoserver; buf:=wh; sendtoserver; buf:=wh; sendtoserver; buf:=enchant; sendtoserver; end; end. Quote
BoOM Posted June 10, 2008 Posted June 10, 2008 i dont think it works anymore cause i cant get mine working anymore Quote
nvus Posted June 10, 2008 Posted June 10, 2008 u dont press run... put it in the Script tab and Check the box..and do /socialvictory after u open an enchant scroll Quote
Killeroffline Posted June 12, 2008 Author Posted June 12, 2008 u dont press run... put it in the Script tab and Check the box..and do /socialvictory after u open an enchant scroll Thanks, I'll try it. Quote
robertocarlos1 Posted July 22, 2008 Posted July 22, 2008 its work only l2j server.... pass away. 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.