Dastgir
Core Developer
- Messages
- 3,805
- Points
- 0
- Discord
- Dastgir#1460
- IRC Nickname
- Dastgir
- Github
- dastgirp
- Emulator
- Client Version
- 2019-02-28 RE
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
in void clif_authok(struct map_session_data *sd)
Using VC++ 2010
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
Code:
p.PosDir[0] = sd->bl.x; p.PosDir[1] = sd->bl.y;
Using VC++ 2010
Last edited by a moderator: