Jump to content

tyranus

Members
  • Posts

    13
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About tyranus

Profile Information

  • Gender
    Not Telling

tyranus's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. nothing whit me, fixed on my server...
  2. I tried it but nothing too...
  3. work on my server thx
  4. nothing whit me
  5. I tried but it's don't ran whit me. 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('8C DC 0D 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 8C DC 0D 10 01 00 00 00'); withdraw:=hstr('32 01 00 00 00 8C DC 0D 10 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.
  6. work whit me thx
  7. cool i tried and work on my server congrazt
  8. Nothing on my server -.-"
  9. Don't work on my server -.-"
  10. The echant script don't run, when I press nothing do. What can be wrong?
  11. Hmm it's don't work dude... I tried sometime and nothing. -.-" But thx for share xD
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock