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

map_zone_db

Posted by kyeme on 09 June 2013 - 05:21 AM

Old zone restriction was dropped

Example:
ive disabled Yggdrasilberry in the map of prontera using:
{
	name: "Towns"
	disabled_items: {
		Yggdrasilberry: true
	}
}

I want to enable GVG on prontera: using command @gvgon
The GvG behavior will activate AND my Zone for Prontera is now useless
. . . . . .
Its not like from the old skill/item restriction behavior:
//Zone 7 - Towns
607,2048 //Yggdrasilberry

@gvgon or not you cant use yggdrasilberry in the town of prontera = The two or more (if possible more inherit) Flag are possible to merge.

//Towns
alberta	mapflag	restricted	7
aldebaran	mapflag	restricted	7
amatsu	mapflag	restricted	7
ayothaya	mapflag	restricted	7
brasilis	mapflag	restricted	7
comodo	mapflag	restricted	7
einbroch	mapflag	restricted	7
einbech	mapflag	restricted	7
geffen	mapflag	restricted	7
gonryun	mapflag	restricted	7
izlude	mapflag	restricted	7
jawaii	mapflag	restricted	7
hugel	mapflag	restricted	7
lighthalzen	mapflag	restricted	7
louyang	mapflag	restricted	7
manuk	mapflag	restricted	7
mid_camp	mapflag	restricted	7
moc_ruins	mapflag	restricted	7
morocc	mapflag	restricted	7
moscovia	mapflag	restricted	7
niflheim	mapflag	restricted	7
prontera	mapflag	restricted	7
payon	mapflag	restricted	7
pay_arche	mapflag	restricted	7
rachel	mapflag	restricted	7
splendide	mapflag	restricted	7
umbala	mapflag	restricted	7
veins	mapflag	restricted	7
xmas	mapflag	restricted	7
yuno	mapflag	restricted	7

Suggestion:
1.)
Regarding again to my issue xD.
If I use @gvgon gm commands, so the restriction is gvg flag. No Assump, No Tele, etc etc.
It would be nice if we have enabled_skills: { } this commands will override the 1st settings (like disabled_items: { itemname: false } )

2.)  Can apply more inherit

Thank you :)

And for disabled_items please add warning msg like official does
	disabled_items: {
	}
Posted Image

Ind 
changed status to: Confirmed

Up~
Sorry for bumping~

I'm inclined to say the gvgon scenario is intended by design, I'll see what the other developers think on this

And for disabled_items please add warning msg like official does

disabled_items: {
	}
Posted Image

Added in https://github.com/H...606fa7fa133b8e3
Thank you very much.

I'm inclined to say the gvgon scenario is intended by design, I'll see what the other developers think on this
kyeme, on 11 Jun 2013 - 05:57, said:

And for disabled_items please add warning msg like official doesdisabled_items: {
}Posted Image

Added in https://github.com/H...606fa7fa133b8e3
Thank you very much.

Thank you :)

Super Bumping ~ xD

The restriction in Prontera (zone name :Town) disappears or not applied when @gvgon command is applied because the gvg behavior takes place of the town zone. The two restriction from the @gvgon(gvg restriction) and town restrictions should apply both at the same time on the map.

:)

Edited by kyeme, 14 August 2013 - 04:21 PM.


I understand thats the cause but zones are not meant to stack, they override each other (thats why I said inclined to say its by design)

I'm sorry I got lost here, what still hasn't been fixed?

I'm sorry I got lost here, what still hasn't been fixed?


My example is:
Im at prontera and flag as Zone: Towns
And the Zone: Towns disabled the skill Heal

Now when i use the command @gvgon the result is:
The prontera is now a Zone: GVG BUT the Zone: Towns was removed (i can now use Heal skill)

In short: Not stacking

Edited by kyeme, 24 October 2013 - 07:56 AM.


Ind 
changed status to: Working as Intended

to that I say working as intended, zones are not meant to be stackable

to that I say working as intended, zones are not meant to be stackable

Ok,
Hmm so how to make this possible?

Its not like from the old skill/item restriction behavior:
//Zone 7 - Towns
607,2048 //Yggdrasilberry
//Towns
prontera mapflag restricted 7
@gvgon / mf_gvg or NOT you cant use yggdrasilberry in the town of prontera

Edited by kyeme, 24 October 2013 - 08:29 AM.



to that I say working as intended, zones are not meant to be stackable

Ok,
Hmm so how to make this possible?

Its not like from the old skill/item restriction behavior:
//Zone 7 - Towns
607,2048 //Yggdrasilberry
//Towns
prontera mapflag restricted 7
@gvgon / mf_gvg or NOT you cant use yggdrasilberry in the town of prontera

If I understood what you want to do, it can be achieved by (let me know if thats not it):
Create a new zone, e.g. "Prontera", make it inherit the "towns" zone, and disable yggdrasil in it.

If I create a new zone like "PronteraNoYgg" and make inherit
and i type @gvgon or @pvpon: it will be applied the pvp/gvg behavior and will removed the "PronteraNoYgg" zone

Unless if i add yggberry: True in Zone: PvP
It works but all PvP maps will disabled the yggberry

Here another example http://herc.ws/board...0393#entry20393

Edited by kyeme, 24 October 2013 - 10:56 AM.


Ind 
changed status to: New

I see what you mean... not sure what to do about it, will go over the zone feature and think

changed severity to: 3 - Medium

Ind 
changed status to: Started

Ind 
changed status to: Fixed