Error at items adding in item mall

07/26/2013 10:26 heeysam#1
Hey,,

I recently tried to add 3 growth pets to the item mall and in the first one I succeeded but then the second one which I did exactly the same way is letting my client crash at loading block, it just goes away. Both are put into the database with the script of Caipi in this thread: [Only registered and activated users can see links. Click Here To Register...]

RefShopGoods:

Code:
1    15    MALL_PET_A_GROWTH    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    7    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    MALL_PET_A_GROWTH    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    8    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    MALL_PET_A_GROWTH    PACKAGE_ITEM_COS_PET2_LION_SCROLL    9    -1    xxx    -1    xxx    -1    xxx    -1    xxx
RefPricePolicyOfItem:

Code:
1    15    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    2    0    249    -1    xxx    -1    xxx    -1    xxx    -1    xxx
1    15    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    4    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
1    15    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    16    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    2    0    249    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    4    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    16    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_LION_SCROLL    2    0    249    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_LION_SCROLL    4    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    PACKAGE_ITEM_COS_PET2_LION_SCROLL    16    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx
RefScrapOfPackageItem:

Code:
1    15    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    ITEM_COS_PET2_BDOG_SCROLL    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx    86685
0    15    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    ITEM_COS_PET2_FOX_SCROLL    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx    86686
0    15    PACKAGE_ITEM_COS_PET2_LION_SCROLL    ITEM_COS_PET2_LION_SCROLL    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    -1    xxx    -1    xxx    -1    xxx    -1    xxx    86687
RefPackageItem:

Code:
1    15    84037    PACKAGE_ITEM_COS_PET2_BDOG_SCROLL    0    EXPAND_TERM_ALL    SN_ITEM_COS_PET2_BDOG_SCROLL    SN_ITEM_COS_PET2_BDOG_SCROLL_TT_DESC    pet2\item\item_pet2_scroll_ass_jaguar_a.ddj    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    84038    PACKAGE_ITEM_COS_PET2_FOX_SCROLL    0    EXPAND_TERM_ALL    SN_ITEM_COS_PET2_FOX_SCROLL    SN_ITEM_COS_PET2_FOX_SCROLL_TT_DESC    pet2\item\item_pet2_scroll_enc_fox_a.ddj    -1    xxx    -1    xxx    -1    xxx    -1    xxx
0    15    84039    PACKAGE_ITEM_COS_PET2_LION_SCROLL    0    EXPAND_TERM_ALL    SN_ITEM_COS_PET2_LION_SCROLL    SN_ITEM_COS_PET2_LION_SCROLL_TT_DESC    pet2\item\item_pet2_scroll_enc_lion_a.ddj    -1    xxx    -1    xxx    -1    xxx    -1    xxx
The BDOG is working and when adding the FOX or LION it crashes, to me they look exactly the same in the PK2 but maybe you guys see the problem..

Thanks,,
Heeysam

EDIT:Okay I Tried with the LION which is also almost the same and I get the same crash. When setting service to 0 for LION and FOX the client does load..

I don't know it anymore, please help

EDIT2: I did some more tests. Found out that only the upper one of the three, doesn't matter which one, works. If I set the upper one to service 0 and the second one to 1 then is does not work. It only works when the upper one is service 1 and the other 2 service 0...

wtf?
07/27/2013 18:54 heeysam#2
Anyone? Still not been able to fix..
07/31/2013 19:13 heeysam#3
Uppppppp
08/03/2013 10:44 TheB1QB0SS#4
Remove 0 service items :)

and remove it from the media too

and try again

press thanks if i helped you
08/03/2013 21:00 heeysam#5
Quote:
Originally Posted by TheB1QB0SS View Post
Remove 0 service items :)

and remove it from the media too

and try again

press thanks if i helped you
remove all the items with service 0?







EDIT:Tried it, didn't work. More Solutions?
08/04/2013 21:17 WRONG WAY#6
0 = Disable , 1 = Enable from DB and Media check it again
08/04/2013 21:59 heeysam#7
Yeah I of course tried it at first with everything service 1 but gives me a crash when loading client