Warning! This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on GitHub Issues.
Issue information
Issue ID
#5936
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 5, 2012 1:44
Last Post
Mysterious
Mar 27, 2014 21:34
Confirmation
Yes (0)
No (2)
Hercules Elf Bot - Jun 5, 2012 1:44
Originally posted by [b]Brynner[/b] i can't use comet skill even i use mistress card on my sunglasses. but if i had red gemstone it works. but it only consume 1 red gemstone instead of 2?.
im using the latest revision.
This post has been edited by
Brynner
on Jun 5, 2012 1:45
Hercules Elf Bot - Jun 5, 2012 2:23
Originally posted by [b]Scheven7[/b] as far as i know, if you want to appear "comet" effect, just spawn a monster and cast around the monster.
work as well for me.
[IMG]http://i49.tinypic.com/x5qk4w.jpg[/IMG]
Hercules Elf Bot - Jun 7, 2012 1:31
Originally posted by [b]Brynner[/b] [quote name='Scheven7' timestamp='1338862989' post='10092']
as far as i know, if you want to appear "comet" effect, just spawn a monster and cast around the monster.work as well for me.[img]http://i49.tinypic.com/x5qk4w.jpg[/img]
[/quote]
if im not mistaken you should cast comet skill without any Red Gemstone if you already have [color=#282828][font=helvetica, arial, sans-serif][size=3]mistress card. i can cast comet same on you without monster because i have Red Gemstone. you can my 2nd screenshots its very clear.[/size][/font][/color]
Hercules Elf Bot - Jun 7, 2012 3:31
Originally posted by [b]malufett[/b] Working as Intended...
as the code says it only gives a bonus of 1...
[CODE]
if( sd->special_state.no_gemstone )
{ //Make it substract 1 gem rather than skipping the cost.
if( --req.amount[i] < 1 )
req.itemid[i] = 0;
}[/CODE]
Hercules Elf Bot - Jun 7, 2012 4:46
Originally posted by [b]ForteXX[/b] From what I remember, most (if not all) skills that take more than 1 stone only get a single stone removed from the cost by mistress card.