Shop Flags for Lotf 5017

03/15/2012 12:18 abdeen#1
i already added all shops , but when i sit on to sell items, it wont open the the window to put items and prices , also no icon to leave the shop , and there is no Playername.Flag

here is the code

PHP Code:
        /*public static class AddItemToShop
        {
            unsafe public static byte[] Packet(MarketShopItem TheItem)
            {
                ushort PacketType = 0x454;
                byte[] Packet = new byte[40];
                fixed (byte* Ptr = Packet)
                {
                    *((ulong*)(Ptr)) = (ulong)Packet.Length;
                    *((ulong*)(Ptr + 2)) = (ulong)PacketType;
                    *((uint*)(Ptr + 4)) = (uint)TheItem.ShopItem.ItemUID;
                    *((uint*)(Ptr + 8)) = (uint)TheItem.ShopID;
                    *((uint*)(Ptr + 12)) = (uint)TheItem.Gold;
                    *((uint*)(Ptr + 16)) = (uint)TheItem.ShopItem.ItemID;
                    *((ushort*)(Ptr + 20)) = (ushort)TheItem.ShopItem.HealthAndDura;
                    *((ushort*)(Ptr + 22)) = (ushort)TheItem.ShopItem.HealthAndDura;
                    *((byte*)(Ptr + 24)) = (byte)TheItem.GoldType;
                }
                return Packet;
            }
        }*/ 
any fix ?
03/15/2012 12:30 Kiyono#2
I think that you're missing a few packets (or the packethandling) and using LOTF doesn't exactly help.
03/15/2012 12:52 abdeen#3
Quote:
Originally Posted by Kiyono View Post
I think that you're missing a few packets (or the packethandling) and using LOTF doesn't exactly help.
so dose there any source version 5017 not LOTF ?
03/15/2012 15:25 CptSky#4
If you're looking for shops in LOTF, check the COPS v3 source. It's fully implemented.
03/15/2012 21:36 I don't have a username#5
abdeen, hybrids. Hybrid = Infamousenoone.
03/15/2012 22:13 abdeen#6
Quote:
Originally Posted by I don't have a username View Post
abdeen, hybrids. Hybrid = Infamousenoone.
i know , but there is no working link for it.

just megauplaod and we are all knows its shut down.
03/16/2012 11:19 Kiyono#7
Quote:
Originally Posted by abdeen View Post
i know , but there is no working link for it.

just megauplaod and we are all knows its shut down.
Really? I even have his source (with modifications) linked in my signature.
03/16/2012 17:59 abdeen#8
Quote:
Originally Posted by Kiyono View Post
Really? I even have his source (with modifications) linked in my signature.
do you mean

[Only registered and activated users can see links. Click Here To Register...] ?