DevKira Posted October 5, 2019 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 10/04/19 Last Seen: December 23, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 DevKira Posted October 6, 2019 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 10/04/19 Last Seen: December 23, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
0 Chun3 Posted October 6, 2019 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 67 Reputation: 9 Joined: 08/22/19 Last Seen: February 2, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 DevKira Posted October 6, 2019 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 10/04/19 Last Seen: December 23, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
0 Chun3 Posted October 6, 2019 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 67 Reputation: 9 Joined: 08/22/19 Last Seen: February 2, 2020 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.