[Questions] Edit DropRate's

08/23/2010 19:55 Emperos#1
Hi,i use a 5017 client with the Re-UnitedCo Source.

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:rtfm: :pimp:

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)
08/23/2010 20:05 dowhatuwant#2
do u use c#
and do u compile after by pressing F5 or F6?
08/23/2010 23:05 Emperos#3
Ah yes didnt thougt about that and it worked :).

For people that had the same problems as me do as i say:

Step.1 Open Visual c#
Step.2 click on Open Project -> OPEN Your source.exe
step.3 (You will see the files on the right side in visual c#) Click on the file you need to edit for example Entities
Step.4 when you are done with your edits press F6.
Step.5 Then Press F5 to open and start your source then open your client and you will see your edits are updated.

BLLLUUUURRRRRppppppppp