Magictype.dat edit for C 1.0

06/20/2022 10:33 Getownedby1#1
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.
06/20/2022 13:15 ConquerFiles#2
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;
06/21/2022 05:08 Getownedby1#3
Quote:
Originally Posted by ConquerFiles View Post
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;
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?
06/21/2022 05:33 ConquerFiles#4
I guess you have a protection for checking the files. You need to update the magictype.dat on your protection.
06/22/2022 10:22 Getownedby1#5
Quote:
Originally Posted by ConquerFiles View Post
I guess you have a protection for checking the files. You need to update the magictype.dat on your protection.

I don't know how to do that, help?
11/14/2022 18:04 Rangaig11#6
Can you please give some tutorial like make an a video please i need to remove my Please Rest For a While