HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
892 stars 757 forks source link

Add db file job_noenter_map.txt with format: JobID,FlagZone,GroupLevelBypass. #1604

Open Likeeit opened 7 years ago

Likeeit commented 7 years ago

https://github.com/rathena/rathena/pull/1526/commits/91799eb2b1e9187d083eda4360cf2b95991cab97

4144 commented 7 years ago

We not adding csv config files. Probably you want config in libconfig format? And for this separate files is useless too.

If really need add it, better add fields for jobs in existing config file.

Likeeit commented 7 years ago

No. This is a restriction that came with the creation of WOE TE, this file blocks the entry of the 3rd classes in the castle. Hercules does not yet have a restraint file this way. Reference #1573

MishimaHaruna commented 7 years ago

If this is associated to map zones, then it should be added to the map_zone_db.

Likeeit commented 7 years ago

Sorry, Haru. But map_zone_db does not have the same function ... it's similar, but quite different. To the best of my knowledge, there is no file in the emulator that has such a function. So the reason for the request.

Emistry commented 7 years ago

same opinion with @MishimaHaruna , it should be a new field in the map_zone_db. something look like this. http://herc.ws/board/topic/10300-map-zone-expansion/

Likeeit commented 7 years ago

Now I understand what both said. You are thinking of adding a new constraint to map_zone_db. I had understood that map_zone_db already had this function, when in fact it does not yet exist. Excuse me, gentlemen.