[RELEASE]Disguise Amulet (5165) 02/18/2011 - CO2 PServer Guides & Releases - 23 Replies Hello again,
I have not released anything in a while so I thought I would release the Disguise Amulet ok so first goto Character.cs and search "#region NinjaAmulet" and right under the #endregion add this
#region DisguiseAmulet
case 723724:
{
Random R = new Random();
int Nr = R.Next(1, 10);
if (Nr == 1)
[FullRelease] 100% working Disguise Skills (5165) 10/01/2010 - CO2 PServer Guides & Releases - 47 Replies Hi guys, If you have problem with Disguise Skill on your 5165 server, you may able to use this release. I hope my work may help a bit on your server.
some credits goes to glover.
here are some Screen shots:
http://img534.imageshack.us/i/shot4v.png/
http://img534.imageshack.us/img534/6711/shot4v.pn g
http://img11.imageshack.us/i/shot2o.png/
http://img199.imageshack.us/i/shot1d.png/
Disguise Skill Packet 11/16/2008 - CO2 Private Server - 13 Replies Here the Packet
the mode like 2770011004
The Red Numbers == Monster Mech
277 = NightDevil
public static byte Disguise(int charid, Int64 mode, int maxhp, int hp)
{
return new byte { 0x3c, 0x00, 0xf9, 0x03, ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), 0x03, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, ((byte)(mode)), ((byte)(mode >> 8)), ((byte)(mode >> 16)), ((byte)(mode >> 24)), 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,...