Re: Hysteria/Instinct Source
Due to someone reporting the url, it has been re-uploaded.
Original post updated!
Re: Hysteria/Instinct Source
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
Re: Hysteria/Instinct Source
Can anyone reupload pls :s
Re: Hysteria/Instinct Source
Re: Hysteria/Instinct Source
Re: Hysteria/Instinct Source
Re: Hysteria/Instinct Source
Quote:
Originally Posted by
yazuka0211
Re-upload please...
Updated.
Re: Hysteria/Instinct Source
Quote:
Originally Posted by
Ketchup
Updated.
Thank you so much :)
- - - Updated - - -
Quote:
Originally Posted by
Ketchup
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
Re: Hysteria/Instinct Source
Quote:
Originally Posted by
yazuka0211
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.
Re: Hysteria/Instinct Source