Issue information

Issue ID
#5612
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Apr 23, 2012 18:53
Last Post
Ind
Dec 18, 2013 15:16
Confirmation
N/A

Hercules Elf Bot - Apr 23, 2012 18:53

Originally posted by [b]Kenpachi[/b]
[s]- ALL_PARTYFLEE (Required by item 12311.)[/s] Added in [rev=16494]/[rev=16497].[CODE]
item Large_Spray_Of_Flowers
event OnConsume:
Skill ALL_PARTYFLEE 1
return
[/CODE]

- ALL_ANGEL_PROTECT (Required by item 12313.)[CODE]
item Protection_Of_Angel
event OnConsume:
Skill ALL_ANGEL_PROTECT 1
return
[/CODE]

- ALL_REVERSEORCISH (Required by item 12347.)[CODE]
item Acorn_Jelly
event OnConsume:
Skill ALL_REVERSEORCISH 1
return
[/CODE]

- ALL_CATCRY (Required by item 2438.)[CODE]
item Paw_Of_Cat
event OnStartEquip:
AddExtParam User VAR_AVOIDSUCCESSVALUE 5
EnableSkill ALL_CATCRY 1
return
event OnFinishEquip:
SubExtParam User VAR_AVOIDSUCCESSVALUE 5
DisableSkill ALL_CATCRY 1
return
[/CODE]

ALL_DREAM_SUMMERNIGHT (Required by item 2750.)[CODE]
item Summer_Night_Dream
event OnStartEquip:
EnableSkill ALL_DREAM_SUMMERNIGHT 1
return
event OnFinishEquip:
DisableSkill ALL_DREAM_SUMMERNIGHT 1
return
[/CODE]

This post has been edited by Kenpachi on Jul 25, 2012 8:41

Hercules Elf Bot - May 5, 2012 7:28

Originally posted by [b]Ind[/b]
need to know the effects of them oo

Hercules Elf Bot - Aug 21, 2012 21:36

Originally posted by [b]Maki[/b]
bump?

Hercules Elf Bot - Aug 22, 2012 6:32

Originally posted by [b]Kenpachi[/b]
I'm looking in this topic almost every second day... I still don't know what those skills do. :S

Hercules Elf Bot - Sep 7, 2012 13:40

Originally posted by [b]malufett[/b]
just my speculations...
[quote]
ALL_ANGEL_PROTECT - Angelus?? Kyrie??

ALL_REVERSEORCISH - Remove Orcish effect to all party member
ALL_CATCRY - FLEE + 5, AGI + 1(based on item description)
[/quote]

:meow:

This post has been edited by malufett on Sep 7, 2012 13:41

Hercules Elf Bot - Nov 4, 2012 20:21

Originally posted by [b]Maki[/b]
[url="http://tw.myblog.yahoo.com/sakray-diary/article?mid=17"]http://tw.myblog.yahoo.com/sakray-diary/article?mid=17[/url]

[b][color=#282828][font=helvetica, arial, sans-serif][size=3]ALL_ANGEL_PROTECT (Required by item 12313.)[/size][/font][/color][/b]
[font=arial][size=3]// --------- 2008年5月感謝的心意活動--------- 12313#天使的守護# 含有天使的守護之力的卡片。[/size][/font]

"Guardian Angel"
Cannot be used on your own. Can only be used by other players (targeting you).

[hr]

[url="http://ratemyserver.net/index.php?page=skill_db&skid=294"]http://ratemyserver.net/index.php?page=skill_db&skid=294[/url]
[b][color=#282828][font=helvetica, arial, sans-serif][size=3]ALL_REVERSEORCISH (Required by item 12347.)[/size][/font][/color][/b]


Changes head of another player to that of an Orc.

[hr]

[b][color=#282828][font=helvetica, arial, sans-serif][size=3]ALL_CATCRY (Required by item 2438.)[/size][/font][/color][/b]
Crying monster : A cat cries to get rid of the mouse.

Kenpachi - Apr 29, 2013 22:18

Okay, so here is what I spotted.

[b]ALL_ANGEL_PROTECT[/b]
Still unknown. Maybe [url="http://ro-db.com/?serv=kro&view_ob=12313#item_view"]description[/url] can be translated and help.

[b]ALL_REVERSEORCISH[/b]
Changes head of another player to that of an Orc.

[b]ALL_CATCRY[/b]
Still unknown.

[b]ALL_DREAM_SUMMERNIGHT[/b]
Increases physical damage by 5% and ASPD by 5% for 30 minutes. (According to [url="http://ro-db.com/?serv=fro&view_ob=12750#item_view"]description[/url].)

This post has been edited by Kenpachi on Apr 29, 2013 22:19

Ind - Dec 18, 2013 15:16

Fixed by Xantara in [url="https://github.com/HerculesWS/Hercules/commit/0fd5a422b47367418e8ecea7ffa77872524dc01e"]https://github.com/HerculesWS/Hercules/commit/0fd5a422b47367418e8ecea7ffa77872524dc01e[/url]