this is only a example u can edit it who u want because i added only 2 pack. lvl 1-50 and lvl 51-100
what did u get by using the pack?
u can choose my putting the code in the source what ever you want.
i added for lvl 1-50
a DB cps money and a necklare
lvl 51-100
4 expballs
elite armor
super ring
cps
money
search in your character.cs for:
Code:
else if (ItemParts[0] == "723017")
Code:
else if (ItemParts[0] == "11002")//StartPack 1-50
{
if (Level >= 1 && Level <= 50)
{
if (ItemsInInventory <= 38)
{
AddItem("1088000-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("11003-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("120048-3-1-0-0-0", 0, (uint)General.Rand.Next(346623472));
CPs += 1000;
MyClient.SendPacket(General.MyPackets.Vital((long)UID, 30, CPs));
Silvers += 10000;
MyClient.SendPacket(General.MyPackets.Vital((long)UID, 4, Silvers));
RemoveItem(ItemUID);
}
}
else
{
MyClient.SendPacket(General.MyPackets.SendMsg(MyClient.MessageId, "SYSTEM", Name, "You can use the StartPacklvl1 only if u are between level 1 and 50", 2005));
}
}
else if (ItemParts[0] == "11003")//StartPack lvl 51-100
{
if (Level >= 51 && Level <= 100)
{
if (ItemsInInventory <= 34)
{
AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
CPs += 10000;
MyClient.SendPacket(General.MyPackets.Vital((long)UID, 30, CPs));
Silvers += 200000;
MyClient.SendPacket(General.MyPackets.Vital((long)UID, 4, Silvers));
if (Job >= 11 && Job <= 15)//trojan
{
AddItem("150139-2-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("130278-4-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
if (Job >= 21 && Job <= 25)//warrior
{
AddItem("150139-2-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("131278-4-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
if (Job >= 41 && Job <= 45)//archer
{
AddItem("150139-2-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("133268-4-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
if (Job >= 131 && Job <= 145)//tao
{
AddItem("152149-2-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("134278-4-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
RemoveItem(ItemUID);
}
}
else
{
MyClient.SendPacket(General.MyPackets.SendMsg(MyClient.MessageId, "SYSTEM", Name, "You can use the StartPacklvl2 only if u are between level 51 and 100", 2005));
}
}
Code:
StartPacklvl1=11002 StartPacklvl2=11003
if u have a client there u added some items donīt download this patch. it is only for client there no other items are added:

put it in your client folder and open it
_________________________________________
if u have a client with some edited items open the
itemtype.dat with the decrypt tool and add there
Code:
11002 StartPacklvl1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1000 0 0 0 0 QuestItem Open~if~you~ate~between~level~1~and~50~and~you~will~get~some~cps,~money~and~some~free~items. 11003 StartPacklvl2 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1000 0 0 0 0 QuestItem Open~if~you~ate~between~level~51~and~100~and~you~will~get~some~cps,~money~4~Expballs~a~free~super~ring~and~a~elite~+4~armor.
Code:
[Item11003] FrameAmount=1 Frame0=data/ItemMinIcon/11002.dds [Item11002] FrameAmount=1 Frame0=data/ItemMinIcon/11002.dds
Code:
[11002] FrameAmount=1 Frame0=data/MapItemIcon/11002.dds [11003] FrameAmount=1 Frame0=data/MapItemIcon/11002.dds
download this patch:
thatīs all i hope i helped you






