Moonbox Code

07/07/2009 10:26 Arcotemple:)#1
k just checking if my moonbox code is right
the whole point of moonbox for my server is to be the rarest item in game
drops only once out of every like 1k kills
it gives 100k cps
Code:
            if (ItemParts[0] == "721020" || ItemParts[0] == "721021" || ItemParts[0] == "721022" || ItemParts[0] == "721023" || ItemParts[0] == "721024" || ItemParts[0] == "721025" || ItemParts[0] == "721030" || ItemParts[0] == "721031" || ItemParts[0] == "721032" || ItemParts[0] == "721033" || ItemParts[0] == "721034" || ItemParts[0] == "721035" || ItemParts[0] == "721040" || ItemParts[0] == "721041" || ItemParts[0] == "721042" || ItemParts[0] == "721043" || ItemParts[0] == "721051" || ItemParts[0] == "721052" || ItemParts[0] == "721053" || ItemParts[0] == "721054" || ItemParts[0] == "721055" || ItemParts[0] == "721061" || ItemParts[0] == "721062" ||  ItemParts[0] == "721063" || ItemParts[0] == "721064" || ItemParts[0] == "721065" || ItemParts[0] == "721080" || ItemParts[0] == "721081" || ItemParts[0] == "721082" || ItemParts[0] == "721083" || ItemParts[0] == "721084" || ItemParts[0] == "721090")
            {
                CPs += 100000;
                MyClient.SendPacket(General.MyPackets.Vital(UID, 30, CPs));
                RemoveItem(ItemUID);
            }
07/07/2009 10:36 UnoAmigos#2
Actually thats for CPs only..... you must have the MoonBox Items too....not Cps Only...xD
07/07/2009 10:51 damianpesta#3
Quote:
Originally Posted by UnoAmigos View Post
Actually thats for CPs only..... you must have the MoonBox Items too....not Cps Only...xD
Private Server purpose is to have things however you want them to be or however you care what players wants.
07/07/2009 23:04 Arcotemple:)#4
Quote:
Originally Posted by UnoAmigos View Post
Actually thats for CPs only..... you must have the MoonBox Items too....not Cps Only...xD
did yo not see my first post it said its only for 100k cps

and @damien
is it right?
07/08/2009 01:20 JustChillin#5
Looks Correct to me. But i dont code Lotf
07/08/2009 01:44 Incariuz#6
That should work fine.