L2phx problem

02/02/2010 20:25 velin001#1
Hi all, first sorry for my bad english.

I have a little problem in L2phx version 3.5.33.164.

Im starting normally l2phx login to server all is ok.

Server is gracia finall.

Ok im target gm shop and buy weapon. Going to phx window and stop packets. Choise multiselchoise and right clik add to sends packets. Im going to 6th and 7th numbers and go to calculator. Calkulator is ok. Im typing to code my converter numbers and send packets but im obtained again only weapon but no have enchants++++.

where is the problem ?

Thx for all help and again im so sorry for bad english.
02/04/2010 10:51 mirjanc88#2
it means that your server is protected agains phx.u cas check wh enchant bugg(whith script) if it works .
02/05/2010 23:58 ztar#3
hmmm give me that script :P
02/06/2010 09:23 velin001#4
yep im need to new script. This is dont work
02/12/2010 20:35 mirjanc88#5
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('01 D5 0A 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('32 01 00 00 00 01 D5 0A 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.

[Only registered and activated users can see links. Click Here To Register...]
But probably ull need and a guide how to do that..if u have problem pm me