Nero Posted October 26, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Share 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 Link to comment Share on other sites More sharing options...
Winz Posted October 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
Checkmate Posted October 27, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
Nero Posted October 27, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Winz Posted October 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
Checkmate Posted October 27, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
Winz Posted October 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 27, 2014 umm, Continue this on PM? Quote Link to comment Share on other sites More sharing options...
Checkmate Posted October 27, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted October 27, 2014 umm, Continue this on PM? Sure... hahaha Sorry.. my bad.. hahahaha Talking in someone topic Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.