GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Share 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 Link to comment Share on other sites More sharing options...
1 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted July 4, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted July 4, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted July 4, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share 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 Link to comment Share on other sites More sharing options...
0 Jhedzkie Posted July 11, 2017 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Share 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 Link to comment Share on other sites More sharing options...
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 :(
Link to comment
Share on other sites
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.