Rivers Posted June 16, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Sunday at 11:53 AM 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 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 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 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Sunday at 11:53 AM 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...
Question
Rivers
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.