Jump to content
  • 0

help on how to add item tcg #7227 to every monster kill at 1% drop rate


BugSICK

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

Hi i hope someone help me on this on how to add item tcg #7227(1) to every monster kill at 1% drop rate and MVP monster at 5% for 10 tcg.

Thanks

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  1281
  • Reputation:   170
  • Joined:  06/12/12
  • Last Seen:  

1 hour ago, BugSICK said:

where can i find this script sir?

This is custom script, and this is not part of rathena script files

so you must put it in custom npc folder and enable it in npc\cpc_costum.conf

here my file for you

% Drop item.txt

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  1281
  • Reputation:   170
  • Joined:  06/12/12
  • Last Seen:  

29 minutes ago, BugSICK said:

thanks hendra.. is this already 1% drop rate? 

yup, <= 1 from 100 is 1%

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  1281
  • Reputation:   170
  • Joined:  06/12/12
  • Last Seen:  

-	script	Drop_extra	-1,{

OnNPCKillEvent:



if( rand( 100 ) <= 1) {
{ .@item_id = 7227;

getitem .@item_id,1;  }
end; 
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

where can i find this script sir?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

thanks hendra.. is this already 1% drop rate? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

Thanks hendra

Link to comment
Share on other sites

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.

×
×
  • Create New...