Jack.Lion Posted June 1, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 02/09/12 Last Seen: September 4, 2013 Share Posted June 1, 2012 (edited) anyone know , the bouns just work on equip. but , I want script code can run on type of healing or food. Example: durationscript <duration>,<script> 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ durationscript 5000,"{ bonus bStr,5; }"; },{},{} like autobonus when i using Red Potion can add 5 str in 5sec. as a result , we can create tmp's sc_start script. can some one help me,please? Edited June 1, 2012 by Jack.Lion Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 1, 2012 But sc_start already has a time argument. o.o; { sc_start SC_STRFOOD, 5000, 5; } Quote Link to comment Share on other sites More sharing options...
Jack.Lion Posted June 1, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 02/09/12 Last Seen: September 4, 2013 Author Share Posted June 1, 2012 so , can add timer to PC add script code? example #12436 Vitata_500 we need not to create new sc_scart we just { durationscript 500000,"{ bonus bMaxSPrate,5; bonus bSPrecovRate,20; }"; } sorry , i don't know this is short nessage. Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 14 minutes ago Share Posted June 1, 2012 LOL ? do you understand how to use those sc_start command ? Euphy try to tell you that sc_sctart akready got the time settings... you just use the same script provided by Euphy and add in the vitata500 item script in item_db.txt or you want to choose a hardway instead of an easy way ? Quote Link to comment Share on other sites More sharing options...
Jack.Lion Posted June 1, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 02/09/12 Last Seen: September 4, 2013 Author Share Posted June 1, 2012 LOL ? do you understand how to use those sc_start command ? Euphy try to tell you that sc_sctart akready got the time settings... you just use the same script provided by Euphy and add in the vitata500 item script in item_db.txt or you want to choose a hardway instead of an easy way ? I know how to use sc_start. create new a sc_start , need to compiled source code. so , add to script code can create tmp's sc_start. i try again to comply, thx. Quote Link to comment Share on other sites More sharing options...
Tizoc Posted June 4, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 06/03/12 Last Seen: November 23, 2012 Share Posted June 4, 2012 create new item with bonus that you want. and use this command in healing or food item. sc_start SC_ITEMSCRIPT,duration_in_millisecond,item_id; Quote Link to comment Share on other sites More sharing options...
Question
Jack.Lion
anyone know , the bouns just work on equip.
but , I want script code can run on type of healing or food.
Example:
durationscript <duration>,<script>
501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ durationscript 5000,"{ bonus bStr,5; }"; },{},{}
like autobonus
when i using Red Potion can add 5 str in 5sec.
as a result , we can create tmp's sc_start script.
can some one help me,please?
Edited by Jack.LionLink to comment
Share on other sites
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.