Jump to content
  • 0

Auto get stuff after killing a MVP


GiovanT

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

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 :(
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

 

-	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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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)

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

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 :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

You do not want to get MVP item after killing MVP? Just remove MVP Item in mob_db.txt then.

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