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!

[VS22] v18 ( Retail Like / Non-Custom )

Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
You can follow this 100% FREE and awesome guide by Groxy101 on how to install vs, sql server and setup these files: Click Here!

Please use this thread to report bugs related to this release only! If your asking about how to add stuff to this release then please use the help section!!!

Requirements:

  • Visual Studio 2022 Community ( Install Requirements: )
  • SQL Server 2012+

What's included?
  • Source is fully updated to VS22.
  • Game guard has been removed.
  • Boost has been removed.
  • FFLdump has been removed.
  • Lua was updated to 5.3.4
  • CW quest & sound are also working.
Tested On:
  • Visual Studio Community 2022
  • Sql Server 2019 Standard
  • Windows 10 & 11 Professional
Some Notes:
  • These files have been tested and appear to be working fine out of the box. I am however not responsible for SECURITY FIXES, added features and etc. If you want those things then you need to add them yourselves as they are NOT INCLUDED.
  • Built with the retail V18 client.
  • WorldDialog is complete with V18, source included and in English (Google Translate).
  • All boxes should be fully functional and working for V18.
  • Drops have been done according to retail standards for V18.
  • Resource is current with retail as of the original release date of V18.
  • Patcher source is included and can be configured by kCommon.h in the actual patcher source unlike before.
Defines:
Code:
//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

#define    NEUZ_TITLE    "[VS22] Ketchup V18"            //: Window title of the client.
#define    NEUZ_BHASH    "sunkist"                //: String to boot the client.
#define    NEUZ_IPSET    "127.0.0.1"                    //: Ip of the server, must match AccountServer.ini & LoginServer.ini.
#define    NEUZ_CPORT    "5400"                    //: Cache port, must match CacheServer.ini.
#define    NEUZ_PHASH    "kikugalanet"            //: Md5 password salt.
#define    NEUZ_MSGVR    "20100412"                //: Ver of the server, must match AccountServer.ini & LoginServer.ini.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

#define    __FIX_STAT_BUFF                            //: Fixes some issues present with the v19 spec_item.
#define    __SLEEPING_FIX                            //: Fixes the stun/sleeping bug present with Echoes of Weary.
#define    __SYS_SCR_CANCELLATION                //: Scroll of Unbinding.
#define __TREASUREBOX                            //: Retail like treasure box system.
#define    __KIA_GOALDATA_FIX                        //: Fixes quest arrow bug.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Other Defines:
Code:
#define    __3RD_LEGEND16
#define    __BARUNA_PIERCING
#define    __COLOSSEUM
#define    __CROSSBOW
#define    __DEBUG_SALT
#define    __FASHION_COMBINE
#define    __IMPROVE_MAP_SYSTEM
#define    __INSTANCE_AGGRO_SYSTEM
#define    __INVISIBLE_FIX
#define    __ITEMLINK
#define    __LECTURE_V17
#define    __LOADING_SCREEN_UPDATE
#define    __NEW_ITEM_VARUNA
#define    __NEW_PROP_PARAMETER
#define    __NEW_SKILL_TREE
#define    __NEW_STACKABLE_AMPS
#define    __NEW_WEAPON_GLOW
#define    __NO_AFTER_SKIN
#define    __NO_SUB_LANG
#define    __SECURITY_FIXES
#define    __UPGRADE_SUCCESS_SCROLL

Download:
Password: Lodelight

Github (Source Only):

If you prefer a more custom base like my 18.3 then: Click Here

Source updates will always happen on Github only, so download the original package above and carry the source over from github!!
 
Last edited by a moderator:
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
What's the difference between this V18 and V18.3? Is there something missing?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Update:
  • Quest arrow has been added, files reuploaded.
  • If you want just the source now, a github link has been provided.
I will not generally respond on github so please report back issues.

Shout out to Fenris for allowing the fix to be released.
 
Back
Top