Alt Trollmire Drops

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Cheez
Posts: 1
Joined: Thu Jun 12, 2014 3:54 am

Alt Trollmire Drops

#1 Post by Cheez »

I've noticed on two different characters today that the gear drops in alternate trollmire are all t3 or t4. It hasn't happened in any other zone I've been to and it hasn't happened in normal trollmire either.

Alisar
Cornac
Posts: 44
Joined: Sat May 31, 2014 7:54 pm

Re: Alt Trollmire Drops

#2 Post by Alisar »

trollmire/zone.lua line 42-43

Code: Select all

	min_material_level = function() return game.state:isAdvanced() and 3 or 3 end,
	max_material_level = function() return game.state:isAdvanced() and 4 or 4 end,
Should be "3 or 1" and "4 or 2".

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Alt Trollmire Drops

#3 Post by darkgod »

Ahahah this is simply an awesome bug :)
But sorry .. fixing :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Basalt
Wayist
Posts: 16
Joined: Fri Mar 28, 2014 8:04 am

Re: Alt Trollmire Drops

#4 Post by Basalt »

This happened in Bearscape as well.

Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Re: Alt Trollmire Drops

#5 Post by Marson »

My understanding is that is normal for Bearscape and the other online events that spawn so many uniques, as well as chests.

Post Reply