Nero Posted October 26, 2014 Posted October 26, 2014 Example at prontera. If you kill a poring in prontera. The poring will drop additional proof of donation. I mean the poring drops will be the same but if its killed in prontera it will additionaly drop proof of donation. Quote
Winz Posted October 27, 2014 Posted October 27, 2014 - script sdfhrae -1,{ OnNpcKillEvent: if ((strcharinfo(3) == "prontera") && (killedrid == 1002)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } 1 Quote
Checkmate Posted October 27, 2014 Posted October 27, 2014 - script sdfhrae -1,{ OnNpcKillEvent: if ((strcharinfo(3) == "prontera") && (killedrid == 1002)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } Ermmm... This script look like can be usefull for bossnia script... Mark with specific map name and mob name with chance drop of something... Can it be done??..?? Quote
Nero Posted October 27, 2014 Author Posted October 27, 2014 - script sdfhrae -1,{ OnNpcKillEvent: if ((strcharinfo(3) == "prontera") && (killedrid == 1002)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } Ermmm... This script look like can be usefull for bossnia script... Mark with specific map name and mob name with chance drop of something... Can it be done??..?? I think add random script THANK YOU VERY MUCH @WINZ Quote
Winz Posted October 27, 2014 Posted October 27, 2014 - script sdfhrae -1,{ OnNpcKillEvent: if ((strcharinfo(3) == "prontera") && (killedrid == 1002)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } Ermmm... This script look like can be usefull for bossnia script... Mark with specific map name and mob name with chance drop of something... Can it be done??..?? oh yeah! why don't I think about it? you can merge it with sth. like this: if (((strcharinfo(3) == "bossnia1" ) || (strcharinfo(3) == "bossnia2" ) ) && ((killedrid == 1002) || (killedrid == 1003)) { like.. you add and modify logically the IF statement. you can use it. - script sdfhrae -1,{ OnNpcKillEvent: if ((strcharinfo(3) == "prontera") && (killedrid == 1002)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } Ermmm... This script look like can be usefull for bossnia script... Mark with specific map name and mob name with chance drop of something... Can it be done??..?? I think add random script THANK YOU VERY MUCH @WINZ Sure, no probs! Quote
Checkmate Posted October 27, 2014 Posted October 27, 2014 (edited) oh yeah! why don't I think about it? you can merge it with sth. like this: if (((strcharinfo(3) == "bossnia1" ) || (strcharinfo(3) == "bossnia2" ) ) && ((killedrid == 1002) || (killedrid == 1003)) { like.. you add and modify logically the IF statement. you can use it. This was look so ermm,... professional... maybe i only can do the old way... Sry i was kind a noob too.. ^ ^ Wait... It was like this...??..?? - script sdfhrae -1,{ OnNpcKillEvent: if (((strcharinfo(3) == "bossnia1" ) || (strcharinfo(3) == "bossnia2" ) ) && ((killedrid == 1002) || (killedrid == 1003)) { //sbd. in prontera, killed poring getitem 607,1; end; } end; } Btw how to put it a 10% in it...??? Edited October 27, 2014 by CheckMate Quote
Checkmate Posted October 27, 2014 Posted October 27, 2014 umm, Continue this on PM? Sure... hahaha Sorry.. my bad.. hahahaha Talking in someone topic Quote
Question
Nero
Example at prontera. If you kill a poring in prontera. The poring will drop additional proof of donation. I mean the poring drops will be the same but if its killed in prontera it will additionaly drop proof of donation.
7 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.