Jump to content

Mirage

Members
  • Posts

    217
  • Joined

  • Last visited

Posts posted by Mirage

  1. Ok, I followed this tut

     

    http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/

     

    and I can't connect to my host and its localhost and its aggravating..

     

    map_athena

    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1
     
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
     
    // Character Server Port
    char_port: 6121
     
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 127.0.0.1
     
    // Map Server Port
    map_port: 5121
    
  2. Aye!!! Who missed me? I know you all did. Especially Trojal. Haha jkjk well those of you who know me, I'm back!! And I will open a web design/development little area somewherre after talking to some peeps of course. But just be on the look out ;)

    • Upvote 2
  3. From knowing no knowledge of either graphics or web coding. I am going to rate you as a student learning from nothing.

    As your first design this is your rate.

    Template Design: 3/10

    Appeal: 2/10 ( Simple design is nice and clean, but page is too dark, not centered and not interesting. )

    Technique: 1/10 ( Same pattern was used all throughout page, always good to use different techniques to keep page interesting )

    Flow: 0/10

    Uniqueness: 0/10 ( Come up with your own style of work and use it in all your works. )

    Coding Rate: 3/10

    Use of code: 5/10 ( Clean, readable but could be better. So happy you used divs instead of tables. That right there is a great start already )

    Uniqueness: 0/10 ( Again, come up with your own style of work graphically and add it into your work. There is a style of code as well /ok )

    Flow: 0/10 ( Flow in the code is different from the design. Flow in code is understanding where a div starts and ends without following the lines. ) Example:

    <div id="div01">
    <TAB><div id="div02">
    <TAB></div>
    </div>
    

    Without following the line, you already know where the divs end. Good for editing purposes if your going to release templates and such.

    Overall

    For your first design ever. I will give you a C+ for these reasons

    1) Page is not centered

    2) The same pattern is used too much

    3) Could have spent more time to make it better in some ways, More time was spent on code then on design.

    If you really want to learn, I can teach you and give you templates to work with. They are not RO templates, they are designs I made at work for professional businesses and etc. But you can still use for learning.

×
×
  • Create New...