GiovanT Posted July 4, 2017 Posted July 4, 2017 (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 July 4, 2017 by GiovanT wrong post :( Quote
1 GiovanT Posted July 4, 2017 Author Posted July 4, 2017 (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 July 4, 2017 by GiovanT Quote
0 Cyro Posted July 4, 2017 Posted July 4, 2017 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) Quote
0 GiovanT Posted July 4, 2017 Author Posted July 4, 2017 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 Quote
0 Cyro Posted July 4, 2017 Posted July 4, 2017 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 Quote
0 GiovanT Posted July 4, 2017 Author Posted July 4, 2017 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 Quote
0 Cyro Posted July 4, 2017 Posted July 4, 2017 (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 if (rand(100) < 50) //chnage % as your needs getitem 512,1; // your item id here oh i missunderstood *facepalm* Edited July 4, 2017 by Cyro Quote
0 GiovanT Posted July 4, 2017 Author Posted July 4, 2017 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 Quote
0 Jhedzkie Posted July 11, 2017 Posted July 11, 2017 You do not want to get MVP item after killing MVP? Just remove MVP Item in mob_db.txt then. Quote
Question
GiovanT
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 GiovanTwrong post :(
8 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.