AllHailToTheKing Posted February 1, 2013 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
AllHailToTheKing Posted February 2, 2013 Author Posted February 2, 2013 harsh cant someone help me on this. lol Quote
Emistry Posted February 2, 2013 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
AllHailToTheKing Posted February 3, 2013 Author 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
AllHailToTheKing Posted February 4, 2013 Author Posted February 4, 2013 change the items type to 0... what do you mean item type? Quote
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 ~
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.