DevKira Posted October 5, 2019 Posted October 5, 2019 I have a problem, I can use 4 elemental converters at a time. How to fix this? I want 1 converters only. Thanks in advance! Quote
0 DevKira Posted October 6, 2019 Author Posted October 6, 2019 (edited) How do I fix this? It is possible to use elemental converters at the same time should only one converter be used? They are together at the same time. Edited October 7, 2019 by Emistry merged Quote
0 Chun3 Posted October 6, 2019 Posted October 6, 2019 the easy way is add a sc_end SC_PROP for all the elements before the SC_START at item_db. t he easy way is add a sc_end SC_PROP for all the elements before the SC_START at item_db. Quote
0 DevKira Posted October 6, 2019 Author Posted October 6, 2019 (edited) Hi @Chun3 Here's my item_db.txt how? Quote 12114,Elemental_Fire,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",4; },{},{} 12115,Elemental_Water,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",2; },{},{} 12116,Elemental_Earth,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",3; },{},{} 12117,Elemental_Wind,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",5; },{},{} Edited October 6, 2019 by DevKira Quote
0 Chun3 Posted October 6, 2019 Posted October 6, 2019 (edited) 12114,Elemental_Fire,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_end SC_FIREWEAPON; sc_end SC_WINDWEAPON; sc_end SC_EARTHWEAPON; sc_end SC_WATERWEAPON; sc_start SC_FIREWEAPON,180000,1; },{},{} Edited October 6, 2019 by Chun3 Quote
Question
DevKira
I have a problem, I can use 4 elemental converters at a time.
How to fix this? I want 1 converters only.
Thanks in advance!
4 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.