- Joined
- Apr 12, 2022
- Messages
- 39
- Reaction score
- 2
you have gui? please send me
Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!
Join Today!you have gui? please send me
1. Hello is there a way to +10 or +11 the item in emulator?
Yes, you can open default.charclass by TextEditor.exe and go this:
wGRADE_MAX 11
fGRADE_RATE { 100, 100, 100, 100, 40.00f, 30.00f, 20.00f, 10.00f, 3.00f, 1.00f, 1.00f, 0.00f, 0.00f, 0.00f, 0.00f } //success rate
fGRADE_RESET_RATE { 0, 0, 0, 0, 25.00f, 30.00f, 35.00f, 40.00f, 45.00f, 55.00f, 55.00f, 60.0f, 60.00f, 60.00f, 60.00f } //reset rate
fGRADE_TERMINATE_RATE { 0, 0, 0, 0, 5.00f, 10.00f, 15.00f, 20.00f, 25.00f, 30.00f, 30.00f, 30.0f, 30.00f, 30.00f, 30.00f} //terminate rate
The rate is up to you.
2. How to make +9 weapon in giftbox?
Copy your weapon which you want and make it as new ID, edit it:
Page 1: delete Random Option *.bin or modify it no attack practice.
Page 2: add GradeAttack = 9 and RemodelTimes = 0 (no more upgrade).
Create a ItemBox and add that new ID weapon into your box.
3. Can we increase the fine Burr's maximum refining upgrade to +12 or something?
Yes, edit Fine Burr, page 2, below RemodelTimes
Type: Attack
Level: Highest
Class: Weapon
Thank you so much @cus.
by the way is there any means of editing the DirectX .X file?
also about the .egp file is it possible to decrypt it like readable text file aside from hexing?
@aizen00, a big yes! actually I'm in the process of making a video guide on how to edit these effects. I am now on the DirectX files. I'll post it right away when I'm done on my research.do you mind sharing that treasure blade file and also for the other class?
Add it to your gui servertext.xmleverytime i killed the sonya it always pop up like this https://ibb.co/D5PyHVn how to fix this error?
thank you sir. its perfectly working, how about the cw timer?i think the timer is overlappingAdd it to your gui servertext.xml
<SENTENSE Ver="1" Id="CROW_DEFEAT_057_024">
<VALUE Lang="pe">Boss %s was killed by %s at %s.</VALUE>
</SENTENSE>
anyone know how to fix this? https://imgur.com/3WHKZlL evertime i want to create assassin this error popups "you have exceeded the maximum character allowed" even thou i have 2 remaining available character this annoying error pop-ups..