Can someone help me solve it?

05/29/2018 00:03 comcem#1
I am not able to compile the worldserver of this error can anyone help me please?


Error 3 error LNK2019: unresolved external symbol "public: int __thiscall CMover::GetChipNum(void)" (?GetChipNum@CMover@@QAEHXZ) referenced in function "public: int __thiscall CVTInfo::VendorSellItem(class CMover *,unsigned char,unsigned long,short,struct VENDOR_SELL_RESULT &)" (?VendorSellItem@CVTInfo@@QAEHPAVCMover@@EKFAAUVEN DOR_SELL_RESULT@@@Z) C:\Users\Junin\Desktop\Source\Source\WorldServer\M overItem.obj WorldServer
Error 4 error LNK2019: unresolved external symbol "public: int __thiscall CMover::GetBlueChipNum(void)" (?GetBlueChipNum@CMover@@QAEHXZ) referenced in function "public: int __thiscall CVTInfo::VendorSellItem(class CMover *,unsigned char,unsigned long,short,struct VENDOR_SELL_RESULT &)" (?VendorSellItem@CVTInfo@@QAEHPAVCMover@@EKFAAUVEN DOR_SELL_RESULT@@@Z) C:\Users\Junin\Desktop\Source\Source\WorldServer\M overItem.obj WorldServer
Error 5 error LNK2019: unresolved external symbol "public: int __thiscall CMover::GetGoldChipNum(void)" (?GetGoldChipNum@CMover@@QAEHXZ) referenced in function "public: int __thiscall CVTInfo::VendorSellItem(class CMover *,unsigned char,unsigned long,short,struct VENDOR_SELL_RESULT &)" (?VendorSellItem@CVTInfo@@QAEHPAVCMover@@EKFAAUVEN DOR_SELL_RESULT@@@Z) C:\Users\Junin\Desktop\Source\Source\WorldServer\M overItem.obj WorldServer
Error 6 error LNK2019: unresolved external symbol "public: int __thiscall CMover::GetBravChipNum(void)" (?GetBravChipNum@CMover@@QAEHXZ) referenced in function "public: int __thiscall CVTInfo::VendorSellItem(class CMover *,unsigned char,unsigned long,short,struct VENDOR_SELL_RESULT &)" (?VendorSellItem@CVTInfo@@QAEHPAVCMover@@EKFAAUVEN DOR_SELL_RESULT@@@Z) C:\Users\Junin\Desktop\Source\Source\WorldServer\M overItem.obj WorldServer
Error 7 error LNK1120: 4 unresolved externals E:\Source\Compiles\7. WorldServer.exe WorldServer
05/29/2018 00:09 Minotaurr#2
You might forgot something to add while adding extended currency, try to add all required pieces of source [emoji4]
05/29/2018 00:23 comcem#3
Quote:
Originally Posted by Minotaurr View Post
You might forgot something to add while adding extended currency, try to add all required pieces of source [emoji4]
I used the source of Totemia Flyff v19 that they passed me in my other post, but these coins all have on my server is not something related to them?
05/29/2018 00:25 Minotaurr#4
Quote:
Originally Posted by comcem View Post
I used the source of Totemia Flyff v19 that they passed me in my other post, but these coins all have on my server is not something related to them?

Hmm, you could compare the extended currency piece of your source to another v19 source with WinMerge. Maybe you’ll find differences
05/29/2018 00:31 comcem#5
Quote:
Originally Posted by Minotaurr View Post
Hmm, you could compare the extended currency piece of your source to another v19 source with WinMerge. Maybe you’ll find differences

in case I have to add the __EXTENDED_CURRENCY in my source too?

Quote:
Originally Posted by Minotaurr View Post
Hmm, you could compare the extended currency piece of your source to another v19 source with WinMerge. Maybe you’ll find differences
Sorry, I'm not very experienced with source, I've been trying to solve this from the private shop for several days and I'm not getting any
05/29/2018 02:24 Ecrypter#6
CMover::GetChipNum this is missing.

check your mover.cpp and .h
05/29/2018 03:24 comcem#7
Quote:
Originally Posted by Ecrypter View Post
CMover::GetChipNum this is missing.

check your mover.cpp and .h
It worked, successfully built, but in game did not appear the option of the coins have to add something in the Resource folder, and generate patcher?
05/29/2018 08:42 KingKeesie#8
Try character.inc if im not correct correct me XD
05/29/2018 08:45 Minotaurr#9
Quote:
Originally Posted by KingKeesie View Post
Try character.inc if im not correct correct me XD

For shops yeahh, for private shop you have to edit the shop in Resdata files, you can use ATools to Edit the GUI.
05/29/2018 09:38 pDestroyer#10
lnk = linking error => you try to use function without prototypes
you just have to add .h
05/29/2018 13:46 comcem#11
Quote:
Originally Posted by Minotaurr View Post
For shops yeahh, for private shop you have to edit the shop in Resdata files, you can use ATools to Edit the GUI.
I'm lost in that part now, I do not know literally how it does it :l

Quote:
Originally Posted by Ecrypter View Post
CMover::GetChipNum this is missing.

check your mover.cpp and .h
I've tried using ATools to add buttons in the in-game private shop and it does not seem to work with my files gives countless errors, is there any way manual?

and if so, how can I do this, and what do I have to do? because I'm looking for a guide on this and I'm not finding any

If you can help me I would be very grateful it is very difficult to find the solution to my private shop in game
05/29/2018 17:09 Ecrypter#12
use the winmerge to compare both side your source and the source have that features