Rare/ex mods

Applications/Tools written to make running DarkStar easier for the rest of us.
Post Reply
Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Rare/ex mods

Post by Delaide » Thu Jan 05, 2017 12:54 am

At one point, I was assisting someone with adding the rare drops to rare/ex drop NMs (Like giving Leaping Lizzy back Leaping boots). I have since added to my rare/ex stuff for some specific customizations. (viewtopic.php?f=19&t=2537)

Deleting the SQL for now, since it seems to have broken with the last update.
Need to mess with the logic for a while until I can figure out what happened...
Last edited by Delaide on Mon Mar 06, 2017 5:00 am, edited 4 times in total.

YassinEra
Posts: 2
Joined: Wed Jan 25, 2017 10:01 pm

Re: Rare/ex mods

Post by YassinEra » Wed Jan 25, 2017 10:15 pm

Hiya sorry to bug you with this request: Dark Ixion Droplist Query

Dropid 0 Poolid 915 Groupid 2987 MobID 17109367

Drops: 19107 60% 11289 65% 16242 64% 2654 100% 2655 100%

I'm sure once i see a properly written query ill better understand and not bug yas as much ^^

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Rare/ex mods

Post by Delaide » Wed Jan 25, 2017 11:08 pm

Sure, here you go.
It will add the drop ID of 4580 to dark ix. This will only be a temp fix, since this ID may be used later.

It will then add the drops to this ID. Remember, there are no checks, so suggest only running once, or it will add the same drops again, creating duplicate entries.
darkix.sql
(340 Bytes) Downloaded 369 times

YassinEra
Posts: 2
Joined: Wed Jan 25, 2017 10:01 pm

Re: Rare/ex mods

Post by YassinEra » Wed Jan 25, 2017 11:10 pm

thanks alot this will help me learn queries a bit better

nasomi
Posts: 141
Joined: Wed Feb 13, 2013 8:51 am

Re: Rare/ex mods

Post by nasomi » Thu Jan 26, 2017 5:59 am

Why not add both leaping and bounding boots to LL at a drop rate of 0%, then in LL.lua have it check status and add a line for LL on which boots he drops, then onmobspawn set drop rate of the correct boots to the drop rate %, that way it's configurable and more user friendly, plus a better chance of getting merged.

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Rare/ex mods

Post by Delaide » Thu Jan 26, 2017 7:14 am

Eh, this is just the simple solution that I use. Don't know if I could make the configurable in that manner. Still trying to actually learn how to modify put copy/paste to meet the proper needs. Original stuff would be beyond me xD

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Rare/ex mods

Post by Delaide » Tue Feb 07, 2017 2:12 am

Updated my file. The previous version would re-add drops, resulting in duplicate entries. Now, it will not.

Post Reply