Dastgir 1246 Posted April 12, 2013 (edited) 1>status.c(6248): error C2039: 'pc_luk_sc_def' : is not a member of 'Battle_Config'1> battle.h(84) : see declaration of 'Battle_Config' sc_def += (battle_config.pc_max_sc_def - sc_def)* status->luk/battle_config.pc_luk_sc_def; else 1>status.c(6264): error C2039: 'mob_luk_sc_def' : is not a member of 'Battle_Config'1> battle.h(84) : see declaration of 'Battle_Config' sc_def += (battle_config.mob_max_sc_def - sc_def)* status->luk/battle_config.mob_luk_sc_def; else 1>clif.c(570): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of data 1>clif.c(571): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of data p.PosDir[0] = sd->bl.x; p.PosDir[1] = sd->bl.y; in void clif_authok(struct map_session_data *sd) Using VC++ 2010 Edited April 12, 2013 by dastgirpojee Share this post Link to post Share on other sites
0 Dastgir 1246 Posted April 12, 2013 (edited) Ohh its my editor mistake, not taking all charaters. Do you know any good conflict editor? 1>clif.c(570): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of data 1>clif.c(571): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of data This warning is still there. Edited April 12, 2013 by dastgirpojee Share this post Link to post Share on other sites
0 Ind 945 Posted April 12, 2013 1>clif.c(570): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of data1>clif.c(571): warning C4244: '=' : conversion from 'int16' to 'char', possible loss of dataThis warning is still there.that was fixed in the latest revision Share this post Link to post Share on other sites
1>status.c(6248): error C2039: 'pc_luk_sc_def' : is not a member of 'Battle_Config'
1> battle.h(84) : see declaration of 'Battle_Config'
1>status.c(6264): error C2039: 'mob_luk_sc_def' : is not a member of 'Battle_Config'
1> battle.h(84) : see declaration of 'Battle_Config'
in void clif_authok(struct map_session_data *sd)
Using VC++ 2010
Share this post
Link to post
Share on other sites