Jump to content

Doch

Members
  • Posts

    79
  • Joined

  • Last visited

Posts posted by Doch

  1. Well i saw the website and you got this:

     

    <div class="container"></div>
    

    everything you want to be inside the container should be inside that quotes, so the div called "content" should be inside, probably it wont work good and all will be messed (maybe not, try it) you will need more changes probably, but that's the main change

  2. omgg i assumed that the background wasn't just a picture.. haha, so have different ways to do it, but if you don't know how, is difficult to explain, you could make it with css ( much better ) or with images and css.. but if you payed for a premade and wasn't working as you want or at least how it should, i think that the seller should repair it

  3. it's quite difficult ,or impossible to know the exact line where the code is messed up, so you should indent all your code good to see where is the missing quote if you can't find it easly, im not into flux code so idk where things are located, btw the layout you are using, is made by any person or you made it?

  4. Ok, forget all of the top, what i need is to read map_cache.dat in plain text. There's any map_cache editor/reader to export it as plain text?

    I tested WeeMapCache, but there are more than 750 maps and it's a waste of time get dimensions of each map one by one.. /panic

     

    So theres something faster to get them directly? if isn't any tool, somebody can give me some tip to decode the .dat in java/c++? i read the structure of .dat file but still not sure how to do it.

     

     

     

    Map cache format reference:
    -------------------------------------------------------------------------------

    The file is written as little-endian, even on big-endian systems, for cross-compatibility reasons. Appropriate conversions
    are done when generating it, so don't worry about it.
    The first 6 bytes are a main header:
    <unsigned long> file size
    <unsigned short> number of maps
    Then maps are stored one right after another:
    <12-characters-long string> map name
    <short> X size
    <short> Y size
    <long> compressed cell data length
    <variable> compressed cell data

     

     

    thanks!  /no1​  

  5. Hi everybody!

    I made this post because i want to know the dimension of the maps in RO ( width and height ), all maps have coordinates to show NPC's, Warps... I want to change this coordinates to a bigger/smaller dimensions depending of the map for some custom script.. all maps have the same dimensions? ( im not talking about walkable zone, im talking about global dimension, I mean that if a map is in the corner even if its very small it should have for example coords (300,350)) I hope I explained it well..  /whisp

     

    PD1: Don't say me to go to the map and make /where to know coordinates, it isn't viable

     

    PD2: sorry if this post isn't in the correct section

     

    Thanks in advance  /no1

  6. well, I just need the databases, one with just preRenewal and other with renewal, anyway ill try to find it, thanks nanakiwurtz :)


    EDIT: if someone knows from which revision starts to be Renewal, post it please :P

×
×
  • Create New...