Hello. I have 2 problems. Help me please.
Problem #1
When I change MP Potion (4Lv) to shop card, I see card for 1Alz
Code:
35 2 1 1275 0 5 0 0 -19 0 0 1 0 0 0 0 0 0 1 20
But when I add new item, I no see card in shop:
Code:
890 2 6 1275 0 5 0 0 -19 0 0 1 0 0 0 0 0 0 0 20
Problem #2
After add new NPC I start add items for it, I'm copy some items with Weapons NPC, but I no see items. I have next:
[NPC] Shop_ID World_ID Order NPC_ID Pool_ID1 Pool_ID2
[Shop] Pool_ID SlotID ItemKind ItemOpt DurationIdx MinLevel MaxLevel Reputation OnlyPremium OnlyWin AlzPrice WExpPrice DPPrice CashPrice Renew ChracterBuyLimit SellLimit Marker MaxReputation
Code:
870 33 0 91 0 0 0 0 -19 0 0 600 0 0 0 0 0 0 0 20
871 33 2 92 0 0 0 0 -19 0 0 1800 0 0 0 0 0 0 0 20
872 33 4 93 0 0 0 0 -19 0 0 5400 0 0 0 0 0 0 0 20
873 33 6 94 0 0 0 0 -19 0 0 16200 0 0 0 0 0 0 0 20
874 33 32 76 0 0 0 0 -19 0 0 600 0 0 0 0 0 0 0 20
875 33 34 77 0 0 0 0 -19 0 0 1800 0 0 0 0 0 0 0 20
876 33 36 78 0 0 0 0 -19 0 0 5400 0 0 0 0 0 0 0 20
877 33 38 79 0 0 0 0 -19 0 0 16200 0 0 0 0 0 0 0 20
878 33 64 61 0 0 0 0 -19 0 0 400 0 0 0 0 0 0 0 20
879 33 65 62 0 0 0 0 -19 0 0 1200 0 0 0 0 0 0 0 20
880 33 66 63 0 0 0 0 -19 0 0 3600 0 0 0 0 0 0 0 20
881 33 67 64 0 0 0 0 -19 0 0 10800 0 0 0 0 0 0 0 20
882 33 68 46 0 0 0 0 -19 0 0 400 0 0 0 0 0 0 0 20
883 33 69 47 0 0 0 0 -19 0 0 1200 0 0 0 0 0 0 0 20
884 33 70 48 0 0 0 0 -19 0 0 3600 0 0 0 0 0 0 0 20
885 33 71 49 0 0 0 0 -19 0 0 10800 0 0 0 0 0 0 0 20
886 33 96 95 0 0 0 0 -19 0 0 24300 0 0 0 0 0 0 0 20
887 33 98 80 0 0 0 0 -19 0 0 24300 0 0 0 0 0 0 0 20
888 33 100 65 0 0 0 0 -19 0 0 16200 0 0 0 0 0 0 0 20
889 33 101 50 0 0 0 0 -19 0 0 16200 0 0 0 0 0 0 0 20
With it configurate I see only Itemshop. Help please.