hi!omebody knows to pull my weapon
+16ig midrate on a server?? write pls
+16ig midrate on a server?? write pls
|
|
how can i find hexa string for items?Quote:
I created this script to l2phx
tested on the server (l2inc). but not right.
begin
//XX XX XX XX
//id scroll enchant wepaon
buf:=hstr('19 XX XX XX XX 00 00 00 00');
SendToServer;
//YY YY YY YY
//id object to be enchanted
buf:=hstr('D0 4F 00 YY YY YY YY');
SendToServer;
Delay(1000);
buf:=hstr('5F YY YY YY YY 00 00 00 00');
SendToServer;
delay(1);
//ZZ ZZ ZZ ZZ
//id object to be replaced
buf:=hstr('D0 4F 00 ZZ ZZ ZZ ZZ');
SendToServer;
end.
I hope to be of help.
sorry my English but use a translator XP