kangfredy Posted April 27, 2013 Posted April 27, 2013 excusme..can i request npc stalker copy skill??(for 1 request)and then..can i request vip premium serivice if player group 1(supper player) player can earn exp double,drop double..??(no sc_ExpBosst) Quote
Capuche Posted April 27, 2013 Posted April 27, 2013 .can i request npc stalker copy skill Try this Stalk (no sc_ExpBosst) There isn't other possibility to double exp/drop for 1 player by npc script than sc_expboost Quote
kangfredy Posted April 27, 2013 Author Posted April 27, 2013 .can i request npc stalker copy skill Try this Stalk >(no sc_ExpBosst) There isn't other possibility to double exp/drop for 1 player by npc script than sc_expboost but capuche how about this? - script #exp_ratio -1,{ OnInit: // configurations set .BaseRatio, 200; // gives more 100% of BaseExp set .JobRatio, 200; // gives more 100% of JobExp end; OnNPCKillEvent: if (getgmlevel() >= 1) { set BaseExp, BaseExp + .BaseRatio * getmonsterinfo (killedrid, 3) / 100; set JobExp, JobExp + .JobRatio * getmonsterinfo (killedrid, 4) / 100; } end; i want to edit this with drop rate? Quote
kangfredy Posted April 27, 2013 Author Posted April 27, 2013 i dunno it's work or not..hahahahah..but how to make drop rate?double? Quote
Question
kangfredy
excusme..can i request npc stalker copy skill??(for 1 request)and then..can i request vip premium serivice if player group 1(supper player) player can earn exp double,drop double..??(no sc_ExpBosst)
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.