i need help to make +8Stone compose

12/11/2009 23:39 archery#1
i cant compos +8 stone which buy it from NPC
and that is the photo

[Only registered and activated users can see links. Click Here To Register...]
every stone in Shop Mall can compose but not +7 +8 stone from that NPC
PHP Code:
#region VIPStoreKeeper LifeFruitBasket
                            
case 3000041:
                                {
                                    if (
Control == 0)
                                    {
                                        
GC.AddSend(Packets.NPCSay("Welcome To VipStoreKeeper"));
                                        
GC.AddSend(Packets.NPCLink("Cool let me in."1));
                                        
GC.AddSend(Packets.NPCLink("Haa Ok Then"255));
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (
Control == 1)
                                    {
                                        
GC.AddSend(Packets.NPCSay("This Is My Items Wanna Buy"));
                                        
GC.AddSend(Packets.NPCLink("+7 Stone For 5k Cps"2));
                                        
GC.AddSend(Packets.NPCLink("+8 Stone For 15k Cps"3));
                                        
GC.AddSend(Packets.NPCLink("LifeFruitBasket For 100 Cps"4));
                                        
GC.AddSend(Packets.NPCLink("+12 Steded For 200k Cps"5));
                                        
GC.AddSend(Packets.NPCLink("No, thanks."255));
                                        
GC.AddSend(Packets.NPCSetFace(15));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (
Control == 2)
                                    {
                                        
GC.MyChar.AddItem(730007);
                                        
GC.MyChar.CPs -= 5000;
                                        
GC.AddSend(Packets.NPCSay("Here you are."));
                                        
GC.AddSend(Packets.NPCLink("Thanks."255));
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());

                                    }
                                    if (
Control == 3)
                                    {
                                        
GC.MyChar.AddItem(730008);
                                        
GC.MyChar.CPs -= 15000;
                                        
GC.AddSend(Packets.NPCSay("Here you are."));
                                        
GC.AddSend(Packets.NPCLink("Thanks."255));
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (
Control == 4)
                                    {
                                        
GC.MyChar.AddItem(723725);
                                        
GC.MyChar.CPs -= 20000;
                                        
GC.AddSend(Packets.NPCSay("Here you are."));
                                        
GC.AddSend(Packets.NPCLink("Thanks."255));
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (
Control == 5)
                                    {
                                        
GC.MyChar.AddItem(30000012);
                                        
GC.MyChar.CPs -= 200000;
                                        
GC.AddSend(Packets.NPCSay("Here you are."));
                                        
GC.AddSend(Packets.NPCLink("Thanks."255));
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    break;
                                }
                            
#endregion 

plz i need any one can help me
or can give me that NPC for client 5165
[Only registered and activated users can see links. Click Here To Register...]
Plz help me if u can and u got my thanks for ever

12/12/2009 00:07 Electro51#2
I have the same problem ..
12/12/2009 00:16 Sp!!ke#3
#reported Wrong section
12/12/2009 01:24 .Guru#4
when using the command you have to make the item as of +8 status, although the name is +8 stone.

ex.
/item +8Stone 0 8 0 0 0 0


now as of shops, i'm not quite sure, never tried.
12/12/2009 01:44 archery#5
when i Wright
Quote:
/item +8Stone 0 8 0 0 0 0
the +8stone which come it can Compose and it have the same item ID So why that one i buy fron NPC dose not Compose
i going to be Crazy
:(
12/12/2009 02:11 .Guru#6
Quote:
Originally Posted by archery View Post
when i Wright

the +8stone which come it can Compose and it have the same item ID So why that one i buy fron NPC dose not Compose
i going to be Crazy
:(
not sure maybe try doing:

GC.MyChar.AddItem(730007-0-8-0-0-0-0);
12/12/2009 02:25 archery#7
Quote:
not sure maybe try doing:

GC.MyChar.AddItem(730007-0-8-0-0-0-0);
Dosen't Work too
i just need VIPStoreKeeper for 5165 I see it Before in server but the server Closed and his master maybe Die :(
12/12/2009 07:29 zozozozozozo#8
Quote:
Originally Posted by archery View Post
Dosen't Work too
i just need VIPStoreKeeper for 5165 I see it Before in server but the server Closed and his master maybe Die :(


hey make that
PHP Code:
GC.MyChar.AddItem(730008,8); 
thats will work
12/12/2009 07:51 Arcо#9
Quote:
Originally Posted by Prot0type View Post
not sure maybe try doing:

GC.MyChar.AddItem(730007-0-8-0-0-0-0);
PHP Code:
GC.MyChar.AddItem("730007-0-8-0-0-0-0"); 
Corrected.
12/12/2009 08:48 zozozozozozo#10
Quote:
Originally Posted by Tiku View Post
PHP Code:
GC.MyChar.AddItem("730007-0-8-0-0-0-0"); 
Corrected.

Not Work
12/12/2009 11:42 Kiyono#11
nvm, misread the post.
12/12/2009 11:54 Huseby#12
#Moved
12/12/2009 13:55 archery#13
Quote:
Originally Posted by zozozozozozo View Post
hey make that
PHP Code:
GC.MyChar.AddItem(730008,8); 
thats will work
Dosen't Work too :(
12/12/2009 14:13 archery#14
Quote:
Originally Posted by Kiyono View Post
What do you mean with +8 Stones don't work, mine work just fine...
[Only registered and activated users can see links. Click Here To Register...]
That Clinte 5165???????
12/12/2009 14:18 zozozozozozo#15
Quote:
Originally Posted by archery View Post
Dosen't Work too :(


no thats working for me u have something wrong