Lineage 2 Tower Forum

Full Version: how do get Daily Mission item for script or plugins?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i m get d0 0f 01 09 00 open Daily Mission window
d0 11 01 1a 00 get lvl 4
d0 11 01 1c 00 get lvl 6
d0 11 01 1f 00 get lvl 9

then i dont know how do send it
kkk = PacketBuilder();
kkk:AppendInt(0xD0,1);
kkk:AppendInt(0x0f,1);
kkk:AppendInt(0x01,4);
kkk:AppendInt(0x09,2);
kkk:AppendInt(0x00,8) --- not work
SendPacket(kkk);

help me pls

@ClockMan
Reference URL's