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

  • #008366

  • 0 - None Assigned

  • Working as Intended

Issue Confirmations

  • Yes (0)No (0)
Photo

Headgear with effect issue

Posted by Napster on 23 September 2014 - 02:56 PM

when equip Decoration of Music
{
	Id: 19871
	AegisName: "C_DecorationOfMusic_Accessory"
	Name: "Decoration of Music"
	Type: 5
	Buy: 20
	Loc: 2048
	Refine: false
	View: 1074
	OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; ">
	OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; ">
},
and use skill hide, clocking, perfecthide, etc..

another player can see effect,  this normal or bug ?

only in decoration of music? how about the others?

this item when equip test for client 2014-03-05
{
	Id: 18742
	AegisName: "C_MoonStar_Accessory"
	Name: "Moon and Stars"
	Type: 5
	Buy: 20
	Loc: 2048
	Refine: false
	View: 881
	OnEquipScript: <" sc_start SC_MOONSTAR,-1,0; ">
	OnUnequipScript: <" sc_end SC_MOONSTAR; ">
},
{
	Id: 18744
	AegisName: "C_World_Star"
	Name: "Twilight"
	Type: 5
	Buy: 20
	Loc: 2048
	Refine: false
	View: 883
	OnEquipScript: <" sc_start SC_SUPER_STAR,-1,0; ">
	OnUnequipScript: <" sc_end SC_SUPER_STAR; ">
},
{
	Id: 18741
	AegisName: "C_WillOWisp_Accessory"
	Name: "Will O Wisp"
	Type: 5
	Buy: 20
	Loc: 1024
	Refine: false
	View: 880
	OnEquipScript: <" sc_start SC_STRANGELIGHTS,-1,0; ">
	OnUnequipScript: <" sc_end SC_STRANGELIGHTS; ">
},


this problem solve when use 2014-06-13

but 2013-12-23 btw 2014-03-05 have problem

client side issue

changed status to: Working as Intended