Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*=============================================================================================================
- == Server
- =============================================================================================================*/
- //#define __GUILD_WAR_SERVER
- #define __DEVELOPER_MODE
- #ifdef __DEVELOPER_MODE
- #define __NEUZ_IPSET "127.0.0.1"
- #define __NEUZ_PHASH "HashItToTheLimit"
- #else
- #define __NEUZ_IPSET "188.165.236.147"
- #define __NEUZ_PHASH "kikugalanet"
- #endif
- /*=============================================================================================================
- == Configuration
- =============================================================================================================*/
- #define DK_PROJEKT_VERSION 1
- #define SERVER_NAME "VIERA KINGDOM"
- #define SERVER_WELCOME "[AKUSA] Be welcome !"
- #define __NEUZ_MSGVR "12042022"
- #define __MAX_COLLECT_BY_IP 3 //| Max collecting chars per IP
- #define PN_CACHESRVR 5400
- #define PN_CERTIFIER 23000
- #define PN_LOGINSRVR 28000
- //============================================================================================================
- #define PET_SPEED_MULTIPLIER 2 // Pet Speed Faktor X
- #define MAX_SPEED 400 // Max Runspeed
- #define ALL_CS_PRICE 4000000 // CS Price
- #define INCREASED_SPAWN 1.0F // Spawn Rate from all Monster
- #define MAX_DCT 80 // Max Casttime
- #define COUPLE_RATE 5 // Couple Level Up
- #define PETS_RATE 5 // Pet Rate
- #define PET_BASE_EXP 5.0f // Pet Exp Rate
- #define GS_MAX_SPEED 150 // Max Guildwarspeed
- #define GUILD_RATE 1 // Guild Exp Rate
- #define GW_COIN 10 // Amount of Red Chips for each kill
- #define __WEAPONLEVEL_EXP_FACTOR 5.0f
- #define SHOUT_LEVEL 15 //| SHOUT LEVEL
- #define MAX_PACK_ITEM 9999 //| MAX STACKABLE ITEM COUNT
- /*=============================================================================================================
- == Configuration End
- =============================================================================================================*/
- /*=============================================================================================================
- == Patcher Configuration
- =============================================================================================================*/
- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////|
- #define WEB_FIRST_PAGE "http://orpoli.ga/" // Website that shows inside the box
- #define SERVER_ROOT "Patch" // Server root, where the Titanium patched list.txt is.
- #define PATCHSEVER_URL "orpoli.ga" // URL to your server root
- #define HOME_LINK "http://orpoli.ga/" // Your website url shown above the news box. // Your server's name shown on the bottom of the patcher.
- #define REGISTER_LINK "http://orpoli.ga/" // Your server's registration URL.
- const int PATCH_VERSION = 15; // Same with the version you put in Titanium -> Config.ini
- #define __CURRENT_LANG LANG_ENG // Do not change this unless you know what you do.
- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////|
- /*=============================================================================================================
- == Configuration End
- =============================================================================================================*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement