Added offline version for 1.1.8.1.
why function [advanced search] doesnot run with [item properties]
Is it feasible to add a min/max level filter to the basic search?
On a mobile device I canât scroll right to view or click numbers for Item sets, Faction items, Version changes etc. I think it has been like this since I started seeing ads (not that I mind them otherwise).
Night Herald
The monster that should drop it doesnât have it in âNotable lootâ.
I had 112 level set up. It shows till 108 and it disappears afterwards. Not sure whatâs the correct behavior.
Hi @Dammitt - any ETA for grimtools update to 1.1.9.0?
Take Care!
GP.
Hopefully later today.
Thanks Dammitt. We appreciate all the work youâve put into GT over the years. You rock!
I notice 3 new items this patch with no stats. Maybe this is by design as they are prefixed âShattered Realm Ceremonialâ, but just wanted to check with you. Example of one in screenshot below
By design, so that you can get the old look at the Illusionist.
Looking at a buildâs gear and in the bottom only says Ashes of Malmouth. Does this mean its a vendor item? If it was crafted it says something about blueprints and drops I have seen it say whom drops it.
Mythical Warborn Gavel is an example.
If it reads âAshes to malmouthâ or âForgotten Godsâ it means you need to have those DLCs for the item to even exists.
Items that only drops from specific sources have âMIâ written on it and âdrops fromâ. There are some items that are not labeled where they drop, the shattered realm sets (the classical set, the goredrinker, ember calling and veilkeeper) which only drops / can be bought in the Shattered Realm in ultimate.
Faction items can only be bought from faction vendor.
Example, and item labeled âForgotten godsâ which is not a Monster Infrequent (MI) can drop basically everywhere.
Thanks Ulvar1, got all the DLC, so just need to have the RnG Gods favor me.
Offline version is updated.
Is GrimTools (my favorite game) down or not working right now? Every build I try gives this:
For me it happens every now and then on Firefox and lasts some time.
Different browser or private window / tab helps (clearing cookies / cache doesnât work).
Oh, this is the thread for the calculator btw
Yeah, itâs Firefox and nothing is working no matter reloading/new tabs/etc. Edge works fine, though.
The coffee hasnât kicked in yet.
@Dammitt
Could you please help me with Regex and Conditionals in Item Database?
So far I found this works (group capture):
/(damage)[\s\S]*\1[\s\S]*/
(it matches if there are 2 lines with damage)
I also managed âdoesnât mach if ends up with stuffâ
-
Reduced Freeze but excluding low level MIâs and Faction items
(Iâd like to combine it with filtering low level Epics but the problem is the word Epic is at the beginning)
/reduced freeze((?!level: ([0-8]|9\n)[\s\S]*(MI\n|Faction))[\s\S])*$/
Now Iâd like to do some conditionals
- find Epic word and then match Level Requirement at the end of the line
but Iâm trying various syntaxes i.e.
(a)?b(?(1)c|d)
and getting errors. Do you have some examples like that?
Iâd like to make complex filters but without repeating i.e. Reduced Freeze multiple times in a query.