Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 02:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Place-of-Destiny Source, Client, Files

Discussion on [Release] Place-of-Destiny Source, Client, Files within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 06/12/2012, 19:01   #46
 
elite*gold: 30
Join Date: May 2011
Posts: 521
Received Thanks: 69
neuz ip change --> NeuzMsgProc.cpp
Crystal-Craft is offline  
Old 06/12/2012, 19:18   #47
 
elite*gold: 0
Join Date: Aug 2011
Posts: 60
Received Thanks: 5
Quote:
to low ram, how is thad... i could run every released server filles and i can play every flyff Private server thad thare is! how could my Ram be the problem?
how much ram did you have ?


PS: sry for my bad englisch
XDFlyffowner is offline  
Old 06/12/2012, 19:18   #48
 
elite*gold: 0
Join Date: Nov 2009
Posts: 109
Received Thanks: 3
can some share an unlocked neuz.exe so i can just edit the i.p in the neuz.exe .. because i don't have visual studio in my computer.

Please reply , any one, with good heart?
justcallmem is offline  
Old 06/12/2012, 19:27   #49
 
elite*gold: 0
Join Date: Apr 2011
Posts: 319
Received Thanks: 20
Quote:
Originally Posted by XDFlyffowner View Post
@arnootie
you have to low ram upgrade this and than it will be work

@S3lfmad3
Shuya hat geschrieben das er kein support geben wird .........
Quote:
Originally Posted by XDFlyffowner View Post
how much ram did you have ?


PS: sry for my bad englisch
my lappy got 4Ram, sould be enouf to play anny kind of flyff

(his lappy is not the one to RUN a own server, just to play)

i think this sould proof its not cos of my ram?
arnootie is offline  
Old 06/13/2012, 12:07   #50
 
elite*gold: 0
Join Date: Nov 2009
Posts: 109
Received Thanks: 3
anyone knows where to edit the neuz.exe, what line to find? So i can edit the ip inside.
Anyone please.

Can anyone share a localhost neuz.exe of these files?Thanks in advance.
justcallmem is offline  
Old 06/13/2012, 12:39   #51
 
elite*gold: 0
Join Date: Jun 2011
Posts: 274
Received Thanks: 103
Quote:
Originally Posted by justcallmem View Post
anyone knows where to edit the neuz.exe, what line to find? So i can edit the ip inside.
Anyone please.
Quote:
Originally Posted by Crystal-Craft View Post
neuz ip change --> NeuzMsgProc.cpp
strcpy( g_Neuz.m_lpCertifierAddr, "217.160.140.192" ); //Place-of-Destiny IP .. :s
Shiaru is offline  
Old 06/13/2012, 17:05   #52
 
elite*gold: 0
Join Date: Mar 2012
Posts: 19
Received Thanks: 0
I have a problem, I edit the file and then recompile (I think I have the wrong line if you could indicate (s) numbers) but when I run the Neuz and I connect I get this error: Service nicht verfügbar. Es wird zurzeit eine Wartung durchgeführt.
salamander64 is offline  
Old 06/13/2012, 17:12   #53
 
elite*gold: 0
Join Date: Dec 2008
Posts: 252
Received Thanks: 188
Open the Account Server window and click on "Wartung" => "Server Login Öffnen"
Vincitore is offline  
Old 06/13/2012, 17:24   #54
 
elite*gold: 0
Join Date: Mar 2012
Posts: 19
Received Thanks: 0
Super thank you, now I come to the choice of characters and then I can not login into play yet my WorldServer is active. (Sorry for my questions: B)
salamander64 is offline  
Old 06/13/2012, 18:03   #55
 
elite*gold: 0
Join Date: Sep 2009
Posts: 47
Received Thanks: 35
The problem is that this source simply has many flaws. And for you salamander, i would recommend using some guides before asking.
LoveBuffNL is offline  
Old 06/13/2012, 18:18   #56
 
elite*gold: 0
Join Date: Nov 2009
Posts: 109
Received Thanks: 3
Anyone can share, his/her compiled neuz.exe with localhost ip.
Thanks in advance.
justcallmem is offline  
Old 06/13/2012, 18:25   #57
 
elite*gold: 0
Join Date: Mar 2012
Posts: 19
Received Thanks: 0
Okey but I can not login into play yet my WorldServer is active and I've never seen a guides who speak about this
salamander64 is offline  
Old 06/13/2012, 18:54   #58
 
elite*gold: 0
Join Date: Nov 2009
Posts: 109
Received Thanks: 3
@salamander64
sir , can you share your localhost neuz.exe?
justcallmem is offline  
Old 06/13/2012, 20:25   #59
 
elite*gold: 0
Join Date: Sep 2009
Posts: 47
Received Thanks: 35
salamander64, there are more than 1 forum about flyff, search for example flyff source and you will see some forums. I will not name them, but i am sure you can figure out, with the help of google.

justcallmem, i'm not sure if this source compiles without a error or not, but if you install vs2010 + sp1 you can compile it. To change the IP to localhost, search for WinMain.rc, open it and almost at the bottom you can put the msg_ver, IP and port. After changing and saving, compile neuz. Done

Edit: localhost needs to be 127.0.0.1 in source. Just to let you know.
LoveBuffNL is offline  
Old 06/13/2012, 23:41   #60
 
elite*gold: 0
Join Date: Apr 2011
Posts: 319
Received Thanks: 20
hallow,

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


Source i use:

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
could som1 say how i can fix this plz?
arnootie is offline  
Reply


Similar Threads Similar Threads
Verkaufe Place-of-Destiny Source+Files+Client usw
10/31/2012 - Flyff Trading - 1 Replies
Hallo Da ich kein bock mehr auf Flyff habe, verkaufe ich nun meine Place-of-Destiny files. Beinhaltet -Source -Ressourcen -Client -Beast angepasst für die Files
[Release] SoD-Source+Files+Client [Ready to Play]
10/24/2012 - Flyff PServer Guides & Releases - 434 Replies
#removed ty to epvp ;)
[Release] Chaos-Fly v19 Source, Client, Files
07/13/2012 - Flyff PServer Guides & Releases - 138 Replies
#removed
[Release] Pixelfehler´s Source/Files/Client
04/07/2012 - Flyff PServer Guides & Releases - 8 Replies
Hey E*Pvpers, ich will euch heute die Source, die Files und den Client von Pixelfehler releasen. Ich habe sie gekauft, aber diese Source funkioniert nicht fehlerfrei und er gibt keinerlei Support/antwortet einfach nicht. Besser gesagt man muss erst so einiges fixxen, dass es rund läuft. Daher empfehle ich nur erfahren Leuten diese Source zu verwenden. Sie enthält folgendes (das Tab Inventory ist bewusst auskommentiert, da es komplett verbuggt ist): /*********************************...



All times are GMT +2. The time now is 02:23.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.