I am trying to apply the patch of the Advance Vending system, but i encounter a lot of errors while compiling so i was hoping that someone can help me with this, by the way im using Revision 17689
Errors Sample:
Sample 1.
1>..\src\map\clif.c(16187): error C2039: 'item_zeny' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\clif.c(16188): error C2039: 'item_zeny' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\clif.c(16191): error C2039: 'item_cash' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\clif.c(16192): error C2039: 'item_cash' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\clif.c(16197): error C2039: 'item_zeny' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\clif.c(16197): error C2039: 'item_cash' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
Sample 2.
1>..\src\map\vending.c(72): error C2039: 'extended_vending' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\vending.c(73): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\vending.c(73): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\vending.c(73): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\vending.c(73): error C2059: syntax error : ')'
1>..\src\map\vending.c(139): error C2039: 'extended_vending' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\vending.c(140): error C2039: 'item_zeny' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\vending.c(152): error C2039: 'item_cash' : is not a member of 'Battle_Config'
1> c:\ragnarok\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>..\src\map\vending.c(154): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\vending.c(154): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\vending.c(154): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\vending.c(154): error C2059: syntax error : ')'
1>..\src\map\vending.c(165): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\vending.c(165): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\vending.c(165): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\vending.c(165): error C2059: syntax error : ')'
1>..\src\map\vending.c(170): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\vending.c(170): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\vending.c(170): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\vending.c(170): error C2059: syntax error : ')'
1>..\src\map\vending.c(176): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\vending.c(176): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\vending.c(176): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\vending.c(176): error C2059: syntax error : ')'
1>..\src\map\skill.c(15830): warning C4003: not enough actual parameters for macro 'msg_txt'
1>..\src\map\skill.c(15830): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>..\src\map\skill.c(15830): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1
1>..\src\map\skill.c(15830): error C2059: syntax error : ')'
Question
Yoona
I am trying to apply the patch of the Advance Vending system, but i encounter a lot of errors while compiling so i was hoping that someone can help me with this, by the way im using Revision 17689
Errors Sample:
Sample 1.
Sample 2.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.