When i try to change the DropRate (money) in the Entities file it doesnt do anything. For example i put every (Other.ChanceSuccess(0)) to 0 as u can see and it doesnt change anything.
Also when i try to edit the client for example:
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Welcome to EmperosCO", 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "We are looking for GM`s!", 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "http://Emperosco.webs.com/", 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Exp Rate:" + ExternalDatabase.ExpRate + "x", 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Prof Rate:" + ExternalDatabase.ProfExpRate + "x", 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Players Online: " + World.AllChars.Count, 2005));
It doesnt work either, it doesnt update or something.
Also when i try to add an NPC and update the client file, it doesnt do anything aswell
Do i something wrong? or is it uneditble? Someone help because am gettin stressed out lol
ps. Maybe it is usefull to make a short guide in this topic on, How to change Drop Rate's (money drop, cps drop, items drop) and how to edit the client (if that is possible)







