I need help removing the please rest for a while system message for conquer 1.0 private server or at least remove the fb delay.
I wasn't able to see if it really worked for me because when I start the client and logs in I get an error says Modified Client, please patch something like that is there a way I can bypass that using ollydbg or any other program?Quote:
1045 14 FastBlade 1 1 1 4 0 0 100 0 100 0 4 10 0 0 100000 40 2 410 0 0 0 1 5 0 20 1 0 0 500 3 401 Upgrade~after~lvl~40 Physical~attack NULL NULL NULL NULL 0 zf2-e001 sound\magic029.wav windblade4.tme NULL 0 0 1
500 3 401 ---- 500 = delay.
Please rest for a while = If you want to delete this message, you can reduce the seconds from 500 to 0.
But remember, when you set it to 0, the fastblade skill will work very fast if you load your skills from the magictype.dat in the source. Therefore, for your skills, you may need to do extra coding in the source.
If you don't know, I will give a code as an example.
if (SU.Info.ID == 1045 && DateTime.Now <= GC.MyChar.AtkMem.LastAttack.AddMilliseconds(500))//Fastblade
return;