Haikenz Posted August 26, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted August 26, 2017 (edited) is there any way to convert this my brAthena item_db to rAthena? because in this my item_db there are more columns, rAthena has less, and I did not want to have to take 1 for 1 brAthena: INSERT INTO `item_db` (`id`, `name_english`, `name_japanese`, `type`, `price_buy`, `price_sell`, `weight`, `atk`, `matk`, `defence`, `range`, `slots`, `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`, `weapon_level`, `equip_level_min`, `equip_level_max`, `refineable`, `view`, `bindonequip`, `forceserial`, `buyingstore`, `delay`, `trade_flag`, `trade_group`, `nouse_flag`, `nouse_group`, `stack_amount`, `stack_flag`, `sprite`, `script`, `equip_script`, `unequip_script`) VALUES rAthena: INSERT INTO `item_db_re` (`id`, `name_english`, `name_japanese`, `type`, `price_buy`, `price_sell`, `weight`, `atk:matk`, `defence`, `range`, `slots`, `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`, `weapon_level`, `equip_level`, `refineable`, `view`, `script`, `equip_script`, `unequip_script`) VALUES Link: ~Removed Note: if I can convert to item.txt it would look even better @Edit ~Resolved Edited August 29, 2017 by Haikenz ~Resolved Quote Link to comment Share on other sites More sharing options...
Question
Haikenz
is there any way to convert this my brAthena item_db to rAthena? because in this my item_db there are more columns, rAthena has less, and I did not want to have to take 1 for 1
brAthena:
INSERT INTO `item_db` (`id`, `name_english`, `name_japanese`, `type`, `price_buy`, `price_sell`, `weight`, `atk`, `matk`, `defence`, `range`, `slots`, `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`, `weapon_level`, `equip_level_min`, `equip_level_max`, `refineable`, `view`, `bindonequip`, `forceserial`, `buyingstore`, `delay`, `trade_flag`, `trade_group`, `nouse_flag`, `nouse_group`, `stack_amount`, `stack_flag`, `sprite`, `script`, `equip_script`, `unequip_script`) VALUES
rAthena:
INSERT INTO `item_db_re` (`id`, `name_english`, `name_japanese`, `type`, `price_buy`, `price_sell`, `weight`, `atk:matk`, `defence`, `range`, `slots`, `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`, `weapon_level`, `equip_level`, `refineable`, `view`, `script`, `equip_script`, `unequip_script`) VALUES
Link: ~Removed
Note: if I can convert to item.txt it would look even better
@Edit ~Resolved
Edited by Haikenz~Resolved
Link to comment
Share on other sites
0 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.