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

  • #007317

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

disabled_skills: { }

Posted by kyeme on 02 June 2013 - 04:11 AM

In map_zone_db.cof the disable_skills settings was also affecting the item with itemskill commands,
example:
unable to use butterfly wings on GVG map because of config:

/* GvG zone is applied to all maps with a gvg mapflag */
name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */

disabled_skills: {
AL_TELEPORT: "PLAYER"


Please confirm..

Need to separate since we already have disable_item: { }

602,Wing_Of_Butterfly,Butterfly Wing,11,300,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",3; },{},{}

Butterfly wings use AL_TELEPORT skill thats why it cannot be used.

602,Wing_Of_Butterfly,Butterfly Wing,11,300,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",3; },{},{}

Butterfly wings use AL_TELEPORT skill thats why it cannot be used.

Yes, but this is not the official behavior

Please confirm.

From AEGIS:
item Wing_Of_Fly
	event OnConsume:
		Skill	AL_TELEPORT 	1
	return
It does cast a skill, and Hercules does the same. So blocking the skill will block itemskill commands.
IMO it shouldn't do that, but only @Ind has knowing of the wanted behavior since he coded it.

changed status to: Needs More Info

On official, you can use butterfly wings in WOE castles but AL_TELEPORT you can't

changed status to: Confirmed

Thanks for prompt confirmation using example then o.o
Behavior should be modified

changed status to: Fixed