Source v19 released Working Edit Rev2 Nice!

Newbie Spellweaver
Joined
Mar 20, 2011
Messages
96
Reaction score
0
En cualquier fuente de la fiesta y el descubridor de Glowsystem Pumaaa es cyanohydrines trimetilsililado.







the source added back luck everyone ^ ^ have fun

-----WAIT-----

feutures.

Code:
/********************************* EDITS *****************************************/
#define __DAY_NIGHT                            // (Day/Night System ->Offi System)
#define __FLYFF_INITPAGE_EXT                   // (Login Screen)
#define __ADDSHOPITEM                          // (Items Einzeln im Shop)
#define __BARUNA_JEWELL_SOCKET                 // (Baruna Piercing)
#define __GUILD_HOUSE_MIDDLE                   // (Guild House Middle System)
#define __QUGET_SWAP_FIX                       // (MP Bug Fixed)
#define    __BS_EFFECT_LUA                           // (V16 SFX)
#define __SCROLL_OF_UNBIND                     // (Seelengebundenheit entfernen)
#define __TELEPORT_SCROLL                      // (TeleportScroll)
#define __VER >= 8                             // (Kopfgeldsystem)
#define __PROTECT_AWAKE                        // (Awaking Sichern)
#define __PETFILTER                            // (Petfilter ->Hotkey "U")
#define __PET_COLLISION                        // (Pet tut Objekte ignorieren)
#define __PET_FAST                             // (Geschwindigkeit einstellen der Pets)
#define __EMOTION_CRASH                        // (Fix für Emotions Clientcrash)
#define __BLOOM_EFFEKT                         // (Bloomeffeckt verbessern)
#define __BURNOUT_SYSTEM                       // (New Kill Buff System)
#define __FLY__LVL                             // (Fly with lvl 1)
#define __DARKVADOR                            // (The Darkvador Shout On/Off)
#define __NEW_ANTIALIASING                     // (In Arbeit)                
#define __SHOPPING_CART                        // (Officiel Shoppingcard)
#define __NEW_ADV_BUTTON                       // (New Buttons)
#define __TRANSFER_AWAKE
/*********************************************************************************/

/********************************* Pumaaa ****************************************/
#define __PMA_PARTYFINDER                      // (Partyfinder from Pumaa)
#define __PMA_GLOW_COL                         // (Glowsystem from Pumaa)
/********************************************************************************/

/******************************* PVP SYSTEM *************************************/
#define    __SCORE_PVP                            // (PvP Ranking with Database)
#define    __ARENA_SEND_ITEM                      // (Items Senden fürs Killen)
#define    __ARENA_TIME
#define __PVP_KILLS_SFX
/********************************************************************************/
#if (_MSC_VER > 1200)/////////////////////////////////////////////////////////////
#define    __VS2003//////////////// UNWICHTIG ///////////////////////////////////////        
#endif////////////////////////////////////////////////////////////////////////////
/********************************************************************************/
#undef        __VER
#define        __VER 17
/********************************************************************************/

    
/******************************* VERSION V16 ************************************/
#if __VER >= 16                               // (Version V16 Anfang)
#define __GUILD_COLOR
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16                        // (3RD Jobklassen)
#define __CROSSBOW                              // (Crossbox Fixxed)
#define __NO_AFTER_SKIN 
#define __NO_SUB_LANG 
#define __IMPROVE_MAP_SYSTEM 
#define __NEW_SKILL_TREE                      // (New Skilltree)
#define __INSTANCE_AGGRO_SYSTEM               // (Aggro System)
#define __LOADING_SCREEN_UPDATE               // (New Loading Screen)
#define __ITEM_LINK                           // (Item Link in Arbeit)
#ifdef  __NEW_PROP_PARAMETER
#define __NEW_ITEM_VARUNA                     // (Baruna System)
#define __NEW_STACKABLE_AMPS                  // (New Stackable Amplis 5x)
#define __UPGRADE_SUCCESS_SCROLL              // (New Upgrade Scroll)
#endif // __NEW_PROP_PARAMETER
#endif // __VER >= 16                         // (Ende Version V16)
/********************************************************************************/

/**************************** VERSION V17 ***************************************/
#if __VER >= 17
#define    __FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __BARUNA_PIERCING
#define __COLOSSEUM
#define __BAHARA_AGGRO_SYSTEM
#endif // __VER >= 17
/********************************************************************************/

omaster - Source v19 released Working Edit Rev2 Nice! - RaGEZONE Forums


CREDIT: 1% PUMA 99% Pixelfehler
 
Last edited by a moderator:
the only part of v19 in this source is the char-selection, nothing more. its just a custom RoC ( Reversion of Chaos source ) with edits like PvP Score, Glowchange, Partyfinder, etc..
 
This files have Auction working?
How fix this?

Code:
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C2039: 'm_aJobchangeClass' : is not a member of 'CProject'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2039: 'm_aTelePlaces' : is not a member of 'CProject'
        ..\_Common\Project.h(922) : see declaration of 'CProject'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12512): error C2039: 'm_bPfActive' : is not a member of 'CMover'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12515): error C2039: 'm_nPfFilter' : is not a member of 'CMover'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12733): error C2039: 'OnFashionCompoundSystem' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12588): error C2039: 'OnFastJobChange' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12507): error C2039: 'OnPfConfig' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12643): error C2039: 'OnTeleportTo' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13105): error C2039: 'OnToPerin' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5603): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5641): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5652): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5683): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5696): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2065: 'cPlace' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5683): error C2065: 'II_SYS_SYS_SCR_INSTANT_04' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5696): error C2065: 'II_SYS_SYS_SCR_INSTANT_08' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5652): error C2065: 'II_SYS_SYS_SCR_INSTANT_10' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5641): error C2065: 'II_SYS_SYS_SCR_SOULLINK_RMV' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5603): error C2065: 'II_SYS_SYS_SCR_TOCOUPON' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5606): error C2065: 'IK1_COUPON' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12598): error C2065: 'm_pClass' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12598): error C2065: 'OneClickClass' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(553): error C2065: 'OnFashionCompoundSystem' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(571): error C2065: 'OnFastJobChange' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(569): error C2065: 'OnPfConfig' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(552): error C2065: 'OnTeleportTo' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(575): error C2065: 'OnToPerin' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(553): error C2065: 'PACKETTYPE_FASHION_COMBINATE' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(571): error C2065: 'PACKETTYPE_FAST_JOBCHANGE' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(569): error C2065: 'PACKETTYPE_SEND_PFCONFIG' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(552): error C2065: 'PACKETTYPE_TELEPORT_TO' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(575): error C2065: 'PACKETTYPE_TO_PERIN' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2065: 'TelePlace' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12683): error C2227: left of '->AddDefinedText' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12616): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12619): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12622): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12624): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12631): error C2227: left of '->dwItemReward' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12716): error C2227: left of '->dwWorld' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C2227: left of '->dwWorld' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12628): error C2227: left of '->ItemRewardPointer' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12714): error C2227: left of '->nPenyaCost' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12708): error C2227: left of '->nPenyaCost' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nReqClasses' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nReqClasses' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nRequiredLevel' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12613): error C2227: left of '->nRewardPenya' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12611): error C2227: left of '->nRewardSkillPoint' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12612): error C2227: left of '->nRewardStatPoint' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12637): error C2227: left of '->szClassName' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C2228: left of '.GetAt' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2228: left of '.GetAt' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2228: left of '.x' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2228: left of '.z' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12734): error C2365: 'OnFashionCompoundSystem' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12589): error C2365: 'OnFastJobChange' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12508): error C2365: 'OnPfConfig' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12644): error C2365: 'OnTeleportTo' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13106): error C2365: 'OnToPerin' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12683): error C2673: 'OnTeleportTo' : global functions do not have 'this' pointers
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12702): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12708): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12714): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12716): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12768): error C3861: 'IsValidCSPart': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12768): error C3861: 'IsValidCSPart': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12601): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12611): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12612): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12613): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12616): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12619): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12622): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12624): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12628): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12631): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12637): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13106): fatal error C1003: error count exceeds 100; stopping compilation
c:\SRC\Program\Neuz\VersionCommon.h(22): warning C4005: '__VER' : macro redefinition
c:\SRC\Program\WORLDSERVER\VersionCommon.h(18): warning C4005: '__VER' : macro redefinition
c:\SRC\Program\_Common\Mover.h(144): warning C4005: 'MAX_HUMAN_PARTS' : macro redefinition
c:\SRC\Program\_Common\Mover.h(144): warning C4005: 'MAX_HUMAN_PARTS' : macro redefinition
 
Last edited:
This files have Auction working?
How fix this?

Code:
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C2039: 'm_aJobchangeClass' : is not a member of 'CProject'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2039: 'm_aTelePlaces' : is not a member of 'CProject'
        ..\_Common\Project.h(922) : see declaration of 'CProject'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12512): error C2039: 'm_bPfActive' : is not a member of 'CMover'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12515): error C2039: 'm_nPfFilter' : is not a member of 'CMover'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12733): error C2039: 'OnFashionCompoundSystem' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12588): error C2039: 'OnFastJobChange' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12507): error C2039: 'OnPfConfig' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12643): error C2039: 'OnTeleportTo' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13105): error C2039: 'OnToPerin' : is not a member of 'CDPSrvr'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5603): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5641): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5652): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5683): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5696): error C2051: case expression not constant
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2065: 'cPlace' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5683): error C2065: 'II_SYS_SYS_SCR_INSTANT_04' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5696): error C2065: 'II_SYS_SYS_SCR_INSTANT_08' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5652): error C2065: 'II_SYS_SYS_SCR_INSTANT_10' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5641): error C2065: 'II_SYS_SYS_SCR_SOULLINK_RMV' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5603): error C2065: 'II_SYS_SYS_SCR_TOCOUPON' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(5606): error C2065: 'IK1_COUPON' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12598): error C2065: 'm_pClass' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12598): error C2065: 'OneClickClass' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(553): error C2065: 'OnFashionCompoundSystem' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(571): error C2065: 'OnFastJobChange' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(569): error C2065: 'OnPfConfig' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(552): error C2065: 'OnTeleportTo' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(575): error C2065: 'OnToPerin' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(553): error C2065: 'PACKETTYPE_FASHION_COMBINATE' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(571): error C2065: 'PACKETTYPE_FAST_JOBCHANGE' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(569): error C2065: 'PACKETTYPE_SEND_PFCONFIG' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(552): error C2065: 'PACKETTYPE_TELEPORT_TO' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(575): error C2065: 'PACKETTYPE_TO_PERIN' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2065: 'TelePlace' : undeclared identifier
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12683): error C2227: left of '->AddDefinedText' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12616): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12619): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12622): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12624): error C2227: left of '->dwID' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12631): error C2227: left of '->dwItemReward' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12716): error C2227: left of '->dwWorld' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C2227: left of '->dwWorld' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12628): error C2227: left of '->ItemRewardPointer' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12714): error C2227: left of '->nPenyaCost' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12708): error C2227: left of '->nPenyaCost' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nReqClasses' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nReqClasses' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C2227: left of '->nRequiredLevel' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12613): error C2227: left of '->nRewardPenya' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12611): error C2227: left of '->nRewardSkillPoint' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12612): error C2227: left of '->nRewardStatPoint' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12637): error C2227: left of '->szClassName' must point to class/struct/union
        type is ''unknown-type''
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C2227: left of '->vPosition' must point to class/struct/union
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C2228: left of '.dwJobType' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C2228: left of '.GetAt' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12700): error C2228: left of '.GetAt' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2228: left of '.x' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C2228: left of '.z' must have class/struct/union type
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12734): error C2365: 'OnFashionCompoundSystem' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12589): error C2365: 'OnFastJobChange' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12508): error C2365: 'OnPfConfig' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12644): error C2365: 'OnTeleportTo' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13106): error C2365: 'OnToPerin' : redefinition; previous definition was a 'formerly unknown identifier'
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12683): error C2673: 'OnTeleportTo' : global functions do not have 'this' pointers
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12702): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12708): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12714): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12716): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12718): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12721): error C3861: 'cPlace': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12768): error C3861: 'IsValidCSPart': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12768): error C3861: 'IsValidCSPart': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12600): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12601): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12607): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12611): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12612): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12613): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12615): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12616): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12618): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12619): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12621): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12622): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12624): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12628): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12631): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(12637): error C3861: 'm_pClass': identifier not found, even with argument-dependent lookup
c:\SRC\Program\WORLDSERVER\DPSrvr.cpp(13106): fatal error C1003: error count exceeds 100; stopping compilation
c:\SRC\Program\Neuz\VersionCommon.h(22): warning C4005: '__VER' : macro redefinition
c:\SRC\Program\WORLDSERVER\VersionCommon.h(18): warning C4005: '__VER' : macro redefinition
c:\SRC\Program\_Common\Mover.h(144): warning C4005: 'MAX_HUMAN_PARTS' : macro redefinition
c:\SRC\Program\_Common\Mover.h(144): warning C4005: 'MAX_HUMAN_PARTS' : macro redefinition

It must be very hard for you to read. Here, take these glasses!

It looks to me you forgot something in the header file. Don't blindly copy things over from other sources.
 
source compiles perfect for me. but when you make a client it just goes boom crash on neuz load. so either something is missing making it crash or the 4 clients i tried suck hehe. idk if anyone else is having the same problems as me
 
theirs a source O.o Source_By_Pixelfehler_Rev2(Fixxed)\Program is a fully working compiling source lol just named different

unless the links were edited then idk
 
Remove it working by questions

with the developers of the Home Systems and Party Colours Glow Sytem Finder, Inventory V17 Awak Tranfer Have Some Fun With Binary
 
I think you can use in this server the v19 client files then just copy paste the SFX, Model, and World from the Server Files to the Client...and of course You must copy also the Neuz.exe....Am I Right?
 
Post your errors...maybe i can help..coz mine, only my problem is Icon_ArenaMvp.png, ButtQuit2.bmp, ButtBurnOut.bmp, and other *.dds....All of those are not found...But in Server, only Error is [Save-ERROR] The Player cant save kill number...The Rest, Works Perfectly!! Oh yeah Night System herem I think it is off or commented in SOURCE....

So Maybe I can Help to your problem!
 
Back