Little prob with L2PHX

02/18/2010 02:12 V!C#1
Hi everybody.
I use L2PHX 3.4.1.82 (ENGLISH) on a Hellbound private server.
Then L2PHX must work because if the server blocks it, normally I may be disconnected and I'm not when I use it.
But I have a problem, I properly defined all parameters for Hellbound, I arrive to find ID's items by sniffing, and I arrive to change this ID and inject it back in the game.
However, instead of giving me one (over)enchanted weapon as I want, it makes me buy back another weapon of the same rank but always +0.
I wonder if somebody would have an idea : why I have this problem ?
Thanks a lot.
:mofo:
02/18/2010 02:43 asdator123#2
got the same problem. need help ; )
02/18/2010 09:27 V!C#3
Up !!
We need help, please guys ;))
02/18/2010 10:51 Obilee#4
#infra
#moved
02/22/2010 16:34 mirjanc88#5
that means that your server is protected ..try to use WH enchant script..mabe it works
02/25/2010 08:01 V!C#6
Thanks dude !
I saw on another post your script :

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.

Is that the good script ?
And how to use it ? With a program ? What program ? Do you have any tuto for us ?
02/27/2010 21:33 mirjanc88#7
Quote:
Originally Posted by V!C View Post
Thanks dude !
I saw on another post your script :

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.

Is that the good script ?
And how to use it ? With a program ? What program ? Do you have any tuto for us ?
dude whith phx..ofc if u know how to..if u dont just follow a guide here