Jump to content
  • 0
Sign in to follow this  
nyxfatalis

All-in-One Event Error

Question

9 answers to this question

Recommended Posts

  • 0

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

Share this post


Link to post
Share on other sites
  • 0

 

Bump~

 

I tried changing mf_restricted to mf_zone.

but still the same.

 

maybe... not test

removemapflag .7_map$,mf_zone;

 

 

Bump~

 

I tried changing mf_restricted to mf_zone.

but still the same.

 

maybe... not test

removemapflag .7_map$,mf_zone;

still error.

Share this post


Link to post
Share on other sites
  • 0

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

 

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

Many thanks , i'll removed it asap

Share this post


Link to post
Share on other sites
  • 0

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

 

I m confused, the mf_restrict was already dropped since the map zone system implemented

 

http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/

The mf_restrict (restrict) was dropped.

Share this post


Link to post
Share on other sites
  • 0

 

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

 

I m confused, the mf_restrict was already dropped since the map zone system implemented

 

http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/

The mf_restrict (restrict) was dropped.

 

Oh wow, I wasn't aware that it had been dropped. Before adding a removemapflag for mf_zone, he should go through and modify his mf_restricted mapflags to mf_zone; additionally, modifications to map_zone_db.conf in the pre-re/re folders should be made. In any case, the error was not in the mapflag that was being removed; the script errored because there was a comma and another parameter after the mapflag parameter.

 

@xilence01:

I'd recommend that you update your mf_restricted mapflags to mf_zone, and adjust your map_zone_db.conf in the pre-re/re folders as needed.

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

 

I m confused, the mf_restrict was already dropped since the map zone system implemented

 

http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/

The mf_restrict (restrict) was dropped.

Oh wow, I wasn't aware that it had been dropped. Before adding a removemapflag for mf_zone, he should go through and modify his mf_restricted mapflags to mf_zone; additionally, modifications to map_zone_db.conf in the pre-re/re folders should be made. In any case, the error was not in the mapflag that was being removed; the script errored because there was a comma and another parameter after the mapflag parameter.

 

@xilence01:

I'd recommend that you update your mf_restricted mapflags to mf_zone, and adjust your map_zone_db.conf in the pre-re/re folders as needed.

 

 

 

 

>

Change this line:

 

removemapflag .7_map$,mf_restricted,1;

 

To this:

 

removemapflag .7_map$,mf_restricted;

 

Tested and working. More information on setmapflag and removemapflag can be found on the Wiki.

 

Note: Out of respect for Euphy's paid work, I'd ask that you please remove the script from your original post; however, this is entirely up to you.

 

And to avoid any drama that might transpire from it being redistributed. @__@

 

I m confused, the mf_restrict was already dropped since the map zone system implemented

 

http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/

The mf_restrict (restrict) was dropped.

Oh wow, I wasn't aware that it had been dropped. Before adding a removemapflag for mf_zone, he should go through and modify his mf_restricted mapflags to mf_zone; additionally, modifications to map_zone_db.conf in the pre-re/re folders should be made. In any case, the error was not in the mapflag that was being removed; the script errored because there was a comma and another parameter after the mapflag parameter.

 

@xilence01:

I'd recommend that you update your mf_restricted mapflags to mf_zone, and adjust your map_zone_db.conf in the 

 

Im using the latest hercules, i've checked the mapflags folder and found that it is zone and not restricted,

however the one you said to change ( the mf_restricted,1; <to> mf_restricted; ) works.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.