Zephyr Posted December 29, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 95 Reputation: 29 Joined: 10/11/12 Last Seen: December 12, 2023 Share Posted December 29, 2012 File Name: [Mapflag] Mobitemadder File Submitter: Zephyr File Submitted: 28 Dec 2012 File Category: Source Modifications Content Author: Zephyr This mapflag sets more drops for monsters at the map that it's been attached. Sintax: mapname<TAB>mapflag<TAB>mobitemadder<TAB>mob_id,item_id,drop_per{,item_id,drop_per(...)} You can set up to ~50 more items for mobs. "drop_per" is the chance of drop, from 1 (0,01%) to 10000 (100%). There's an example at the screenshot, I setted a Yggdrasil Berry with 100% of chance for the Poring at prt_fild08 map. You can set a lot of mobs, but you have to set more mapflags for your maps. Click here to download this file 7 2 Quote Link to comment Share on other sites More sharing options...
Syouji Posted January 4, 2013 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted January 4, 2013 Very useful as an alternative to editing the mob_db all the time if you wanted custom drops. Thanks a lot. =) Quote Link to comment Share on other sites More sharing options...
Linkin Park Posted January 19, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Share Posted January 19, 2013 (edited) I'm having a problem with this. Sometimes it drops random items like refined sakkat box. I'm using mobitemadder mapflag for 3 monsters on the same map and 1 monster is dropping refined sakkat box. Others drop Falcon Flute. Edited January 19, 2013 by RaGERO Quote Link to comment Share on other sites More sharing options...
Limestone Posted January 23, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted January 23, 2013 yeah, i encountered same problem with RaGERO Quote Link to comment Share on other sites More sharing options...
Zephyr Posted February 16, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 95 Reputation: 29 Joined: 10/11/12 Last Seen: December 12, 2023 Author Share Posted February 16, 2013 This mapflag doesn't affect the original mob drops, they will drop the original drops setted on mob_db AND the drops setted at the mapflag. Quote Link to comment Share on other sites More sharing options...
Limestone Posted February 16, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted February 16, 2013 yes we know that, but sometimes it drops items w/o in the mob_db and set items in mapflag Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 16, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted February 16, 2013 nice mod, I'll implement and test later.. haha Quote Link to comment Share on other sites More sharing options...
arzzzae Posted March 10, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Share Posted March 10, 2013 (edited) Getting an error when I tried to recompile my server. Nevermind. Got it working now. Thanks for the release! Edited March 10, 2013 by arzzzae Quote Link to comment Share on other sites More sharing options...
Rosemount Posted October 14, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Share Posted October 14, 2013 Very useful. Thanks for Release this Quote Link to comment Share on other sites More sharing options...
grenat50 Posted April 22, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 69 Reputation: 79 Joined: 02/20/20 Last Seen: December 1, 2024 Share Posted April 22, 2020 (edited) Hi ! Is there an updated version of it? I tried the current one but I'm having a strange issue: It works, 4 grapes are appearing only when I kill poring and only in Rachel as defined BUT with 2 staffs + 1 unknown item. rachel mapflag mobitemadder 1002,514,10000,514,10000,514,10000,514,10000 Edited April 22, 2020 by grenat50 Quote Link to comment Share on other sites More sharing options...
darbladerxx Posted September 13, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 08/12/13 Last Seen: May 3, 2023 Share Posted September 13, 2020 On 4/21/2020 at 11:33 PM, grenat50 said: Hi ! Is there an updated version of it? I tried the current one but I'm having a strange issue: It works, 4 grapes are appearing only when I kill poring and only in Rachel as defined BUT with 2 staffs + 1 unknown item. rachel mapflag mobitemadder 1002,514,10000,514,10000,514,10000,514,10000 +1 for update. Quote Link to comment Share on other sites More sharing options...
EveeX Posted September 16, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted September 16, 2020 Amazing work, but needs a fix, i can work in that, someday i comment the solution in this post. +1 if you need 1 1 Quote Link to comment Share on other sites More sharing options...
EveeX Posted September 16, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted September 16, 2020 To fix the error about the random drop items is: // Mapflag 'mobitemadder' (Zephyr) if( map[m].mobitemadder_droplist[0].mob_id == md->mob_id ) { // for( i = 1; i < sizeof( map[m].mobitemadder_droplist ); i = i + 1 ) <----- Change this for( i = 1; i < sizeof( map[m].mobitemadder_droplist[0].item_id ); i = i + 1 ) <----- Add this 1 Quote Link to comment Share on other sites More sharing options...
EveeX Posted June 22, 2022 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted June 22, 2022 mobitemadder.diff 1 1 Quote Link to comment Share on other sites More sharing options...
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.