Jump to content
  • 0

Skill Effect [ Help ]


Frankenstein

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/18/14
  • Last Seen:  

ada yang tahu skill effect speed potion?
di dokumen skill_effect_list rata-rata pada tidak benar
item id 12016 ( Speed Potion )

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

apa maksudmu keterampilan efek kecepatan ramuan ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/18/14
  • Last Seen:  

I try to make duplicate the speed potion and I want to give the item a skill effect like a speed potion at item id 12016. . .

sory bad english

please help me if you know that

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

Try this:

Structure of Database:
// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

This is the structure that the item_db is written in, each one corresponds to a word or a number.

 

For example:

12016,Speed_Up_Potion,Speed Potion,2,2,,100,,,,,0xFFFFFFFF,63,2,,,,,,[{ sc_start SC_SpeedUp1,5000,0; }],{},{}

using the speed potion you want to take the code I put in brackets at the end [{ sc_start SC_SpeedUp1,5000,0; }] and put it with the item you want to have this buff.

2401,Sandals,Sandals,4,400,,200,,5,,0,0xFFFFFFFF,63,2,64,,0,1,0,{},{ sc_start SC_SpeedUp1,5000,0; },{}

Using the sandals you would put  the line of code from above in the second bracket at the end so that the buff only applies once the item is equipped. 

 

 

This link will explain each part of the db structure in item_db:

 

http://rathena.org/wiki/Custom_Items

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/18/14
  • Last Seen:  

I mean is the original skilleffect speed potion . . .
I tried it to find here and not discovered it :
 

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt

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