divine hare for LOTF anyone have
ulong DivineHare; DivineHare = (207 * 10000000 + ulong.Parse(E.Model.ToString())); LiveManager.SendPacket(SystemControl.MyPackets.Vital(E.UID, 11, (ulong.Parse(DivineHare * 10000 + E.Model.ToString()))));
LiveManager.SendPacket(SystemControl.MyPackets.Vital(E.UID, 11, (ulong.Parse((207 * 10000000 + ulong.Parse(E.Model.ToString())) * 10000 + E.Model.ToString()))));
OMG!Quote:
if anyone would like to know it MIGHT be like this...
or you could doCode:ulong DivineHare; DivineHare = (207 * 10000000 + ulong.Parse(E.Model.ToString())); LiveManager.SendPacket(SystemControl.MyPackets.Vital(E.UID, 11, (ulong.Parse(DivineHare * 10000 + E.Model.ToString()))));
ofcourse you would have to change the codes to your source information ( not that hard just a few name changes )Code:LiveManager.SendPacket(SystemControl.MyPackets.Vital(E.UID, 11, (ulong.Parse((207 * 10000000 + ulong.Parse(E.Model.ToString())) * 10000 + E.Model.ToString()))));
which doesn't work... lol
if you send it to 12 it does but equips dont show ><
ulong DivineHare = (ulong)(207 * 10000000 + Model); MyClient.SendPacket(General.MyPackets.Vital(UID, 11, DivineHare));
Transform = (ulong)(217 * 10000000 + Model);