Delete this post, Account Blocked (mega) :/
Sorry!
Sorry!
Thanks for the screenshots they explained it better.Quote:
not offense XD
addded images to guide :)
Quote:
Thanks for the screenshots they explained it better.
Also a tip for explaining the merge, people need to manually create a folder called "Resclient" else the merge.exe doesn't work.
I am transferring the files for compile to my windows xp OS to see if everything works :). I will keep a update of the process
Edit1: Compiling now
Edit2: Database server doesn't work also neuz.exe after compile doesn't start up and crashes
Same issue for Database as: @[Only registered and activated users can see links. Click Here To Register...]
Database error: [Only registered and activated users can see links. Click Here To Register...]
Edit3: Gonna try to compile the "Source v501 (4job)" and see if the problems are there to.
Edit4: Also has a crash at the database: [Only registered and activated users can see links. Click Here To Register...] Neuz also crashes
BTW what is the WdFFA.zip and is it neccesary? As the world isn't in the normal gold flyff client
Quote:
UINT nItemNum;
...
#ifdef __DUPE_FIX
itemElem.m_nItemNum = nItemNum;
#else //
itemElem.m_nItemNum = (short)nItemNum;
#endif
Quote:
#ifdef __DUPE_FIX
pUser->RemoveItem( (BYTE)( nId ), nItemNum );
UpdateGuildBank( pGuild, GUILD_PUT_ITEM, 0, pUser->m_idPlayer, &itemElem, 0, (short)( nItemNum ) );
#else //
pUser->RemoveItem( (BYTE)( nId ), (short)( nItemNum ) );
UpdateGuildBank( pGuild, GUILD_PUT_ITEM, 0, pUser->m_idPlayer, &itemElem, 0, nItemNum );
#endif //
It's literally doing nothing...Quote:
DWORD dwItemNum;
....
#ifdef __DUPE_FIX
int nGold = (UINT)dwItemNum;
#else // __DUPE_FIX
int nGold = dwItemNum;
#endif // __DUPE_FIX
Downloading it now :handsdown:Quote:
Well, these problems do not have them, but for that reason we'll let the full resource, this has added all the 4thjob skills.
in a few hours more I leave the link of the resource
Quote:
Downloading it now :handsdown:
Edit1: Server works, now just need to create the client :)
Edit2: It seems when you compile the source with "Source con update 5.1 (m_bankGold)" or "Source v501 (4job)" the exes etc they don't work but when i use the precompiled ones from the "Program.zip" they do work. @[Only registered and activated users can see links. Click Here To Register...] what source do we need to use for the full resource you posted earlier? Or do you still need to post that? :)
Edit3: I really can't get the client to work, seems the source is not correct :(
Try to Change the Output file LocationQuote:
Downloading it now :handsdown:
Edit1: Server works, now just need to create the client :)
Edit2: It seems when you compile the source with "Source con update 5.1 (m_bankGold)" or "Source v501 (4job)" the exes etc they don't work but when i use the precompiled ones from the "Program.zip" they do work. @[Only registered and activated users can see links. Click Here To Register...] what source do we need to use for the full resource you posted earlier? Or do you still need to post that? :)
Edit3: I really can't get the client to work, seems the source is not correct :(
I do not currently mounted files, but you leave the resource clean without aggregates 4th job for testQuote:
Try to Change the Output file Location
-----------
I Used your Full Resource but still I have having a problem with Databaseserver.exe
[Only registered and activated users can see links. Click Here To Register...]
PS: I Used the Source (m_bankgold)