Jump to content

iG012

Members
  • Posts

    5
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About iG012

Profile Information

  • Gender
    Not Telling

iG012's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Cara, como vc fez pra usar o acento para logar? Não consigo achar nada sobre isso no forum... Valeu!
  2. Hi! Does anyone know any good mmorpg for android. Today I`m playing AVABEL.
  3. it gives me an error.... in line "var a:array[1..100] of string;" it says "List index out of bounds (0)" whats wrong?? here is the modified script: begin 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('30 E4 07 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('53 01 00 00 00 0C E4 07 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. end. tnx
×
×
  • Create New...