Frankenstein Posted September 24, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/18/14 Last Seen: September 29, 2017 Share Posted September 24, 2014 ada yang tahu skill effect speed potion?di dokumen skill_effect_list rata-rata pada tidak benaritem id 12016 ( Speed Potion ) Quote Link to comment Share on other sites More sharing options...
Oceanid Posted September 24, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 80 Reputation: 2 Joined: 10/08/13 Last Seen: March 5, 2020 Share Posted September 24, 2014 apa maksudmu keterampilan efek kecepatan ramuan ? Quote Link to comment Share on other sites More sharing options...
Frankenstein Posted September 24, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/18/14 Last Seen: September 29, 2017 Author Share Posted September 24, 2014 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 Quote Link to comment Share on other sites More sharing options...
Oceanid Posted September 25, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 80 Reputation: 2 Joined: 10/08/13 Last Seen: March 5, 2020 Share Posted September 25, 2014 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 Quote Link to comment Share on other sites More sharing options...
Frankenstein Posted September 27, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/18/14 Last Seen: September 29, 2017 Author Share Posted September 27, 2014 (edited) 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 September 27, 2014 by Frankenstein Quote Link to comment Share on other sites More sharing options...
Question
Frankenstein
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.