place of destiny Filles+Source+Client!

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 71
  1. #16
    Apprentice Zopto is offline
    MemberRank
    Apr 2012 Join Date
    8Posts

    Re: place of destiny Filles+Source+Client!

    tnx man i hope this is good start for me ^^
    one more question i folow tutorial an it say database folder but i cant found it do you cnow where is it?
    Last edited by Zopto; 12-06-12 at 01:29 AM.

  2. #17
    Proficient Member tros is offline
    MemberRank
    Feb 2012 Join Date
    154Posts

    Re: place of destiny Filles+Source+Client!

    Fix:

    If the basilisk crash your server, use this to fix:
    Spoiler:

    _common/Object3d.cpp
    search for:

    static D3DXVECTOR3 _vPool[4096];
    replace with:

    static D3DXVECTOR3 _vPool[4202];
    and

    _common/ModelObject.h

    search

    #define MAX_SF_SPLINE 4096
    replace with

    #define MAX_SF_SPLINE 4202

  3. #18
    Enthusiast VASHTY is offline
    MemberRank
    Feb 2012 Join Date
    PhilippinesLocation
    37Posts

    Re: place of destiny Filles+Source+Client!

    Does it set up like Blessed Flyff??? Do i need to Edit the IP in the Source so it works or i mean so i can try to log in!!??

  4. #19
    Valued Member callmem is offline
    MemberRank
    Dec 2008 Join Date
    104Posts

    Re: place of destiny Filles+Source+Client!

    Anyone can share, the unlocked nuez with localhost ip of place of destiny, i don't have visual studio , please share up so we can just edit the i.p using the reshacher, anyone with good heart in ragezone. Please. Thanks in advance.

  5. #20
    Novice ReiLamBou is offline
    MemberRank
    Jun 2012 Join Date
    2Posts

    Re: place of destiny Filles+Source+Client!

    i'll try this >:))

    translate to the max >:))

  6. #21
    Loaded FlyFF Levixavier is offline
    MemberRank
    Apr 2012 Join Date
    PhilippinesLocation
    234Posts

    Re: place of destiny Filles+Source+Client!

    Nice release dude. This should be useful

  7. #22
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts
    Why do the Germans give such strange names to their files...
    This is just another copied source with some minor edits; no need to repost it here.

  8. #23
    Proficient Member tros is offline
    MemberRank
    Feb 2012 Join Date
    154Posts

    Re: place of destiny Filles+Source+Client!

    *addes some define's:

    Some Define's from VersionCommon.
    Spoiler:

    #define __DEBUG_SALT
    #if __VER >= 16
    //#define __BS_CONSOLE
    #define Q_PROTECT
    #define __QUGET_SWAP_FIX
    #define __BURNOUT_SYSTEM
    #define __PETFILTER
    #define __GUILD_COLOR
    #define __NEW_PROP_PARAMETER
    #define __3RD_LEGEND16
    #define __CROSSBOW
    #define __NO_AFTER_SKIN
    #define __NO_SUB_LANG
    #define __IMPROVE_MAP_SYSTEM
    #define __NEW_SKILL_TREE
    #define __INSTANCE_AGGRO_SYSTEM
    #define __LOADING_SCREEN_UPDATE
    #define __ITEM_LINK
    #define __PET_COLLISION //(Pet tut Objekte ignorieren)
    #define __PET_FAST
    //#define __DAY_NIGHT //(Day/Night System ->Offi System)
    #ifdef __NEW_PROP_PARAMETER
    #define __NEW_ITEM_VARUNA
    #define __NEW_STACKABLE_AMPS
    #define __SCROLL_OF_UNBIND
    #define __UPGRADE_SUCCESS_SCROLL
    //#define __TELEPORT_SCROLL
    #endif // __NEW_PROP_PARAMETER
    // #define __BS_EFFECT_LUA
    #endif // __VER >= 16
    #if __VER >= 17
    #define __FASHION_COMBINE
    #define __NEW_WEAPON_GLOW
    //#define __TABBED_INVENTORY
    #define __BARUNA_PIERCING
    #define __COLOSSEUM
    //#define __BAHARA_AGGRO_SYSTEM
    #endif // __VER >= 17
    #define __SECURITY_FIXES
    #define __INVISIBLE_FIX

  9. #24
    Proficient Member Bauwke is offline
    MemberRank
    Mar 2011 Join Date
    150Posts

    Re: place of destiny Filles+Source+Client!

    hallow,

    i used the clien+resource+source of Place of destiny bot i have few problems with my Neuz:


    Source i use:
    http://forum.ragezone.com/f457/place...client-852446/
    afther i edit the IP at NeuzMsgProc.cpp to my local host 127.0.0.1 as you can se:

    Code:
    	if( ::GetLanguage() == LANG_KOR )
    	{
    	#if defined(__TESTSERVER)
    		strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" );
    	#elif defined(__MAINSERVER)
    		strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" );
    	#endif
    	}
    	strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); //Place-of-Destiny IP
    	//strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); //Place-of-Destiny IP
    	InitWebGlobalVar();					// WEB_ADDRESS_DEFAULT, WEB_POSTDATA¼³Á¤
    bot wen i wanne compline the Neuz(yes only Neuz) its not working... its dont compline.... this is my error:




    Code:
    Neuz warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::~CMapInformationManager(void)" (??1CMapInformationManager@@QAE@XZ) referenced in function __unwindfunclet$??0CProject@@QAE@XZ$0
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::CMapInformationManager(void)" (??0CMapInformationManager@@QAE@XZ) referenced in function "public: __thiscall CProject::CProject(void)" (??0CProject@@QAE@XZ)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndChattingBlockingList::CWndChattingBlockingList(void)" (??0CWndChattingBlockingList@@QAE@XZ) referenced in function "int __cdecl TextCmd_IgnoreList(class CScanner &)" (?TextCmd_IgnoreList@@YAHAAVCScanner@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumComplete::CWndColosseumComplete(void)" (??0CWndColosseumComplete@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEndMatch(class CAr &)" (?OnColosseumEndMatch@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumEnter::CWndColosseumEnter(void)" (??0CWndColosseumEnter@@QAE@XZ) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumMassage::CWndColosseumMassage(void)" (??0CWndColosseumMassage@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEnter(class CAr &)" (?OnColosseumEnter@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumRetry::CWndColosseumRetry(void)" (??0CWndColosseumRetry@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEndMatch(class CAr &)" (?OnColosseumEndMatch@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStart::CWndColosseumStart(void)" (??0CWndColosseumStart@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumStart(class CAr &)" (?OnColosseumStart@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStartReady1::CWndColosseumStartReady1(void)" (??0CWndColosseumStartReady1@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumReady1(class CAr &)" (?OnColosseumReady1@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStartReady2::CWndColosseumStartReady2(void)" (??0CWndColosseumStartReady2@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumReady2(class CAr &)" (?OnColosseumReady2@CDPClient@@QAEXAAVCAr@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndMailRequestingBox::CWndMailRequestingBox(void)" (??0CWndMailRequestingBox@@QAE@XZ) referenced in function "public: virtual void __thiscall CWndPost::OnInitialUpdate(void)" (?OnInitialUpdate@CWndPost@@UAEXXZ)
    
    
    Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndMapEx::CWndMapEx(void)" (??0CWndMapEx@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_WndMap(void)" (?AppMain_WndMap@@YAPAVCWndBase@@XZ)
    
    
    Neuz error LNK2019: unresolved external symbol "public: int __thiscall CMapInformationManager::LoadMapInformationData(void)" (?LoadMapInformationData@CMapInformationManager@@QAEHXZ) referenced in function "public: int __thiscall CProject::OpenProject(char const *)" (?OpenProject@CProject@@QAEHPBD@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: void __thiscall CMapInformationManager::DeleteAllMapInformation(void)" (?DeleteAllMapInformation@CMapInformationManager@@QAEXXZ) referenced in function "public: virtual long __thiscall CNeuzApp::MsgProc(struct HWND__ *,unsigned int,unsigned int,long)" (?MsgProc@CNeuzApp@@UAEJPAUHWND__@@IIJ@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndChattingBlockingList::UpdateInformation(void)" (?UpdateInformation@CWndChattingBlockingList@@QAEXXZ) referenced in function "int __cdecl TextCmd_BlockUser(class CScanner &)" (?TextCmd_BlockUser@@YAHAAVCScanner@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndMapEx::InitializeTeleportationInformation(class CMover * const)" (?InitializeTeleportationInformation@CWndMapEx@@QAEXQAVCMover@@@Z) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
    
    
    Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z) referenced in function "public: void __thiscall CWndWorld::RenderArrow(void)" (?RenderArrow@CWndWorld@@QAEXXZ)
    
    
    Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z) referenced in function "void __cdecl ProcessQuestDestinationWorldMap(unsigned long)" (?ProcessQuestDestinationWorldMap@@YAXK@Z)
    
    
    Neuz fatal error LNK1120: 17 unresolved externals
    sorry if its hard to read the error, i dind't know wath code i sould use :s






    could som1 say how i can fix this plz?
    Last edited by Bauwke; 13-06-12 at 11:49 PM.

  10. #25
    Apprentice Yoshi213 is offline
    MemberRank
    Dec 2009 Join Date
    17Posts

    Re: place of destiny Filles+Source+Client!

    why do i get this?
    This is what i am getting now anyone know why?

    http://forum.ragezone.com/f483/help-please-852693/

    2012/ 6/13 11:19:47 OpenProject ERROR check Masquerade.prj

    2012/ 6/13 11:20:28 OpenProject ERROR check Masquerade.prj

    2012/ 6/13 11:21:03 OpenProject ERROR check Masquerade.prj

  11. #26
    Eternal Games Owner ZuminaSpanky is offline
    MemberRank
    Nov 2009 Join Date
    346Posts

    Re: place of destiny Filles+Source+Client!

    Quote Originally Posted by Intelligence View Post
    I suggest, not to get files released from other forum and posting here because I noticed that all these new releases from epvp you released them here.

    I know, I did this before but I stopped because somebody told me that 'let the owner release their stuff they made'. Did you made this?

    Off: Also, every post I made are detected and followed by moderator/s here so I just want to give you a
    Announcements - FlyFF Releases

    It is an announcement. You aren't the creator of this source, and you aren't the one who made this thread, so you should have no say in the making or release of this thread. If the person who released these files didn't want the source released on these forums they should have never released them in the first place (its common sense). In any case, a leak is a leak, and its allowed, so posts like this shouldn't be made to degrade the original poster.

    On topic: There are a lot of nice interface changes and non-source added stuff here. I haven't completely gone through everything yet but I do notice a lot of nice things here.

  12. #27
    Proficient Member tros is offline
    MemberRank
    Feb 2012 Join Date
    154Posts

    Re: place of destiny Filles+Source+Client!

    Quote Originally Posted by Intelligence View Post
    I suggest, not to get files released from other forum and posting here because I noticed that all these new releases from epvp you released them here.

    I know, I did this before but I stopped because somebody told me that 'let the owner release their stuff they made'. Did you made this?

    Off: Also, every post I made are detected and followed by moderator/s here so I just want to give you a
    like ZuminaSpanky sayd, why would he release it in first place... i told i got those filles from Epvp and i gave credits... i think i also made clear i am NOT the maker of this source! so wath the problem

    use this filles and enjoy tham, or dont use tham and leave this thread

  13. #28
    Enthusiast smokingred is offline
    MemberRank
    May 2009 Join Date
    27Posts

    Re: place of destiny Filles+Source+Client!

    what for port must free for this files ? i can´t connect to the files

  14. #29
    Apprentice shindoux is offline
    MemberRank
    Jul 2008 Join Date
    9Posts

    Re: place of destiny Filles+Source+Client!

    someone could help me with the compilation to source code please.
    compilacion.jpg

  15. #30
    Valued Member callmem is offline
    MemberRank
    Dec 2008 Join Date
    104Posts

    Re: place of destiny Filles+Source+Client!

    I found a weird error, when i tried to edit the german texts to englih in Datasub2.res, Items-allgemein in particular , neuz opens but closes after like 4 seconds. And I've just edited a single line.LOL. What's going on???
    Is the file impossible to translate? Anyone?

    Example: IDS_SHUYA_ITEM_004491 Der Charakter kann 10 Minuten lang seine Skills ohne Verzögerung einsetzen.
    to IDS_SHUYA_ITEM_004491 The character can use his skills for 10 minutes without any delay.

    I don't have this error in BLESSED files. But i like this serverfiles. So anyone with good heart.

    Update:
    LOL, i think it's because of Flyff.a XD
    Last edited by callmem; 15-06-12 at 11:00 AM.



Page 2 of 5 FirstFirst 12345 LastLast

Advertisement