NakedWolf Posted April 6, 2017 Posted April 6, 2017 need a script to add on when the player has the armor equipped it should give him bubblegum effect Quote
0 wonderman Posted April 6, 2017 Posted April 6, 2017 (edited) 1 hour ago, NakedWolf said: need a script to add on when the player has the armor equipped it should give him bubblegum effect add to your item_db (your armor) script > sc_start SC_ITEMBOOST,1800000,200; example: 2309,Coat,Coat,4,22000,,1200,,42,,0,0xFFFFFFFE,63,2,16,,0,1,0,{ sc_start SC_ITEMBOOST,1800000,200; },{},{} don't forget to reloaditemdb or restart your server, good luck Edited April 6, 2017 by wonderman 1 Quote
0 NakedWolf Posted April 6, 2017 Author Posted April 6, 2017 thank you and this works for 30 min or for the whole time ? Quote
0 Emistry Posted April 7, 2017 Posted April 7, 2017 OnPCStatCalcEvent: if ( isequipped( item_id ) ) { bonus2 bExpAddRace, RC_ALL, 100; } end; 1 Quote
0 NakedWolf Posted April 7, 2017 Author Posted April 7, 2017 (edited) 5 hours ago, Emistry said: OnPCStatCalcEvent: if ( isequipped( item_id ) ) { bonus2 bExpAddRace, RC_ALL, 100; } end; where should i place this script or how to use it or where should i add this script @Emistry Edited April 7, 2017 by NakedWolf Quote
0 wonderman Posted April 7, 2017 Posted April 7, 2017 21 hours ago, NakedWolf said: thank you and this works for 30 min or for the whole time ? 30 minutes sir 2309,Coat,Coat,4,22000,,1200,,42,,0,0xFFFFFFFE,63,2,16,,0,1,0,{ sc_start SC_ITEMBOOST,-1,200; },{},{} use this for unlimited time Quote
0 Kinx Posted April 7, 2017 Posted April 7, 2017 1200,,42,,0,0xFFFFFFFE,63,2,16,,0,1,0,{ sc_start SC_ITEMBOOST,-1,200; },{},{} to 1200,,42,,0,0xFFFFFFFE,63,2,16,,0,1,0,{ sc_start SC_ITEMBOOST,-1,200; },{},{sc_end SC_ITEMBOOST; } 1 Quote
0 NakedWolf Posted April 12, 2017 Author Posted April 12, 2017 (edited) how do i add this for a combo equip ?when the armor+shoes+shield+garment is equipes they player should have bubble gum effect continuously un till either one equipe is removed from teh combo armor+shoes+shield+garment=bubblegumeffect what should i add in db/re/item_combo_db.txt // Structure of Database: // ID:ID:ID:ID,{ ?_what should i add here_?} thank you in advance Bump Edited April 12, 2017 by NakedWolf Quote
0 wonderman Posted April 14, 2017 Posted April 14, 2017 On 4/12/2017 at 6:29 PM, NakedWolf said: how do i add this for a combo equip ?when the armor+shoes+shield+garment is equipes they player should have bubble gum effect continuously un till either one equipe is removed from teh combo armor+shoes+shield+garment=bubblegumeffect what should i add in db/re/item_combo_db.txt // Structure of Database: // ID:ID:ID:ID,{ ?_what should i add here_?} thank you in advance item_id:item_id:item_id:item_id, { sc_start SC_ITEMBOOST,-1,200; } Quote
0 NakedWolf Posted April 14, 2017 Author Posted April 14, 2017 but the effect docent get removed when the item is removed/unequiped Quote
Question
NakedWolf
need a script to add on
when the player has the armor equipped it should give him bubblegum effect
9 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.