[Suggestion] SkillModifier.txt & Skill Duration.txt

Jezu

New member
Messages
223
Points
0
Emulator
Hercules
Greetings Hercules devs!

I just want to suggest this..

the skillmodifier.txt and skillduration.txt on /npc/mapflag/ folder are base on per-map only. Can we optimize or add a features on this? l find this very useful and it will help us server owners to balance the skills of some imbalance job classes.

For skillmodifier.txt:

With this, the FIREBOLT will be 50% less damage to PRONTERA only. How about to all maps?

prontera  mapflag  adjust_skill_damage  MG_FIREBOLT  50

I suggest to put like this

all mapflag  adjust_skill_damage  MG_FIREBOLT  50

In this case, it is set to "all" means that, it will affect to all maps without putting every single map.

Same with skillduration.txt.

 
Last edited by a moderator:
I suggest the drop of those two mapflags since we got the power of map_zone_db.conf
default_tongue.png


 
I suggest the drop of those two mapflags since we got the power of map_zone_db.conf
default_tongue.png
Nope, I find it very useful aside from map_zone_db... though it will not help removing this and it will lessen the features of Hercules Emulator.
default_smile.png


 
Last edited by a moderator:
I suggest the drop of those two mapflags since we got the power of map_zone_db.conf
default_tongue.png
Mapflags are still being used in scripts through setmapflag and also in map_zone_db... I'm not sure whether there is any way to use zones via scripts.
*setmapflag "<map name>",<flag>{,<val>};
So it's possible but I've never got to test that. Example:

Code:
setmapflag "mymap",mf_zone,"custom";
 
Last edited by a moderator:
My point is, when using map_zone_db, you need to input each of every map that you want to affect the mapflag. In this case, its a server-wide modification using skillmodifier and skillduration features.

 
Last edited by a moderator:
My point is, when using map_zone_db, you need to input each of every map that you want to affect the mapflag. In this case, its a server-wide modification using skillmodifier and skillduration features.
As I stated in my previous post there is no need to input each map that is going to use a mapflag when using zones, as there is a zone that includes all maps.All you need to do is alter the "main" zone that's called "All", it should be the first one in your map_zone_db.conf

Code:
name: "All"
If you need to know how just read Ind's entry: http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/
 
Then, why this file exist? I think they put this for alternative on map_zone_db... My suggestion is, to expand its feature to allow the user to use such feature like this. 

Though my suggestion is to "add" a feature and that's it!
default_biggrin.png
/no1 

and remember that I'm only suggesting a feature, not arguing people. xD 

last thing, please don't teach me how to use map_zone_db, I know how this work, I'm just suggesting a feature. /heh

- if my suggestions is accepted or not, it's okay and that's not a problem. 

 
Last edited by a moderator:
I see you want a special keyword to add a mapflag to all maps. I don't see the need, and by see I'm meaning I'm not seeing you point out a purpose on adding that while the same feature is already available by zones, since in map_zone_db within the 'All' zone you can have

Code:
mapflags: ("adjust_skill_damage    MG_FIREBOLT    50"	)
 
I see you want a special keyword to add a mapflag to all maps. I don't see the need, and by see I'm meaning I'm not seeing you point out a purpose on adding that while the same feature is already available by zones, since in map_zone_db within the 'All' zone you can have

mapflags: ("adjust_skill_damage MG_FIREBOLT 50" )
I see then, Thanks for a good reply Ind. /no1

 
I see you want a special keyword to add a mapflag to all maps. I don't see the need, and by see I'm meaning I'm not seeing you point out a purpose on adding that while the same feature is already available by zones, since in map_zone_db within the 'All' zone you can have

mapflags: ("adjust_skill_damage MG_FIREBOLT 50" )
Tried this but it doesnt work. 

    name: "Towns"
 
    disabled_skills: {
        AM_CANNIBALIZE: "PLAYER"
        AM_SPHEREMINE: "PLAYER"
        CR_CULTIVATION: "PLAYER"
        BS_GREED: "PLAYER"
        SC_MANHOLE: "PLAYER"
        WM_POEMOFNETHERWORLD: "PLAYER"
        GN_WALLOFTHORN: "PLAYER"
    }
 
    disabled_items: {
        Greed_Scroll: true
    }
mapflags: ("adjust_skill_damage    MG_FIREBOLT    5000",)
 
tried 5000 for massive damage so i can see the difference. I tried all @reload but nothing happens
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/gvg.txt', line '40'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/gvg.txt', line '41'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/gvg.txt', line '43'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/gvg.txt', line '44'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/jail.txt', line '59'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '37'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '38'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '39'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '40'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '41'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '42'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '43'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '44'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '45'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '46'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '47'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '48'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '49'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '50'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '51'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '52'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '53'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '54'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '55'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '56'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '57'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '58'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '59'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '60'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '61'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '62'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '63'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '64'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '65'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '66'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '67'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '68'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '69'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '70'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '71'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '72'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '73'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '74'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '75'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '76'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '77'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '78'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '79'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '80'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '81'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '82'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '83'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '84'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '85'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '86'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '87'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '88'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '89'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '90'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '91'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '92'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '93'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '94'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '95'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '96'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '98'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '99'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '100'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '101'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '102'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '103'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '104'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '105'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '106'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '107'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '108'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '109'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '110'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '111'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '112'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '113'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '114'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '115'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '116'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '117'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '118'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '121'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '122'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/pvp.txt', line '123'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '36'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '37'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '38'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '39'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '40'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '41'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '42'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '43'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '46'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '49'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '50'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '51'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '52'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '53'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '54'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '55'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '56'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '59'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '60'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '63'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '64'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '65'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '66'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '67'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '68'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '71'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '72'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '75'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '76'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '79'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '82'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '85'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '86'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '89'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '92'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '95'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '98'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '101'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '104'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '105'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '106'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '107'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '108'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '109'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '110'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '111'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '112'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '113'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '114'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '115'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '116'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '117'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '118'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '119'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '120'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '121'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '122'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '123'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '124'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '125'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '126'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '127'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '128'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '129'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '130'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '131'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '132'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/zone.txt', line '133'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '36'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '37'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '38'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '39'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '40'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '41'.
[Error]: npc_parse_mapflag: unrecognized mapflag 'adjust_skill_damage    MG_FIREBOLT    5000' in file 'npc/mapflag/battleground.txt', line '42'.
 
I GOT ALL OF THESE ERRORS x.x RIP


 
mapflags: ( "adjust_skill_damage    MG_FIREBOLT    5000")
 
remember that this need to be added to your map_zone_db.conf and your error messages are telling: npc/mapflag/zone.txt

 
Back
Top