I have followed everything, I get an error while compiling which is
wndChangeJobEx.cpp
'nApply': undeclared identifier.
any ideas?
- - - Updated - - -
Fixed. Commented out the line.
I have followed everything, I get an error while compiling which is
wndChangeJobEx.cpp
'nApply': undeclared identifier.
any ideas?
- - - Updated - - -
Fixed. Commented out the line.
I pasted everything from the tut, commented the nApply, compiled it but when i level from 14 to 15 there is no window, same goes for 59 -> 60. But when i use gm commands to become a 61 knight for example and change back to a tier 1 job level 60 it pops up and i can chose a job. Same goes for level 15. If i become a level 16 tier 1 job and convert back to a level 15 Vagrant the window pops up. Anyone knows how i can fix that ?
can someone re up the file please. I can't download it
- - - Updated - - -
Hello, so I compiled the source and I eventually got this error
https://ibb.co/kM495ZM
what should I do from this point?
Thank you!
Edit: The first error is solved, I solved the second error by removing "nApply->EnableWindow( FALSE );", only the 3rd error remains
Last edited by shearjovan; 08-12-19 at 08:53 PM.
bump, still stuck in this error. I've checked the files that I copied multiple times and so far I copied it right
Error is pretty self explanatory tbh, you need to make the code meet current compiler standards.
Replace
WithCode:OnUpdateJob
Where the packet is called on DpSrvr.cppCode:&CDPSrver::OnUpdateJob
Last edited by Ketchup; 10-12-19 at 02:21 AM.
Last edited by shearjovan; 10-12-19 at 04:23 AM.
Can anyone help me with this error?
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndJobChangeEx::CWndJobChangeEx(void)" (??0CWndJobChangeEx@@QAE@XZ) referenced in function "public: int __thiscall CMover::SetExperience(__int64,int)" (?SetExperience@CMover@@QAEH_JH@Z)Neuz fatal error LNK1120: 1 unresolved externals
Thanks for the response Ketchup,
I made sure that I have applied all edits, I even tried to redo everything and I still can't find or fix the error.
That did the trick Ketchup! Thanks a lot! <3
when I turned level 15 it doesnt show up, nothing happens but when I compile the source theres no error. What should I do?