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!

[Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

Status
Not open for further replies.
Joined
Oct 21, 2010
Messages
316
Reaction score
175
Greetings, :thrasher:

These are not my files! I dont take ANY credits for them whatsoever.
HellSpider released these files and I feel that they are really the best out there for beginners and I thank him!, for this & others credited hard work.
I'm simply posting them here with updated links.
This section needs some updated releases and these files are well worth it for starting out & developing.





Credits to: HellSpider and posted below is the information on his release.

Hi. I made this thread to preserve an unmodified Action 3 client (with Action 2 executables obviously) before all references to such clients are dead.

What I'm going to post is a link to a cleaned up Action 3 gameclient (2Moons BMR) converted to work with a modified Action 2 Dekaron.exe .


Certain files in the share have been modified for the Action 2 format, but the content is still Action 3. Also non compatible things were deleted and file data errors corrected (0 errors in the debug log).

I have also edited Action 2 server executables and removed useless files.

I attached my debug string monitor too, which I have updated recently.

These will run on Win7. You don't need to use WinXP on VMWare.



Dekaron.exe modifications:

Quote:
+ PE header rebuilt to original state
+ Resources changed (icon, version info)
+ Internal exception handler rewritten (= detailed information messagebox on crash events)
+ Localization removed (= "USA folder" cheats no longer useable)
+ HP can now exceed 65535 (= HP bug fixed)


DekaronServer.exe modifications:

Quote:
+ PE header rebuilt to original state
+ Resources added (icon, version info)
+ Removed imports to Encryption.dll (the DLL is useless, just a waste of process memory)
+ Cleaned the debug string output (removed junk and empty lines).
+ HP can now exceed 65535 (= HP bug fixed)


Rest of the subservers:

Quote:
+ Resources added (icon, version info)
+ Removed imports to Encryption.dll (the DLL is useless, just a waste of process memory)


Cleaned ready-to-go database backups by Zombe:


The serverfiles package includes the Win7Launcher created by T04STY.


Query
Code:
[COLOR=#880000]/* -----{Zombe's database cleaning script}----- */[/COLOR]

[COLOR=#000088]use[/COLOR] account[COLOR=#666600];[/COLOR]
DELETE FROM C_IP_BAN[COLOR=#666600];[/COLOR]
DELETE FROM C_IP_PERMIT[COLOR=#666600];[/COLOR]
DELETE FROM C_IP_PWD[COLOR=#666600];[/COLOR]
DELETE FROM C_LOGINIPBLOCK_LOG[COLOR=#666600];[/COLOR]
DELETE FROM C_SEQUENCE[COLOR=#666600];[/COLOR]
DELETE FROM CP_USER_PROFILE[COLOR=#666600];[/COLOR]
DELETE FROM MB_USR_IP[COLOR=#666600];[/COLOR]
DELETE FROM MB_USR_PUN[COLOR=#666600];[/COLOR]
DELETE FROM [COLOR=#660066]Tbl_user[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM USER_CONNLOG_KEY[COLOR=#666600];[/COLOR]
DELETE FROM USER_PROFILE[COLOR=#666600];[/COLOR]
GO
[COLOR=#000088]use[/COLOR] billing[COLOR=#666600];[/COLOR]
DELETE FROM bl_error_log[COLOR=#666600];[/COLOR]
DELETE FROM c_sequence[COLOR=#666600];[/COLOR]
DELETE FROM dba_online_daily[COLOR=#666600];[/COLOR]
DELETE FROM dba_online_daily_notok[COLOR=#666600];[/COLOR]
DELETE FROM [COLOR=#660066]Tbl_KeepId[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_account[COLOR=#666600];[/COLOR]
DELETE FROM user_account[COLOR=#666600];[/COLOR]
DELETE FROM user_charge_log[COLOR=#666600];[/COLOR]
DELETE FROM user_everyday_use_info[COLOR=#666600];[/COLOR]
DELETE FROM user_give_log[COLOR=#666600];[/COLOR]
DELETE FROM user_use_log[COLOR=#666600];[/COLOR]
DELETE FROM user_use_log_bk[COLOR=#666600];[/COLOR]
GO
[COLOR=#000088]use[/COLOR] cash[COLOR=#666600];[/COLOR]
DELETE FROM bl_error_log[COLOR=#666600];[/COLOR]
DELETE FROM [COLOR=#660066]Tbl_Cash_zj[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_cash[COLOR=#666600];[/COLOR]
DELETE FROM user_charge_log[COLOR=#666600];[/COLOR]
DELETE FROM user_use_log[COLOR=#666600];[/COLOR]
GO
[COLOR=#000088]use[/COLOR] character[COLOR=#666600];[/COLOR]
DELETE FROM C_EVENT_ITEM_OP
DELETE FROM c_restword[COLOR=#666600];[/COLOR]
DELETE FROM char_connlog[COLOR=#666600];[/COLOR]
DELETE FROM CHAR_CONNLOG_KEY[COLOR=#666600];[/COLOR]
DELETE FROM DEL_USER_CHAR_LIST[COLOR=#666600];[/COLOR]
DELETE FROM DEL_USER_CHAR_LIST_SECEDE[COLOR=#666600];[/COLOR]
DELETE FROM GM_ITEM_MST[COLOR=#666600];[/COLOR]
DELETE FROM GUILD_CHAR_INFO[COLOR=#666600];[/COLOR]
DELETE FROM GUILD_INFO
WHERE guild_code NOT LIKE [COLOR=#008800]'MASTERCODE'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM GUILD_INFO_SECEDE[COLOR=#666600];[/COLOR]
DELETE FROM GUILD_PEERAGE
WHERE guild_code NOT LIKE [COLOR=#008800]'MASTERCODE'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM MSSNGR_CHAR_LIST[COLOR=#666600];[/COLOR]
DELETE FROM SIEGE_INFO[COLOR=#666600];[/COLOR]
DELETE FROM SIEGE_RESULT_LOG[COLOR=#666600];[/COLOR]
DELETE FROM user_bag
WHERE character_no NOT LIKE [COLOR=#008800]'DEKARON_000001'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_bag_copy[COLOR=#666600];[/COLOR]
DELETE FROM user_bag_secede[COLOR=#666600];[/COLOR]
DELETE FROM user_character
WHERE character_no NOT LIKE [COLOR=#008800]'DEKARON_000001'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_character_secede[COLOR=#666600];[/COLOR]
DELETE FROM USER_POSTBOX[COLOR=#666600];[/COLOR]
DELETE FROM USER_POSTBOX_SECEDE[COLOR=#666600];[/COLOR]
DELETE FROM [COLOR=#660066]User_Quest_Doing[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_quest_doing_secede[COLOR=#666600];[/COLOR]
DELETE FROM [COLOR=#660066]User_Quest_Done[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_quest_done_secede[COLOR=#666600];[/COLOR]
DELETE FROM user_skill
WHERE character_no NOT LIKE [COLOR=#008800]'DEKARON_000001'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_skill_secede
DELETE FROM user_slot
WHERE character_no NOT LIKE [COLOR=#008800]'DEKARON_000001'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_storage[COLOR=#666600];[/COLOR]
DELETE FROM user_storage_copy[COLOR=#666600];[/COLOR]
DELETE FROM USER_STORE[COLOR=#666600];[/COLOR]
DELETE FROM USER_STORE_copy[COLOR=#666600];[/COLOR]
DELETE FROM USER_STORE_SECEDE[COLOR=#666600];[/COLOR]
DELETE FROM user_suit
WHERE character_no NOT LIKE [COLOR=#008800]'DEKARON_000001'[/COLOR][COLOR=#666600];[/COLOR]
DELETE FROM user_suit_copy[COLOR=#666600];[/COLOR]
DELETE FROM user_suit_secede[COLOR=#666600];[/COLOR] [COLOR=#000000]GO[/COLOR]


________________________________________________

~Updated 2013-09-13~

+ Fixed the non working DShop issue in the serverfiles package.
Thanks to franken6tain for the heads-up and Zet ♔ for the quick fix.

~Updated 2014-03-09~

+ Added an edited executable that matches the existing addresses on the forum.


Inventory Tab Fix
Credits:arctos777

- 5th inventory removed and no errors while shopping or trade
- stackable potions, arrows and bolts
- Teleport from Manuel to Ruins of Aquirai possible (small Text issues) Required: Level 130, 0 Dil
- name changes from female knight trainer Judena to Judiana (npc was invisible due to wrong name)
- %u Dil -> Dil

Data.zip contains only Foler, Csv and TXT Files. Extract it in Client and copy the content from the share folder to ur Server. To be on the save side - backup before!

To Do List:

- Changing teleporter Text
- Enable Teleporter to Space of Pilgrimage
- Door in Tomb of the Black Dragon

Edit 1: Teleporting from Manuel possible
Edit 2: Tried to teleport to Space using this locations 127, 11160, 11162 - 11177 but wont work. maybe maplist wrong.. whatever..

Enjoy.
Current Repack (Everything above included)

Download Link 1#

Download Link 2#




Complete Dekaron Tools

Download Link 1#

Included in package
2MPackMgr
darkinc - 2moons data.pak unpacker
Dekaron Data-Unpacker
Div AutoPacker
DK Launcher
janvier123-ajax-register-mssql-1f12b17833ab
janvier123-ajax-register-odbc-ea98a0e0465b
janvier123-deadfront-counter-53e8a128b22f
janvier123-dekaron-admin-control-e075ddbcb474
janvier123-dekaron-maps-0ebd0c228968
janvier123-dekaron-rankings-txt-0c35c9707728
janvier123-dekaron-webpanel-18a366700687
janvier123-emblem-generator-9edfc9e519d8'
janvier123-evolution-control-panel-4a08ac08c377'
janvier123-evolution-control-panel-v2-0f7e777cb5a8
janvier123-evolution-control-panel-v3-439273d0852b'
janvier123-mssql-tester-b6b3688c3225
janvier123-mysql-tester-6b43dec87455'
janvier123-odbc-tester-0879146ff02b
janvier123-osds-v2-617e00856db5
janvier123-osds-v4-b50f02c7738c
janvier123-osds-v5-c505ae5a3e30
janvier123-sqlsrv-tester-f82453fd00a2
janvier123-vote-for-coins-mssql-2bafefa45573
janvier123-vote-for-coins-mysql-e3b79016f2cd'
kill - By Cypher
PackManager
Register_with_reCAPATCHA_by_janvier123
SQL2000-KB884525-SP4-x86-ENU
SQLEVAL

In-Game Pic

DevilSpeak - [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack - RaGEZONE Forums



I have not modified the files in RePack that I posted above.
These files do not need much work at all, and the tiny bit that needs to be fixed, can be done by anyone willing to take some time and just do it.

Enjoy.


Credits: HellSpider - Zombie - TO4STY -arctros777 - Janvier123 - Cypher - darkinc - Merovingian - (DevilSpeak providing repack links)

Anyone that I have not included above for credits, please let me know, and I will add you for credits you deserve ;)
 
Last edited:
Junior Spellweaver
Joined
Dec 28, 2008
Messages
131
Reaction score
6
re: [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

Hi, nice Release, but i download there without premium account, with 27kb/s can you upload this on mega or so?
Best regards
 
Joined
Oct 21, 2010
Messages
316
Reaction score
175
re: [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

:thrasher:UPDATE:

Here is the Main Bar fix for this Client.
Greetings!



Extract to data\script\ui\game2

Fix Removes F4,F5,F6 & Pet menu & pack selection.


Before Fix
DevilSpeak - [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack - RaGEZONE Forums



After Fix
DevilSpeak - [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack - RaGEZONE Forums


Enjoy.

DevilSpeak


Download :



Enjoy!
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
11
Reaction score
1
re: [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

Is there any bug in it ?
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
11
Reaction score
1
re: [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

Any tutorial how to set up on this ?
I really wanted to make a Dekaron Server :( but I don't even know how to set this up.
 
Newbie Spellweaver
Joined
Aug 10, 2008
Messages
84
Reaction score
3
re: [Release] 2Moons "Bad Moons Rising" Client/Server Action 3 RePack

Sorry to state it, but this thing isn't worth to call it release. its a patchwork with more bugs than anything else. teleporter to nowhere, unknown crashes..
just give up on this thing like all the others before
 
Status
Not open for further replies.
Back
Top