Sense Bug (or typo) *minor*

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Sense Bug (or typo) *minor*

#1 Post by edge2054 »

Sense detects traps at level 4 (possibly earlier).

Tooltip says this doesn't happen until level 5.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Sense Bug (or typo) *minor*

#2 Post by Shoob »

not really a bug no, this is because of mastery, the 1.3 mastery makes it happen at lvl 4 (ie, 4 * 1.3 = 5.2 > 5)
Oliphant am I, and I never lie.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Sense Bug (or typo) *minor*

#3 Post by edge2054 »

Ahh.. I didn't realize mastery would make that kinda stuff kick in early. Thought it would only effect the range.

So you really only need 4/5 Phase Door then too?

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Sense Bug (or typo) *minor*

#4 Post by PowerWyrm »

Yes. As a mage, for every spell that has mastery at 1.3 and a special effect at level 5, you only need to put 4 points in it...

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Sense Bug (or typo) *minor*

#5 Post by yufra »

This can be surprising for some people, and maybe the effective (mastery applied) talent level should be shown somewhere in the LevelupTalents dialog. Maybe something like this:

Code: Select all

--- Actor.lua.old	2010-08-24 22:04:05.000000000 -0700
+++ Actor.lua	2010-08-24 22:07:39.000000000 -0700
@@ -1063,6 +1063,7 @@
 
 	local d = {}
 
+        d[#d+1] = ("#6fff83#Effective talent level: #00FF00#%.1f"):format(self:getTalentLevel(t))
 	if t.mode == "passive" then d[#d+1] = "#6fff83#Use mode: #00FF00#Passive"
 	elseif t.mode == "sustained" then d[#d+1] = "#6fff83#Use mode: #00FF00#Sustained"
 	else d[#d+1] = "#6fff83#Use mode: #00FF00#Activated"
<DarkGod> lets say it's intended

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

Re: Sense Bug (or typo) *minor*

#6 Post by darkgod »

Good idea, done
[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 ;)

Post Reply