Jump to content

Blue Jem

Members
  • Posts

    393
  • Joined

  • Last visited

Everything posted by Blue Jem

  1. if the quest is complete me or my character auto warp to Quest Area
  2. how can add pernament effect like this @effect 201 for all player every where map
  3. - script killeffect -1,{ OnPCDieEvent: atcommand "@effect 18"; end; } solved
  4. - script pvppoints -1,{ OnPCKillEvent: if ( strcharinfo(3) == "morocc" ) { if ( kill >= 2 ) { set arenapoint,arenapoint+10; specialeffect 88; dispbottom "You have gained 10 Arena Points. Total is "+arenapoint+" Arena Points."; set kill, 0; } set kill, kill + 1; } end; OnPCDieEvent: if ( strcharinfo(3) == "morocc" ) { if ( death >= 5 ) { set arenapoint,arenapoint+10; dispbottom "You have gained 10 Arena Points. Total is "+arenapoint+" Arena Points."; set death, 0; } set death, death + 1; } end; } the special effect is not working every time i killed 2 player not showing the effect of special effect
  5. this is from Fan en Script >> https://www.facebook.com/notes/-update-modify-create-/src-cell_pk/222999747734557 now i dont know why not working this - script cell_pk -1,{ end; setcell "prontera",134,190,177,217,cell_pk,1; setcell "prontera",82,200,124,207,cell_pk,1; setcell "prontera",125,199,125,208,cell_pk,1; setcell "prontera",126,198,126,209,cell_pk,1; setcell "prontera",127,197,127,210,cell_pk,1; setcell "prontera",128,196,128,211,cell_pk,1; setcell "prontera",129,195,129,212,cell_pk,1; setcell "prontera",130,194,130,213,cell_pk,1; setcell "prontera",131,193,131,214,cell_pk,1; setcell "prontera",132,192,132,215,cell_pk,1; setcell "prontera",133,191,133,216,cell_pk,1; setcell "prontera",148,231,163,268,cell_pk,1; setcell "prontera",147,230,164,230,cell_pk,1; setcell "prontera",146,229,165,229,cell_pk,1; setcell "prontera",145,228,166,228,cell_pk,1; setcell "prontera",144,227,167,227,cell_pk,1; setcell "prontera",143,226,168,226,cell_pk,1; setcell "prontera",142,225,169,225,cell_pk,1; setcell "prontera",141,224,170,224,cell_pk,1; setcell "prontera",140,223,171,223,cell_pk,1; setcell "prontera",139,222,172,222,cell_pk,1; setcell "prontera",138,221,173,221,cell_pk,1; setcell "prontera",137,220,174,220,cell_pk,1; setcell "prontera",136,219,175,219,cell_pk,1; setcell "prontera",135,218,176,218,cell_pk,1; setcell "prontera",187,200,229,207,cell_pk,1; setcell "prontera",186,199,186,208,cell_pk,1; setcell "prontera",185,198,185,209,cell_pk,1; setcell "prontera",184,197,184,210,cell_pk,1; setcell "prontera",183,196,183,211,cell_pk,1; setcell "prontera",182,195,182,212,cell_pk,1; setcell "prontera",181,194,181,213,cell_pk,1; setcell "prontera",180,193,180,214,cell_pk,1; setcell "prontera",179,192,179,215,cell_pk,1; setcell "prontera",178,191,178,216,cell_pk,1; setcell "prontera",148,130,163,176,cell_pk,1; setcell "prontera",147,177,164,177,cell_pk,1; setcell "prontera",146,178,165,178,cell_pk,1; setcell "prontera",145,179,166,179,cell_pk,1; setcell "prontera",144,180,167,180,cell_pk,1; setcell "prontera",143,181,168,181,cell_pk,1; setcell "prontera",142,182,169,182,cell_pk,1; setcell "prontera",141,183,170,183,cell_pk,1; setcell "prontera",140,184,171,184,cell_pk,1; setcell "prontera",139,185,172,185,cell_pk,1; setcell "prontera",138,186,173,186,cell_pk,1; setcell "prontera",137,187,174,187,cell_pk,1; setcell "prontera",136,188,175,188,cell_pk,1; setcell "prontera",135,189,176,189,cell_pk,1; end; }
  6. how can put the effect if the player is die
  7. 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6388): error C2085: 'cell_pk_check' : not in formal parameter list 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6388): error C2143: syntax error : missing ';' before '{' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->type' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->x' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->y' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->x' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->y' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4024: 'status_get_party_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4024: 'status_get_party_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6400): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4024: 'status_get_guild_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4024: 'status_get_guild_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6415): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6415): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6437): error C2449: found '{' at file scope (missing function header?) 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6759): error C2059: syntax error : '}' 1> battleground.c 1> buyingstore.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> cashshop.c 1> channel.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> chat.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> chrif.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> clif.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> date.c 1> duel.c 1> elemental.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> guild.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> intif.c 1> itemdb.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> log.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> mail.c 1> map.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> mapreg_sql.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> homunculus.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2238): error C2027: use of undefined type 'mapcell' 1> c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(491) : see declaration of 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2239): error C2027: use of undefined type 'mapcell' 1> c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(491) : see declaration of 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2574): error C2079: 'map_gat2cell' uses undefined struct 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2575): error C2079: 'cell' uses undefined struct 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2577): error C2027: use of undefined type 'mapcell' 1> c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(491) : see declaration of 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2580): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2580): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2580): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2581): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2581): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2581): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2582): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2582): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2582): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2583): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2583): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2583): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2584): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2584): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2584): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2585): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2585): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2585): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2586): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2586): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2586): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2592): error C2440: 'return' : cannot convert from 'int' to 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2597): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2597): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2597): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2598): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2598): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2598): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2599): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2599): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2599): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2600): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2600): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2600): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2616): error C2079: 'cell' uses undefined struct 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2624): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2624): error C2440: '=' : cannot convert from 'mapcell' to 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2630): error C2440: 'function' : cannot convert from 'int' to 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2630): warning C4024: 'map_cell2gat' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2634): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2634): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2634): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2637): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2637): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2640): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2640): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2640): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2645): error C2224: left of '.npc' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2645): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2647): error C2224: left of '.basilica' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2647): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2649): error C2224: left of '.landprotector' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2649): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2651): error C2224: left of '.novending' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2651): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2653): error C2224: left of '.nochat' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2653): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2655): error C2224: left of '.maelstrom' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2655): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2657): error C2224: left of '.icewall' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2657): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2665): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2665): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2672): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2672): warning C4033: 'map_getcellp' must return a value 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2701): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2701): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2702): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2702): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2703): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2703): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2705): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2705): error C2037: left of 'npc' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2706): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2706): error C2037: left of 'basilica' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2707): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2707): error C2037: left of 'landprotector' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2708): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2708): error C2037: left of 'novending' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2709): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2709): error C2037: left of 'nochat' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2710): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2710): error C2037: left of 'pk' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2711): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2711): error C2037: left of 'maelstrom' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2712): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2712): error C2037: left of 'icewall' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2722): error C2079: 'cell' uses undefined struct 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2729): error C2440: '=' : cannot convert from 'mapcell' to 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2730): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2730): error C2037: left of 'walkable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2730): error C2224: left of '.walkable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2731): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2731): error C2037: left of 'shootable' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2731): error C2224: left of '.shootable' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2732): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2732): error C2037: left of 'water' specifies undefined struct/union 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2732): error C2224: left of '.water' must have struct/union type 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2988): error C2027: use of undefined type 'mapcell' 1> c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(491) : see declaration of 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(2992): error C2036: 'mapcell *' : unknown size 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(3126): error C2027: use of undefined type 'mapcell' 1> c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(491) : see declaration of 'mapcell' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.c(3142): error C2036: 'mapcell *' : unknown size 1> instance.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> mercenary.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> mob.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> npc.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> npc_chat.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> party.c 1> path.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> pc.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> pc_groups.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> pet.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> quest.c 1> script.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> searchstore.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> skill.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> status.c 1> storage.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(506): error C2061: syntax error : identifier 'maelstrom' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\map.h(512): error C2059: syntax error : '}' 1> trade.c 1> unit.c boom 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6388): error C2085: 'cell_pk_check' : not in formal parameter list 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6388): error C2143: syntax error : missing ';' before '{' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->type' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->x' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->y' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 3> grammar.c 3> libconfig.c 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->x' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2223: left of '->y' must point to struct/union 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6391): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4024: 'status_get_party_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6397): warning C4024: 'status_get_party_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6400): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): error C2065: 't_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4024: 'status_get_guild_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): error C2065: 's_bl' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int' 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6412): warning C4024: 'status_get_guild_id' : different types for formal and actual parameter 1 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6415): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6415): error C2065: 'm' : undeclared identifier 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6437): error C2449: found '{' at file scope (missing function header?) 1>c:\users\admin\desktop\rathena1\rathena12\trunk\src\map\battle.c(6759): error C2059: syntax error : '}' please post the correct patch. i think this is the error wrong space and location of code //battle.c //find this int battle_check_target( struct block_list *src, struct block_list *target,int flag) //add this before it bool cell_pk_check(struct block_list *t_bl, struct block_list *s_bl, int m) { if(t_bl->type == BL_PC && map[m].cell[s_bl->x+s_bl->y*map[m].xs].pk == true && map[m].cell[t_bl->x+t_bl->y*map[m].xs].pk == true) { if(status_get_party_id(t_bl)==status_get_party_id(s_bl)) if(map[m].flag.pvp_noparty) return true; else return false; if(status_get_guild_id(t_bl)==status_get_guild_id(s_bl)) if(map[m].flag.pvp_noguild && map[m].flag.gvg) return true; else return false; return true; } return false; }
  8. //battle.c //find this int battle_check_target( struct block_list *src, struct block_list *target,int flag) //add this before it bool cell_pk_check(struct block_list *t_bl, struct block_list *s_bl, int m) { if(t_bl->type == BL_PC && map[m].cell[s_bl->x+s_bl->y*map[m].xs].pk == true && map[m].cell[t_bl->x+t_bl->y*map[m].xs].pk == true) { if(status_get_party_id(t_bl)==status_get_party_id(s_bl)) if(map[m].flag.pvp_noparty) return true; else return false; if(status_get_guild_id(t_bl)==status_get_guild_id(s_bl)) if(map[m].flag.pvp_noguild && map[m].flag.gvg) return true; else return false; return true; } return false; } //+++++++++++++++++++++++++++++++++// //find this else if(( sd->duel_group && !((!battle_config.duel_allow_pvp && map[m].flag.p //use this to replace else if(( sd->duel_group && !((!battle_config.duel_allow_pvp && map[m].flag.pvp) || (!battle_config.duel_allow_gvg&& map_flag_gvg(m))))||( cell_pk_check(t_bl, s_bl, m) == true )) //+++++++++++++++++++++++++++++++++// //map.c void map_setcell(int m, int x, int y, cell_t cell, bool flag) { int j; if( m < 0 || m >= map_num || x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys ) return; j = x + y*map[m].xs; switch( cell ) { case CELL_WALKABLE: map[m].cell[j].walkable = flag; break; case CELL_SHOOTABLE: map[m].cell[j].shootable = flag; break; case CELL_WATER: map[m].cell[j].water = flag; break; case CELL_NPC: map[m].cell[j].npc = flag; break; case CELL_BASILICA: map[m].cell[j].basilica = flag; break; case CELL_LANDPROTECTOR: map[m].cell[j].landprotector = flag; break; case CELL_NOVENDING: map[m].cell[j].novending = flag; break; case CELL_NOCHAT: map[m].cell[j].nochat = flag; break; case CELL_PK: map[m].cell[j].pk = flag; break;//<---add this default: ShowWarning("map_setcell: invalid cell type '%d'\n", (int)cell); break; } } //+++++++++++++++++++++++++++++++++// //map.h typedef enum { CELL_WALKABLE, CELL_SHOOTABLE, CELL_WATER, CELL_NPC, CELL_BASILICA, CELL_LANDPROTECTOR, CELL_NOVENDING, CELL_NOCHAT, CELL_PK,//<---add this } cell_t; //+++++++++++++++++++++++++++++++++// struct mapcell { // terrain flags unsigned char walkable : 1, shootable : 1, water : 1; // dynamic flags unsigned char npc : 1, basilica : 1, landprotector : 1, novending : 1, nochat : 1, pk : 1;//<---add this //+++++++++++++++++++++++++++++++++// //db\const.txt cell_walkable 0 cell_shootable 1 cell_water 2 cell_npc 3 cell_basilica 4 cell_landprotector 5 cell_novending 6 cell_nochat 7 cell_pk 8//<---add this //+++++++++++++++++++++++++++++++++// this correct position?? i mean script is correct
  9. i saw the video from youtube and see what happen in video pvp area
  10. i saw this video from youtube watch this... this script from rathena and i try change the pvp cell to all kind of cell is not work - script SetPvPCells -1,{ end; OnInit: //setcell "prontera",<x1>,<y1>,<x2>,<y2>,<type>,<flag>; //A1 setcell "prontera",133,192,142,170,cell_pvp,1; setcell "prontera",126,185,134,178,cell_pvp,1; setcell "prontera",141,185,149,178,cell_pvp,1;
  11. how can use port forward? using DSL router?
  12. Blue Jem

    NPC GM

    i try is not back to normal status
  13. Blue Jem

    NPC GM

    prontera,150,150,5 script change group 74,{ if ( getgroupid() != 99 ) { atcommand "@adjgroup 99"; mes "you are now in the group ID 99."; close; } else { mes "you are already in the group ID 99."; close; } } if i use this script i want to back to normal GM level 0 when i character select or exit
  14. paano gawin un Ragnarok na Public un gamit is IP mismo ng pc para makaconnect un mga friends ko? i follow this set not working http://rathena.org/board/topic/83681-how-to-get-your-ro-online-with-router/
  15. example in pvp arena point specific map i killed 2 players i got arenapoint 10point and if i die 5 times i got again arenapoint 10 points - script pvppoints -1,{ OnPCKillEvent: if ( strcharinfo(3) == "morocc" ){ set arenapoint,arenapoint+5; dispbottom "You have gained 5 Arena Points. Total is "+arenapoint+" Arena Points."; end; } } or how can improve this?
  16. you have working files 100% i use latest
  17. example who have this item 7227 or TCG show the name of player have the tcg item . um using eathena
  18. like this? { callfunc "disguiser"; },{},{} function script disguiser { if(disguiser == 0){ switch( rand(18) ) { case 0: atcommand "@disguise 1511"; break; case 1: atcommand "@disguise 1898"; break; case 2: atcommand "@disguise 1806"; break; case 3: atcommand "@disguise 2017"; break; case 4: atcommand "@disguise 2310"; break; case 5: atcommand "@disguise 1388"; break; case 6: atcommand "@disguise 1089"; break; case 7: atcommand "@disguise 1200"; break; case 8: atcommand "@disguise 1839"; break; case 9: atcommand "@disguise 1154"; break; case 10: atcommand "@disguise 1408"; break; case 11: atcommand "@disguise 1785"; break; case 12: atcommand "@disguise 1092"; break; case 13: atcommand "@disguise 1989"; break; case 14: atcommand "@disguise 1987"; break; case 15: atcommand "@disguise 2018"; break; case 16: atcommand "@disguise 1700"; break; case 17: atcommand "@disguise 1933"; break; } set disguiser, 1; end; } if(disguiser == 1){ atcommand "@undisguise"; set disguiser, 0; end; } }
  19. anti hotkey if the player using letter of number then hold and long press the letter or number on keyboard automatic kick out the players
  20. any number , letter and sign in keyboard automatic out the player if the player using hotkey
×
×
  • Create New...