Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Lineage 2
You last visited: Today at 16:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Some phx help

Discussion on Some phx help within the Lineage 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2007
Posts: 29
Received Thanks: 1
Some phx help

var a:array[1..100] of string;
i,n:integer;
id,withdraw,openwh,useite m,wh,enchant:string;
begin
//Item id need to be captured.For example from UseItem packet
id:=hstr(' ===========ITEM ID HERE======== ');
useitem:=hstr('14')+id+hs tr('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:RequestBypassToS erver
openwh:=hstr(' =======BYPASSSERVER HERE========== ');
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;



now i know that is the warehouse enchant. but can someone please explain to me how to use it. when ever i try to it doesnt go at all.
sorry i just started using phx yesterday
secrets is offline  
Old 12/05/2008, 22:51   #2
 
emir0n's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,927
Received Thanks: 2,466
moved,warning


are u sure that the bug works on your server ?
emir0n is offline  
Reply




All times are GMT +1. The time now is 16:56.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.