Jump to content
  • 0

Help Me Fix @auraset problem


Nash

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

Hii Guys,

 i am trying to implement @auraset in my 3ceam
With help of this Code

 

But i get alot of errors

1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9325) : error C2143: syntax error : missing ';' before 'type'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9330) : error C2143: syntax error : missing ';' before 'type'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9332) : error C2065: 'type' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9333) : error C2065: 'type' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9338) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9338) : warning C4047: '=' : 'int' differs in levels of indirection from 'map_session_data *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9341) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9341) : warning C4047: '!=' : 'int' differs in levels of indirection from 'map_session_data *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : warning C4047: '=' : 'int' differs in levels of indirection from 'map_session_data *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : warning C4047: '=' : 'int' differs in levels of indirection from 'map_session_data *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9342) : error C2223: left of '->state' must point to struct/union
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9348) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9348) : error C2223: left of '->status' must point to struct/union
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9348) : error C2065: 'type' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9349) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9349) : warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9349) : warning C4024: 'pc_setregistry' : different types for formal and actual parameter 1
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9349) : error C2065: 'type' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int'
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : warning C4024: 'pc_setpos' : different types for formal and actual parameter 1
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2223: left of '->mapindex' must point to struct/union
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2223: left of '->bl' must point to struct/union
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2065: 'pl_sd' : undeclared identifier
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2223: left of '->bl' must point to struct/union
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9351) : error C2198: 'pc_setpos' : too few arguments for call
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9359) : error C2449: found '{' at file scope (missing function header?)
1>d:\nashro\[x] 3ceam\src\map\atcommand.c(9359) : error C2059: syntax error : '}'

 

Please help me Fix it

Here is my atcommand.c

                                                                                                                    Regards,

                                                                                                                     Nash


 

Help help help plz plz plz



Okie Guys I some how managed to solve that problem i get 3 more errors Help me with this please !! 

 

1>d:\nashro\nashro[x]\src\map\atcommand.c(2840) : error C2198: 'clif_status_change' : too few arguments for call
1>d:\nashro\nashro[x]\src\map\atcommand.c(4479) : error C2198: 'pc_isriding' : too few arguments for call
1>d:\nashro\nashro[x]\src\map\atcommand.c(5186) : error C2198: 'pc_isriding' : too few arguments for call
1>d:\nashro\nashro[x]\src\map\atcommand.c(8431) : warning C4047: '=' : 'int' differs in levels of indirection from 'unsigned char 


NVM Fixed

Edited by Nash
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...