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

  • #007703

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (1)No (0)
Photo

Error in the mapcache of new maps

Posted by Beret on 12 September 2013 - 03:35 PM

The new maps of the KRO are in trouble while doing the mapcache because the name of the map is greater than 12 characters, then the cache is not done.

prt_church_evt

changed status to: Needs More Info

This is troublesome. As far as I know, clientside map names are supposed to be limited to 16 characters (12+".gat"), because that's the length of the map name field in several packets.

My guess is that they now just send 16 characters of map name, without sending the .gat extension. Can anyone confirm that?

i think its not prt_church_evt, its prt_ch_evt

First theres no map file with named prt_church_evt, So I just taken a look at resnametable, and here it is.
The Map name is prt_church(.gat) [Length: 14]

ResnameTable:
prt_church_evt.gnd#prt_church.gnd#
prt_church_evt.gat#prt_church.gat#
prt_church_evt.rsw#prt_church.rsw#
À¯ÀúÀÎÅÍÆäÀ̽º\map\prt_church_evt.bmp#À¯ÀúÀÎÅÍÆäÀ̽º\map\prt_church.bmp#

It won't do to be in resnametable, why map_index.txt will give an error occurred while running the emulator, because the size of the name is not supported.

Haru and I have gone over a august 2013 client and it doesn't support a map name of this length, we believe gravity screwed up when they named this file -- it only works client-side because client alwaays trims the last 4 characters (because of .gat) so prt_church_evt is for the client "prt_church" (and it works because resnametable is a copy of prt_church).

Haru and I have gone over a august 2013 client and it doesn't support a map name of this length, we believe gravity screwed up when they named this file -- it only works client-side because client alwaays trims the last 4 characters (because of .gat) so prt_church_evt is for the client "prt_church" (and it works because resnametable is a copy of prt_church).


Else is the problem occurs alert in map_index.txt by the size of the name, the problem and enable the @warp not the part that connects to the cache client

Haru and I have gone over a august 2013 client and it doesn't support a map name of this length, we believe gravity screwed up when they named this file -- it only works client-side because client alwaays trims the last 4 characters (because of .gat) so prt_church_evt is for the client "prt_church" (and it works because resnametable is a copy of prt_church).

But as i believe, the mapcache should atleast cache it so that we can warp to it.

And so how am I going to be able to teleport to new maps of kro ?

It's been a long time, we need a fix for future use of maps.