Jump to content
  • 0

Lilith Vending System


Yoona

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

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 : ')'

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

yes i think this vending system is not updated to latest revisions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...