EZ Server

General Category => Suggestions => Topic started by: Apology on December 08, 2010, 02:27:32 am



Title: Secret's Secret Ranger Secrets
Post by: Apology on December 08, 2010, 02:27:32 am
Spell is supposed to be haste and a 30% damage modifier.

23 minute parse with the spell on:

(http://img190.imageshack.us/img190/5347/capture1ls.jpg)

22 minute parse with the spell off:

(http://img230.imageshack.us/img230/2620/capture2hn.jpg)


Title: Re: Secret's Secret Ranger Secrets
Post by: Apology on December 08, 2010, 02:30:34 am
(My suggestion is to make the spell do something.)


Title: Re: Secret's Secret Ranger Secrets
Post by: slaughterhaus on December 08, 2010, 05:00:03 am
Good info. I wonder whats keeping it from working? It really seems like haste is a fickle beast. Maybe just raise the Dmg mod.

Deadend


Title: Re: Secret's Secret Ranger Secrets
Post by: Balthor2 on December 08, 2010, 07:54:02 am
It use to work
All kinds of stuff is broken that needs to be fixed but we need someone that can (a) look at the code (b) have a clue whats going on with it (c) fix it (d) not beak other stuff // nerf stuff.
It'll get fixed in time


Title: Re: Secret's Secret Ranger Secrets
Post by: Caryatis on December 11, 2010, 11:43:10 pm
Despite whatever it says ingame this spell doesnt have a haste component(according to a fairly recent spellfile). The damage modifier portion is set incorrectly so that is will only apply to 1hd blunt weapons, the effect_base_valueXX field controls the limits on spells like this and when its set to 0, that is the limit for the 1hd blunt skill. In order for it to affect all skills, you need to make that field -1...

Quote
UPDATE `spells_new` SET `effect_limit_value1`=-1 WHERE `id`=9731 LIMIT 1;


Title: Re: Secret's Secret Ranger Secrets
Post by: Secrets on December 11, 2010, 11:44:32 pm
Despite whatever it says ingame this spell doesnt have a haste component(according to a fairly recent spellfile). The damage modifier portion is set incorrectly so that is will only apply to 1hd blunt weapons, the effect_base_valueXX field controls the limits on spells like this and when its set to 0, that is the limit for the 1hd blunt skill. In order for it to affect all skills, you need to make that field -1...

Quote
UPDATE `spells_new` SET `effect_limit_value1`=-1 WHERE `id`=9731 LIMIT 1;

I'll make this change tonight.

also hi.


Title: Re: Secret's Secret Ranger Secrets
Post by: Apology on December 11, 2010, 11:45:07 pm
Thank you Secrets <3


Title: Re: Secret's Secret Ranger Secrets
Post by: Apology on December 11, 2010, 11:46:15 pm
Also thank you Caryatis <3


Title: Re: Secret's Secret Ranger Secrets
Post by: Secrets on December 11, 2010, 11:46:25 pm
fixed for next reboot


Title: Re: Secret's Secret Ranger Secrets
Post by: Fugitive on December 11, 2010, 11:48:26 pm
Sweet thanks Secrets.. also WB =P


Title: Re: Secret's Secret Ranger Secrets
Post by: lerxst2112 on December 12, 2010, 01:29:05 am

Is it possible that this is the same thing wrong with the skill mod on the Brawler's charm?


Title: Re: Secret's Secret Ranger Secrets
Post by: Apology on December 12, 2010, 06:09:53 am
After reboot, a very short parse is putting me around 2,700 DPS on the dummy.

Thanks for the fix.