Jump to content
  • 0

Auto get stuff after killing a MVP


Question

Posted (edited)

hello guys, how can i turn off auto get stuff like OBB, YGG after killing a MVP ?? (the stuff automatically on my inventory)

sorrry  wrong post

Edited by GiovanT
wrong post :(

8 answers to this question

Recommended Posts

  • 1
Posted (edited)

 

-	script	#mvp_drop	-1,{
OnNPCKillEvent:
if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP.
	if (rand(0) < 0) //chnage % as your needs
		getitem 603,0;  // your item id here
}

still same, i still auto got OBB after kill ifrit

i dont wanna get that OBB or specific item, i wanna to turn it off

Edited by GiovanT
  • 0
Posted
30 minutes ago, GiovanT said:

hello guys, how can i turn off auto get stuff like OBB, YGG after killing a MVP ?? (the stuff automatically on my inventory)

 

  • 0
Posted
2 minutes ago, Cyro said:

 

lol not mvp announcer, i ask how to turn off auto get OBB, ygg... ex : i killed baphomet then i got ygg from him and that ygg suddenly on my inventory

  • 0
Posted
3 minutes ago, GiovanT said:

lol not mvp announcer, i ask how to turn off auto get OBB, ygg... ex : i killed baphomet then i got ygg from him and that ygg suddenly on my inventory

yes! that's what that script does 

  • 0
Posted
16 minutes ago, Cyro said:

yes! that's what that script does 

i already try it, then how to use it? i mean i still get the item, i killed ifrit and i still get OBB on my inventory

screenRenewal 000.jpg

  • 0
Posted (edited)
48 minutes ago, GiovanT said:

i already try it, then how to use it? i mean i still get the item, i killed ifrit and i still get OBB on my inventory

screenRenewal 000.jpg

if (rand(100) < 50) //chnage % as your needs
		getitem 512,1;  // your item id here

oh i missunderstood *facepalm*

Edited by Cyro
  • 0
Posted
3 hours ago, Cyro said:

if (rand(100) < 50) //chnage % as your needs
		getitem 512,1;  // your item id here

oh i missunderstood *facepalm*

haha, its ok, thx for your time :)

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