Rivers Posted June 16, 2020 Share Posted June 16, 2020 (edited) Good day, does anyone know where I can find the file, or anything, that has all the commands for skills in files like battle.cpp ? Example of what I'm looking for: if (battle_config.weapon_defense_type) { vit_def += def1*battle_config.weapon_defense_type; def1 = 0; } wd.damage = battle_attr_fix(src, target, wd.damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv Edited June 16, 2020 by Rivers Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted June 16, 2020 Share Posted June 16, 2020 not sure what your saying Quote Link to comment Share on other sites More sharing options...
0 Rivers Posted June 16, 2020 Author Share Posted June 16, 2020 I know all the usable commands for the item.db, but it's different when it comes to SRC editing. there's different code to use to get proper results. I'm looking for a text reference for something so I can search all the usable commands for the game. Quote Link to comment Share on other sites More sharing options...
Good day, does anyone know where I can find the file, or anything, that has all the commands for skills in files like battle.cpp ?
Example of what I'm looking for:
if (battle_config.weapon_defense_type) { vit_def += def1*battle_config.weapon_defense_type; def1 = 0; } wd.damage = battle_attr_fix(src, target, wd.damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv
Edited by RiversLink to comment
Share on other sites