[Release]LOFT 5016/5017 Source 06/13/2010 - CO2 PServer Guides & Releases - 21 Replies This is a guide to create a private server on a 5016/5017 client.
This is a CoMy source with Ninja (I edited a few things!!).
Whats in this source..
*Ninja`s
*High Drop Rates
*CP Drop
*All normal NPC`s
*Some custom NPC`s
Guide...
[Release]How to make a NinjaAmulet (LOFT Source!!) 02/14/2010 - CO2 PServer Guides & Releases - 5 Replies This release make the ninja amulet working!!
Search in Character.cs for:
else if (ItemParts == "720010")
{
CurHP += 500;
if (CurHP > MaxHP)
CurHP = MaxHP;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
RemoveItem(ItemUID);
[Release]How to create CPBags (LOFT Source!!) 02/13/2010 - CO2 PServer Guides & Releases - 1 Replies I know the most people are still running loft source so here is the code
Search in Character.cs for:
else if (ItemParts == "723723")
Add this code down there
else if (ItemParts == "729910")//CPMiniBag
{
CPs += 1000;
MyClient.SendPacket(General.MyPackets.Vital(UID, 3, CPs));
RemoveItem(ItemUID);
[Tiny-Release] LOFT SOURCE - FIXED+ADDED 10/31/2009 - CO2 PServer Guides & Releases - 38 Replies HUGE CREDITS TO HADESET FOR HIS SOURCE, IT IS AMAZING!
OTHER CREDITS TO...
TruthCo for /allto me command and Pro Ip Site
kinshi88 for /drop command
EmmeTheCoder for /revive command
reborn666 for Potency Fix
XxArcherMasterxX for Fixed BroadCast
imported_spitt_fire911 for /gm command