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!

Hysteria/Instinct Source

Status
Not open for further replies.
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
About:
Code:
#define CUSTOM_FORMAT
#define __ARENA_PARADISE
#define __PFIND_BUTTON
#define __BOSS_DROP_FIX
#define __DROP_MIN_MAX
#define __EQUIP_RIDE
#define __COUPLE_CHANGES
#define __3RD_LEGEND16
#define __REIMNIESS_SKILL_INVENTORY
#define __RESTRICT_GM
#define __ITEM_AUTOPICKUP
#define __LEVELUP_REWARDS
#define __DROP_CHANGES
#define __DISABLE_REAP_ITEM_TEXT
#define __BLOCK_INFILTRATION
#define __AUTOMATIC_LOOT
#define __INSTANCE_DROP

This source has tons of things not defined as well, be sure to use winMerge to see the rest.

Download:
Code:
https://mega.nz/#!nokhRDpQ!lwOKTfGHL-23i_nYIwGsNZpgPaVHPiOtnYx5bPsNjqk

Note:
- I do not own these files, they were released elsewhere, i provide 0 support.
- All credits goto the original authors.
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Due to someone reporting the url, it has been re-uploaded.


Original post updated!
 
Junior Spellweaver
Joined
Jun 8, 2012
Messages
115
Reaction score
50
For anyone thinking about using this source: this source uses a different authentication method than the traditional. As opposed to querying the database to check if accounts were valid during the login process, it sent an API request to the server's website and the website then returned true or false. This was to maintain a Forum/Game relationship across all games in the server's network. This would need to be removed, edited, or the traditional method be activated for this source to work properly.

The place to edit this is found in CERTIFIER/DBManager.cpp
 
Initiate Mage
Joined
Jul 4, 2016
Messages
4
Reaction score
0

Thank you so much :)



About:
Code:
#define CUSTOM_FORMAT
#define __ARENA_PARADISE
#define __PFIND_BUTTON
#define __BOSS_DROP_FIX
#define __DROP_MIN_MAX
#define __EQUIP_RIDE
#define __COUPLE_CHANGES
#define __3RD_LEGEND16
#define __REIMNIESS_SKILL_INVENTORY
#define __RESTRICT_GM
#define __ITEM_AUTOPICKUP
#define __LEVELUP_REWARDS
#define __DROP_CHANGES
#define __DISABLE_REAP_ITEM_TEXT
#define __BLOCK_INFILTRATION
#define __AUTOMATIC_LOOT
#define __INSTANCE_DROP

This source has tons of things not defined as well, be sure to use winMerge to see the rest.

Download:
Code:
https://mega.nz/#!nokhRDpQ!lwOKTfGHL-23i_nYIwGsNZpgPaVHPiOtnYx5bPsNjqk

Note:
- I do not own these files, they were released elsewhere, i provide 0 support.
- All credits goto the original authors.

Why there's no
#define __AUTOMATIC_LOOT
#define __INSTANCE_DROP

#define __ITEM_AUTOPICKUP
I thought you upload with the same defines
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Why there's no
#define __AUTOMATIC_LOOT
#define __INSTANCE_DROP
#define __ITEM_AUTOPICKUP
I thought you upload with the same defines

This is hidden in the source in a seperate define file, just search for it and you'll come across it.
 
Status
Not open for further replies.
Back
Top