Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

Missing skills

Posted by Hercules Bot on 23 April 2012 - 06:53 PM

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

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

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

- ALL_CATCRY (Required by item 2438.)
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

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

Originally posted by Ind
need to know the effects of them oo

Originally posted by Maki
bump?

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

Originally posted by malufett
just my speculations...

ALL_ANGEL_PROTECT - Angelus?? Kyrie??

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


:meow:

Originally posted by Maki
http://tw.myblog.yah.../article?mid=17

ALL_ANGEL_PROTECT (Required by item 12313.)
// --------- 2008年5月感謝的心意活動--------- 12313#天使的守護# 含有天使的守護之力的卡片。

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




http://ratemyserver....ill_db&skid=294
ALL_REVERSEORCISH (Required by item 12347.)


Changes head of another player to that of an Orc.




ALL_CATCRY (Required by item 2438.)
Crying monster : A cat cries to get rid of the mouse.

Okay, so here is what I spotted.

ALL_ANGEL_PROTECT
Still unknown. Maybe description can be translated and help.

ALL_REVERSEORCISH
Changes head of another player to that of an Orc.

ALL_CATCRY
Still unknown.

ALL_DREAM_SUMMERNIGHT
Increases physical damage by 5% and ASPD by 5% for 30 minutes. (According to description.)

Ind 
changed status to: Fixed