Kariton Revolution Posted June 12, 2013 Posted June 12, 2013 how can i make All MVP Monster will drop 5 gold coin 100% when killed??? ( THANKYOU VERY MUCH Quote
Zeiyan Posted June 12, 2013 Posted June 12, 2013 (edited) edit your mob_db and add the gold coin to their drops Edited June 12, 2013 by ZeiyanRO Quote
Mootie Posted June 12, 2013 Posted June 12, 2013 theres no easiest way? (( That's the easiest way Quote
Kariton Revolution Posted June 12, 2013 Author Posted June 12, 2013 how to use Onkillevennpc???? here http://www.eathena.ws/board/index.php?showtopic=246761 OnNPCKillEvent Solve ) thankyou so much Quote
Jaburak Posted June 12, 2013 Posted June 12, 2013 ^ Link down. Other helpful link; http://rathena.org/board/topic/75875-mvp-kill-reward-npc/ Quote
Kariton Revolution Posted June 12, 2013 Author 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
Emistry Posted June 12, 2013 Posted June 12, 2013 if( killedrid == 1002 || killedrid == 1003 || killedrid == 1004 || killedrid == 1005 ){ getitem 671,1; } Quote
Kariton Revolution Posted June 13, 2013 Author 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
Skorm Posted June 13, 2013 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
Kariton Revolution Posted June 13, 2013 Author Posted June 13, 2013 i need to make new table on sql first? to make this script work? Thankyou Verymuch ! Quote
Kariton Revolution Posted June 14, 2013 Author 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
Skorm Posted June 14, 2013 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
Kariton Revolution Posted June 15, 2013 Author Posted June 15, 2013 Thanks ) it now ok ) thankyou Very Much ! THANKYOU THANKYOU !!!! Quote
Question
Kariton Revolution
how can i make All MVP Monster will drop 5 gold coin 100% when killed???
( THANKYOU VERY MUCH
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.