Jump to content
  • 0

Status Effect in Ragnarok ingame like converters..


shan

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

hi guys im first timer here i really need your help i just want to know how to make a script? for to have status effect in converters like what you see in agility up, blessing, etc... but i dont know how to make a converters icon status effect can you please help me?

post-6419-0-72071900-1342999648_thumb.jpg

Edited by shan
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

Not quite sure as I´ve never done this before.

But the client part is in the stateiconinfo.lua

http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/stateicon/stateiconinfo.lua

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

ok ill going to try this hope it will work please add more help and thank you for helping "ainna" hmm sir where i going to add this sorry...

Edited by shan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

sorry again i want to know how can you edit this in you svn? and your client please help? ty

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

sorry again i want to know how can you edit this in you svn? and your client please help? ty

The description of the status icon is located in your Client Side file - this to be more specific: http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/stateicon/stateiconinfo.lua

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

sorry again i want to know how can you edit this in you svn? and your client please help? ty

The description of the status icon is located in your Client Side file - this to be more specific: http://subversion.as...ateiconinfo.lua

i just put it in my data lua file is still doesnt work i mean is if i use converter like flame the icon doesnt appear in the screen what should i do please give me some guides.

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:  

another simple way for this.....

sc_start FIREWEAPON,180000,5;
sc_start WATERWEAPON,180000,5;
sc_start WINDWEAPON,180000,5;
sc_start EARTHWEAPON,180000,5;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  03/15/12
  • Last Seen:  

another simple way for this.....

sc_start FIREWEAPON,180000,5;
sc_start WATERWEAPON,180000,5;
sc_start WINDWEAPON,180000,5;
sc_start EARTHWEAPON,180000,5;

its should be :

sc_start sc_FIREWEAPON,180000,5;

sc_start sc_WATERWEAPON,180000,5;

sc_start sc_WINDWEAPON,180000,5;

sc_start sc_EARTHWEAPON,180000,5;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

another simple way for this.....

sc_start FIREWEAPON,180000,5;
sc_start WATERWEAPON,180000,5;
sc_start WINDWEAPON,180000,5;
sc_start EARTHWEAPON,180000,5;

its should be :

sc_start sc_FIREWEAPON,180000,5;

sc_start sc_WATERWEAPON,180000,5;

sc_start sc_WINDWEAPON,180000,5;

sc_start sc_EARTHWEAPON,180000,5;

another simple way for this.....

sc_start FIREWEAPON,180000,5;
sc_start WATERWEAPON,180000,5;
sc_start WINDWEAPON,180000,5;
sc_start EARTHWEAPON,180000,5;

12114,Elemental_Fire,Flame Elemental Converter,0,,1,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FIREWEAPON, 180000, 1; },{},{}
12115,Elemental_Water,Frost Elemental Converter,0,,1,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_WATERWEAPON, 180000, 1; },{},{}
12116,Elemental_Earth,Seismic Elemental Converter,0,,1,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_EARTHWEAPON, 180000, 1; },{},{}
12117,Elemental_Wind,Lightning Elemental Converter,0,,1,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_WINDWEAPON, 180000, 1; },{},{}

THANK YOU GUYS IT WORK :) !

and one more question sir's how about resistance? like Coldproof Potion ,Earthproof Potion,Fireproof Potion and Thunderproof Potion

can you help me with this? please again?

Edited by shan
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:  


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  07/22/12
  • Last Seen:  

sir i did that already but it do not work... any possible like the scroll converter? like the same we did in itemdb.?and i have a low version 15168

and whe i add the luafiles in my stateicon folder i have error.... can you help me in this and its is easier like we did in itemdb.txt... please help

Edited by shan
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...