Jump to content

Question

14 answers to this question

Recommended Posts

Posted
-    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

Posted

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

 

Posted

-	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";

}

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...