AllHailToTheKing Posted February 1, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 235 Reputation: 1 Joined: 11/22/11 Last Seen: May 26, 2014 Share Posted February 1, 2013 hello rathena.. i got issues on my converter and cursed water. when i try to use wind,earth,fire and water converter there are no icon on the right side of the client. what should be the problem? here is my script for converters. 12114,Elemental_Fire,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FIREWEAPON,600000,0; },{},{} 12115,Elemental_Water,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_WATERWEAPON,600000,0; },{},{} 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; },{},{} i believe that this problem might cause of the item script. maybe i should use SC_Start. but i tried to put this script "sc_start SC_WINDWEAPON,600000,0;" i tried this script and the icon appear but when i try to use converter it is not consuming. and for my curse water whenever i try to use it still there is no icon buffs on my client.. here is the script. itemskill "ITEM_ENCHANTARMS",8; i cant find the right SC_start script for cursed water on const.txt anyone would help me will be much appreciated. thank you bump ~ Quote Link to comment Share on other sites More sharing options...
AllHailToTheKing Posted February 2, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 235 Reputation: 1 Joined: 11/22/11 Last Seen: May 26, 2014 Author Share Posted February 2, 2013 harsh cant someone help me on this. lol Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 2, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 2, 2013 you have to add it manually if the icon doesnt exist by default. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/stateicon/stateiconinfo.lua Quote Link to comment Share on other sites More sharing options...
AllHailToTheKing Posted February 3, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 235 Reputation: 1 Joined: 11/22/11 Last Seen: May 26, 2014 Author Share Posted February 3, 2013 you have to add it manually if the icon doesnt exist by default. http://subversion.as...ateiconinfo.lua what about the converter? if i try sc_start SC_WINDWEAPON,600000,0; there is the icon but the problem is when i use the converter it not consumable means my converter is 20 pcs when i use when it stays 20 pcs. Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 3, 2013 change the items type to 0... 1 Quote Link to comment Share on other sites More sharing options...
AllHailToTheKing Posted February 4, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 235 Reputation: 1 Joined: 11/22/11 Last Seen: May 26, 2014 Author Share Posted February 4, 2013 change the items type to 0... what do you mean item type? Quote Link to comment Share on other sites More sharing options...
Question
AllHailToTheKing
hello rathena..
i got issues on my converter and cursed water.
when i try to use wind,earth,fire and water converter there are no icon on the right side of the client. what should be the problem?
here is my script for converters.
i believe that this problem might cause of the item script. maybe i should use SC_Start. but i tried to put this script
"sc_start SC_WINDWEAPON,600000,0;" i tried this script and the icon appear but when i try to use converter it is not consuming.
and for my curse water whenever i try to use it still there is no icon buffs on my client..
here is the script.
itemskill "ITEM_ENCHANTARMS",8;
i cant find the right SC_start script for cursed water on const.txt
anyone would help me will be much appreciated.
thank you
bump ~
Link to comment
Share on other sites
5 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.