Jump to content

Doch

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Doch

  1. you just need to delete the column zeny in the character table, and make a table called zeny that have a column called ID that must be the ID of the player and a column with the amount of zeny, i assume that you dont have anything in your DB, because rows will be altered. Also if you use Flux, Ceres or your own acc maker, you need to change the "join code" so unless you know what are you doing, don't change anything.
  2. the code i posted (css), is already in your css file, but your code in php/html/whatever is bad placed so that's why it doesn't expand
  3. you already got fot this code, this is one part of your css file, so you got the code to make the background expandable (?) and filled in that blue color , but the of the stuff inside your web is bad placed and don't resize the div that should
  4. i saw your website and it isnt a image, the div called "content" have all the stuff, but the <div> called "container" is made with css and have the background as you can see .container{ background-color: #ddf8ff; margin: 0 auto; margin-top: -50px; height: 730px; width: 621px; border:4px #4694ae solid; -webkit-border-radius:25px; /* Chrome */ -moz-border-radius:25px; /* Firefox */ border-radius:6px; } but if you dont know, use the solution that Najara gave you
  5. IMO it isnt a very "professional" solution, but at least it works, (scroll is content doesn't look good, even more if there are horizontal scroll)
  6. in your main file, not css
  7. 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
  8. 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
  9. 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?
  10. that happens when you miss some close quote, or your content isn't encapsulated between the main content quotes, anyway is difficult to help you without see any line of code or your website
  11. you are missing some close quote </table> </div> whatever
  12. Maybe your error is due you need privileges to execute these commands? or maybe could be easier if you make 2 bash files or w/e is called in Linux and then you execute those files with php instead of running the ssh commands, idk
  13. well i think this is so inopportune, as i will launch mine soon u,u good luck anyway
  14. Working in a project..

  15. i dont have any RO server and i don't pretend to have one and i'm so excited in this project, omg
  16. man.. you know how much i'm loving you now?
  17. 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.. 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. thanks! ​
  18. 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.. 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
  19. Doch

    Svn Revision

    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
  20. Doch

    Svn Revision

    Hello guys I want to know which revision is the latest preRenewal Server and wich is the latest Renewal server, somebody knows? thanks in advance.
×
×
  • Create New...