Jump to content
  • 0

curse water, and converters


AllHailToTheKing

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

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 ~

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

change the items type to 0...

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...