Welcome!

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!

BDOemu Fixed Buffs and Quests

Junior Spellweaver
Joined
Feb 27, 2011
Messages
113
Reaction score
9
He also said theres supposed to be 25 jar files in the gameserver lib folder and loginserver too, he said the rest is backdoors and loggers, he doesn't want to share which files are malicious as he said, so i dont really know lol
 
Newbie Spellweaver
Joined
Jan 18, 2018
Messages
13
Reaction score
0
How to correct the quests of escorts? (for example 115-1) Which have the requirements in the buff35, what is this buff? where is it taken? Why can not these quests be completed without this buff?
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
CMDoAction.java (load buffs,Damage corectly and skills)
QuestData.java (load Quests corectly)
PcActionPackage (added missing Names to Database)

From the gameserver.jar file.
Just use procyon decompiler.
Compare edits to original files.
Profit

Decompile with Procyon v0.5.30
Find it at bitbucket under procyon decompiler


Removed 3 java files, since people misconstrue them as all they needed to modify they're own files when that isn't the case
 
Last edited:
Elite Diviner
Joined
Feb 5, 2016
Messages
413
Reaction score
25
Master2012 - BDOemu Fixed Buffs and Quests - RaGEZONE Forums
CMDoAction.java (load buffs,Damage corectly and skills)
QuestData.java (load Quests corectly)
PcActionPackage (added missing Names to Database)

From the gameserver.jar file.
Just use procyon decompiler.
Compare edits to original files.
Profit

Primary post gameserver.jar file all 3 files after Decompiled by Procyon v0.5.30
cant compiled file PcActionPackage
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Master2012 - BDOemu Fixed Buffs and Quests - RaGEZONE Forums

cant compiled file PcActionPackage




I don't know how you've setup your environment, or what JDK version you're using (I use JDK 1.8.u152), if the top of your file shows bad imports, what OS, etc.

But I can build it just fine and I don't have that error you do.

I'm going to say this is an environment configuration error on your end.
 
Last edited:
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Just for Reference, I only showed the 3 java files mentioned in the initial post.
You probably want to compare any other files after you yourselves do a procyon decompile on the initial posts gameserver.jar file.
Don't take for granted that those 3 java files are the only ones modified.
You might actually need more than just those 3, I can't say what else was / wasn't modified in that .jar file.

This was merely technical experience shared on how to get at the java files, for those that know what they're doing coding wise.

I've seen requested for "flat java files", so I've posted how to actually get just that from the .jar file shared here.
Nothing more / Nothing less.
 
Last edited:
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
it's weird but there are no difference in
PcActionPackageData.java and QuestData.java
Master2012 - BDOemu Fixed Buffs and Quests - RaGEZONE Forums
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
This is why I showed how to examine the claim yourselves.

Yea i didn't notice that, thank's for elaborating it.

You may also check EquipType.java, it's modified i believe.
Master2012 - BDOemu Fixed Buffs and Quests - RaGEZONE Forums
 
  • Like
Reactions: DNC
Elite Diviner
Joined
Mar 12, 2009
Messages
472
Reaction score
59
Unpack it and overwrite your gameserver folder it contains 3 files with fixes

It fix Buffs,Quests Issue,Damage and some missing Npc in start Zone for some Quest and fixed some Database Loads!



i wish you share the source, only the part have been changed, it could be helped for further open development for everyone.. thanks....
 
Initiate Mage
Joined
Jan 28, 2015
Messages
4
Reaction score
0
Unpack it and overwrite your gameserver folder it contains 3 files with fixes

It fix Buffs,Quests Issue,Damage and some missing Npc in start Zone for some Quest and fixed some Database Loads!



Sir, did you have mirror link for gameserver did you use ? because the hosting website is under maintenance until 1 sep. Thanks :):
 
Newbie Spellweaver
Joined
Apr 15, 2023
Messages
12
Reaction score
8
The links in this thread are already broken.
Does anyone have these files?
 
Back
Top