change medal tower from 100 per medall to 30 per medal

Newbie Spellweaver
Joined
Aug 14, 2009
Messages
35
Reaction score
2
First, modify script.mcf and find the text string "you've gained 100 medal for protecting the tower" or something. Change 100 to 30.

Then modify rylgameserver.exe

00454556 |. 83C0 1E ADD EAX,64

to

00454556 |. 83C0 1E ADD EAX,1E
 
renato, this is for what version?1753, ryl 1or what/? I found in rylgameserver from ryl 1, only this address:
00454556 |. 83 C0 64 ADD EAX,64, not 83C0 1E.
In ryl 1753 found here:

0048AFE6 |. 83C0 64 ADD EAX,64

2240 gameserver:

0048FAE6 |. 83C0 64 ADD EAX,64


But only work in ryl 1? This mean , after war, if the MEDAL TOWER, remain to akkans, all akkans will earn 100, or 30 medals? Or this is about earn medals per minute?
 
Last edited:
Trying to edit something hard code need a good skills anyway . But if RYL had a source code it would be really easy to add the feature up ..
 
RYL2 1753 work 100%. But need make new rules in tower for zone3. RYL2 no have added medal war. It mean you need add Server + Client new zone rules all time can hit tower. I know because last server Gow i was done this :)
 
Back