Kariton Revolution Posted June 12, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted June 12, 2013 how can i make All MVP Monster will drop 5 gold coin 100% when killed??? ( THANKYOU VERY MUCH Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted June 12, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted June 12, 2013 (edited) edit your mob_db and add the gold coin to their drops Edited June 12, 2013 by ZeiyanRO Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 12, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 12, 2013 theres no easiest way? (( Quote Link to comment Share on other sites More sharing options...
Mootie Posted June 12, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted June 12, 2013 theres no easiest way? (( That's the easiest way Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 12, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 12, 2013 how to use Onkillevennpc???? here http://www.eathena.ws/board/index.php?showtopic=246761 OnNPCKillEvent Solve ) thankyou so much Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 12, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: Friday at 01:27 AM Share Posted June 12, 2013 ^ Link down. Other helpful link; http://rathena.org/board/topic/75875-mvp-kill-reward-npc/ Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 12, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 12, 2013 - script Sample -1,{ OnNPCKillEvent: if ( killedrid != 1002,1038,1039,1046,1059,1086,1087,1112,1115,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1389,1399,1418,1492,1502,1511,1583,1623,1630,1646,1647,1648,1649,1650,1651,1658,1685,1688,1708,1719,1734,1751,1768,1779,1785,1802,1832,1871,1874,1885,1917,1980,2022,2068,2087,2131,2156,2165; ) end; getitem 671,1; close; } how to make that ((( please i know its not correct im using 3ceam Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 45 minutes ago Share Posted June 12, 2013 if( killedrid == 1002 || killedrid == 1003 || killedrid == 1004 || killedrid == 1005 ){ getitem 671,1; } Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 13, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 13, 2013 syntax error OnPCKillEvent: if( killedrid == 1002 || killedrid == 1038 || killedrid == 1004 || killedrid == 1005 ){ getitem 671,1; } and also is this posible to apply all this Monster?? 1002,1038,1039,1046,1059,1086,1087,1112,1115,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1389,1399,1418,1492,1502,1511,1583,1623,1630,1646,1647,1648,1649,1650,1651,1658,1685,1688,1708,1719,1734,1751,1768,1779,1785,1802,1832,1871,1874,1885,1917,1980,2022,2068,2087,2131,2156,2165 Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 13, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 17 hours ago Share Posted June 13, 2013 - script Sample -1,{ OnNPCKillEvent: query_sql("SELECT FIND_IN_SET('"+killedrid+"', '"+.mobs$+"');",.@a); if(.@a) getitem 671,1; end; OnInit: set .mobs$, "1002,1038,1039,1046,1059,1086,1087,1112,1115,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1389,1399,1418,1492,1502,1511,1583,1623,1630,1646,1647,1648,1649,1650,1651,1658,1685,1688,1708,1719,1734,1751,1768,1779,1785,1802,1832,1871,1874,1885,1917,1980,2022,2068,2087,2131,2156,2165"; } Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 13, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 13, 2013 i need to make new table on sql first? to make this script work? Thankyou Verymuch ! Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 13, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 17 hours ago Share Posted June 13, 2013 nope Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 14, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 14, 2013 Thankyou VeryMuch !! its working now :*.how about all mvp monster not dropping cards? its that possible ?? ) Thankyou verymuch again :** thankyou thankyou thankyou :")))) Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 14, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 17 hours ago Share Posted June 14, 2013 Thankyou VeryMuch !! its working now :*. how about all mvp monster not dropping cards? its that possible ?? ) Thankyou verymuch again :** thankyou thankyou thankyou :")))) From that script? You're going to have to be more specific. Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 15, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 15, 2013 Thanks ) it now ok ) thankyou Very Much ! THANKYOU THANKYOU !!!! Quote Link to comment Share on other sites More sharing options...
Question
Kariton Revolution
how can i make All MVP Monster will drop 5 gold coin 100% when killed???
( THANKYOU VERY MUCH
Link to comment
Share on other sites
14 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.