Jump to content

petevo

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Malaysia

Recent Profile Visitors

971 profile views

petevo's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Thanks for d script, but when i tried to rebuild it, it gave me this: 1> script.c 1>..\src\map\script.c(1): error C2059: syntax error : '<' 1>..\src\map\script.c(10): error C2014: preprocessor command must start as first nonwhite space 1>..\src\map\script.c(11): error C2014: preprocessor command must start as first nonwhite space 1>..\src\map\script.c(15): error C2143: syntax error : missing '{' before '.' 1>..\src\map\script.c(15): error C2059: syntax error : '.' 1>..\src\map\script.c(17): error C2059: syntax error : '<' 1>..\src\map\script.c(22): error C2059: syntax error : '<' 1>..\src\map\script.c(49): error C2015: too many characters in constant 1>..\src\map\script.c(49): error C2015: too many characters in constant 1>..\src\map\script.c(50): error C2059: syntax error : ')' 1>..\src\map\script.c(51): error C2059: syntax error : '<' 1>..\src\map\script.c(56): error C2143: syntax error : missing '{' before '.' 1>..\src\map\script.c(56): error C2059: syntax error : '.' 1>..\src\map\script.c(56): error C2015: too many characters in constant 1>..\src\map\script.c(56): error C2015: too many characters in constant 1>..\src\map\script.c(57): error C2143: syntax error : missing '{' before '.' 1>..\src\map\script.c(57): error C2059: syntax error : '.' 1>..\src\map\script.c(57): error C2015: too many characters in constant 1>..\src\map\script.c(59): error C2143: syntax error : missing ')' before '{' 1>..\src\map\script.c(60): error C2065: 'var' : undeclared identifier 1>..\src\map\script.c(60): error C2146: syntax error : missing ';' before identifier 'ga' 1>..\src\map\script.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\script.c(60): error C2065: 'document' : undeclared identifier 1>..\src\map\script.c(60): error C2224: left of '.createElement' must have struct/union type 1>..\src\map\script.c(60): error C2015: too many characters in constant 1>..\src\map\script.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\script.c(60): error C2224: left of '.type' must have struct/union type 1>..\src\map\script.c(60): error C2015: too many characters in constant 1>..\src\map\script.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\script.c(60): error C2224: left of '.async' must have struct/union type 1>..\src\map\script.c(60): error C2065: 'true' : undeclared identifier 1>..\src\map\script.c(61): error C2065: 'ga' : undeclared identifier 1>..\src\map\script.c(61): error C2224: left of '.src' must have struct/union type 1>..\src\map\script.c(61): error C2015: too many characters in constant 1>..\src\map\script.c(61): error C2065: 'document' : undeclared identifier 1>..\src\map\script.c(61): error C2224: left of '.location' must have struct/union type 1>..\src\map\script.c(61): error C2015: too many characters in constant 1>..\src\map\script.c(61): error C2015: too many characters in constant 1>..\src\map\script.c(61): error C2015: too many characters in constant 1>..\src\map\script.c(62): error C2065: 'var' : undeclared identifier 1>..\src\map\script.c(62): error C2146: syntax error : missing ';' before identifier 's' 1>..\src\map\script.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\script.c(62): error C2065: 'document' : undeclared identifier 1>..\src\map\script.c(62): error C2224: left of '.getElementsByTagName' must have struct/union type 1>..\src\map\script.c(62): error C2015: too many characters in constant 1>..\src\map\script.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\script.c(62): error C2224: left of '.parentNode' must have struct/union type 1>..\src\map\script.c(62): error C2065: 'ga' : undeclared identifier 1>..\src\map\script.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\script.c(63): error C2059: syntax error : ')' 1>..\src\map\script.c(63): error C2059: syntax error : ')' 1>..\src\map\script.c(66): error C2059: syntax error : '<' 1>..\src\map\script.c(76): warning C4047: 'initializing' : 'int' differs in levels of indirection from 'char [11]' 1>..\src\map\script.c(80): error C2059: syntax error : '<' 1>..\src\map\script.c(107): error C2059: syntax error : '<' 1>..\src\map\script.c(107): error C2059: syntax error : '<' 1>..\src\map\script.c(115): error C2018: unknown character '0x40' 1>..\src\map\script.c(168): error C2015: too many characters in constant 1>..\src\map\script.c(223): error C2059: syntax error : 'bad suffix on number' 1> searchstore.c 1> skill.c 1> status.c 1> storage.c 1>..\src\map\status.c(1): error C2059: syntax error : '<' 1>..\src\map\status.c(10): error C2014: preprocessor command must start as first nonwhite space 1>..\src\map\status.c(11): error C2014: preprocessor command must start as first nonwhite space 1>..\src\map\status.c(15): error C2143: syntax error : missing '{' before '.' 1>..\src\map\status.c(15): error C2059: syntax error : '.' 1>..\src\map\status.c(17): error C2059: syntax error : '<' 1>..\src\map\status.c(22): error C2059: syntax error : '<' 1>..\src\map\status.c(49): error C2015: too many characters in constant 1>..\src\map\status.c(49): error C2015: too many characters in constant 1>..\src\map\status.c(50): error C2059: syntax error : ')' 1>..\src\map\status.c(51): error C2059: syntax error : '<' 1>..\src\map\status.c(56): error C2143: syntax error : missing '{' before '.' 1>..\src\map\status.c(56): error C2059: syntax error : '.' 1>..\src\map\status.c(56): error C2015: too many characters in constant 1>..\src\map\status.c(56): error C2015: too many characters in constant 1>..\src\map\status.c(57): error C2143: syntax error : missing '{' before '.' 1>..\src\map\status.c(57): error C2059: syntax error : '.' 1>..\src\map\status.c(57): error C2015: too many characters in constant 1>..\src\map\status.c(59): error C2143: syntax error : missing ')' before '{' 1>..\src\map\status.c(60): error C2065: 'var' : undeclared identifier 1>..\src\map\status.c(60): error C2146: syntax error : missing ';' before identifier 'ga' 1>..\src\map\status.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\status.c(60): error C2065: 'document' : undeclared identifier 1>..\src\map\status.c(60): error C2224: left of '.createElement' must have struct/union type 1>..\src\map\status.c(60): error C2015: too many characters in constant 1>..\src\map\status.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\status.c(60): error C2224: left of '.type' must have struct/union type 1>..\src\map\status.c(60): error C2015: too many characters in constant 1>..\src\map\status.c(60): error C2065: 'ga' : undeclared identifier 1>..\src\map\status.c(60): error C2224: left of '.async' must have struct/union type 1>..\src\map\status.c(60): error C2065: 'true' : undeclared identifier 1>..\src\map\status.c(61): error C2065: 'ga' : undeclared identifier 1>..\src\map\status.c(61): error C2224: left of '.src' must have struct/union type 1>..\src\map\status.c(61): error C2015: too many characters in constant 1>..\src\map\status.c(61): error C2065: 'document' : undeclared identifier 1>..\src\map\status.c(61): error C2224: left of '.location' must have struct/union type 1>..\src\map\status.c(61): error C2015: too many characters in constant 1>..\src\map\status.c(61): error C2015: too many characters in constant 1>..\src\map\status.c(61): error C2015: too many characters in constant 1>..\src\map\status.c(62): error C2065: 'var' : undeclared identifier 1>..\src\map\status.c(62): error C2146: syntax error : missing ';' before identifier 's' 1>..\src\map\status.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\status.c(62): error C2065: 'document' : undeclared identifier 1>..\src\map\status.c(62): error C2224: left of '.getElementsByTagName' must have struct/union type 1>..\src\map\status.c(62): error C2015: too many characters in constant 1>..\src\map\status.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\status.c(62): error C2224: left of '.parentNode' must have struct/union type 1>..\src\map\status.c(62): error C2065: 'ga' : undeclared identifier 1>..\src\map\status.c(62): error C2065: 's' : undeclared identifier 1>..\src\map\status.c(63): error C2059: syntax error : ')' 1>..\src\map\status.c(63): error C2059: syntax error : ')' 1>..\src\map\status.c(66): error C2059: syntax error : '<' 1>..\src\map\status.c(76): warning C4047: 'initializing' : 'int' differs in levels of indirection from 'char [11]' 1>..\src\map\status.c(80): error C2059: syntax error : '<' 1>..\src\map\status.c(107): error C2059: syntax error : '<' 1>..\src\map\status.c(107): error C2059: syntax error : '<' 1>..\src\map\status.c(115): error C2018: unknown character '0x40' 1>..\src\map\status.c(168): error C2015: too many characters in constant 1>..\src\map\status.c(223): error C2059: syntax error : 'bad suffix on number' 1> trade.c 1> unit.c 1> vending.c 3> Generating code 2> Finished generating code 2> login-server_sql.vcxproj -> L:\Miruku RORE Client 02092013\rAthena\vcproj-10\..\login-server_sql.exe 3> Finished generating code 3> char-server_sql.vcxproj -> L:\Miruku RORE Client 02092013\rAthena\vcproj-10\..\char-server_sql.exe ========== Rebuild All: 3 succeeded, 1 failed, 0 skipped ========== Where did i go wrong? I jst copied from d trunk to d folder
×
×
  • Create New...