Issue information

Issue ID
#5548
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 3, 2012 15:26
Last Post
Hercules Elf Bot
Jul 23, 2012 15:01
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Apr 3, 2012 15:26

Originally posted by [b]Traxis[/b]
It seems [url="http://irowiki.org/wiki/Camouflage"]Camouflage[/url] doesn't give you the ATK bonus (not the initial +10 or the late +300), and it doesn't give up to +100% Crit (just +10) either. I've stayed camouflaged until my SP run out, but nothing. I'm not sure about the -5% DEF.

Also, Double Strafe, Arrow Storm and a few others (didn't test every skill) reveals you (and it should be just Arrow Shower or Improve Concentration, to mention some).

This post has been edited by Traxis on Apr 3, 2012 15:27

Hercules Elf Bot - Apr 3, 2012 17:52

Originally posted by [b]Lighta[/b]
They don't really say exactly wich skill disable or wich ain't,
"Attacking normally and certain skills used while in Camouflage will cancel its effects, such as Arrow Shower and Improve Concentration. While other skills such as Arrow Storm can be used without cancelling Camouflage."
That's not really a source to know wich skill should do what,
Actually they default skill to end status because of this note I guess :
"Camouflaged players are revealed before a manually casted skill takes effect so the skill will not receive the bonus [url="http://irowiki.org/wiki/Crit"]Crit[/url] or [url="http://irowiki.org/wiki/Atk"]Atk[/url]."

Beside this you're right about that is giving instant status alteration, it'd be better with a timer.

Hercules Elf Bot - Apr 3, 2012 19:57

Originally posted by [b]Traxis[/b]
[quote name='Lighta' timestamp='1333475538' post='8217']
They don't really say exactly wich skill disable or wich ain't[/quote]
Yeah, I know, but I don't have a character on the official server, so... my only reference is that wiki and it's forums :(

Hercules Elf Bot - May 29, 2012 21:01

Originally posted by [b]PiroKun[/b]
i read a month ago, in a jap forum, and they says all bow skills (exept arrow shower), all falcon skills and all wolf skills (exept riding) doesnt disable camouflage.

Hercules Elf Bot - May 30, 2012 9:50

Originally posted by [b]Chevansaa[/b]
and btw, my friend said if someone use comuflage, he can attack other player and can be attacked by other player too..
in fact, as far as i know, in comuflage mode, he can't attack or be attacked by other player..
am i right? correct me if im wrong.

Hercules Elf Bot - May 31, 2012 17:33

Originally posted by [b]PiroKun[/b]
When i test camo on sakray, time ago, players cant attack me "melee", but can cast and hit target skills on camouflage, and obviously, aoe skills. Monster cant hit you in camouflage.

Hercules Elf Bot - Jun 16, 2012 21:10

Originally posted by [b]Traxis[/b]
Any news on a bugfix for the ATK bonus + Crit bonus?

Hercules Elf Bot - Jul 11, 2012 9:57

Originally posted by [b]Smoke[/b]
I wanted to report this aswel, but here's the temporary fix...

[CODE]
set_sc( RA_CAMOUFLAGE , SC_CAMOUFLAGE , SI_CAMOUFLAGE , SCB_CRI|SCB_SPEED|SCB_WATK|SCB_DEF ); // FIXME : CRIT chance and damage increases by 10% and +30 (Fixed) per second respectively. However Ranger's DEF will decrease by 5% per second.


if( sc->data[SC_CAMOUFLAGE] )
watk += 300;


if( sc->data[SC_CAMOUFLAGE] )
def2 -= def2 * 5 /100;
[/CODE]

Camouflage shouldn't end when attacked by a player or while using any skill. Not even by those particular skills mentioned on iRO. This I know through players on iRO.

This post has been edited by Smoke on Jul 11, 2012 11:44

Hercules Elf Bot - Jul 23, 2012 15:01

Originally posted by [b]malufett[/b]
Fixed @ [rev='16483']