Jump to content

Elfo

Legendary Member
  • Posts

    2,009
  • Credits

  • Joined

  • Last visited

  • Days Won

    51
  • Feedback

    0%

Posts posted by Elfo

  1. New Feature - Event will take place on sunrise for all users.

    Here's a little demostration of the configuration file (xml)

    <?xml version='1.0' encoding='utf-8'?>
    <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./xsd/configs.xsd">
    	<config ENABLED="false" DURATION="10" NOTIFY_DELAY ="5" DAILY="true" DAY="0" HOUR="00" MINUTE="00" RANDOM_MINUTE="5"/>
    </list>
    
    <!-- ENABLED option is global that means if it is false Raid event will be disabled -->
    <!-- DURATION option is the time that boss will be spawned in world -->
    <!-- NOTIFY_DELAY option is a schedule time that will send notification of raid location -->
    <!-- DAILY if this option is true raid event will be daily, make sure DAY option is 0 -->
    <!-- DAY option is to set which day of month boss will spawn, make sure if this is higher than 0 DAILY option must be false -->
    <!-- HOUR option is a 24 hour format about the time boss will spawn -->
    <!-- MINUTE option is the minute of hour boss will spawn -->
    <!-- RANDOM_MINUTE option is to add a random time in minutes so time won't be the same. -->
    

    Every day more users are joining our big community.

    We still updating and fixing almost every day all reported problems.

    For more information, contact us https://www.l2jsunrise.com/

    I don't wanna judge or anything but I will give you two tips. 

    First that's the worst way to organize your XML. 

    You should have an outer list called config and the inside every config attribute at its own node. 

    Second, you'd better just use a config file instead of XML. It's not here to host any scalable scheme. Just static data.

    You'll never have a second row with another config property in it so in the eyes of someone that knows this looks bad. 

    <?xml version='1.0' encoding='utf-8'?>
    <list>
          <config>
              <enabled>true</enabled>
              <duration>10</duration>
              <notifydelay>5</notifydelay>
              <daily>true</daily>
              <day>0</day>
              <hour>0</hour>
              <minute>30</minute>
              <rminute>5</rminute>
          </config>
    </list>
    

    Way more readable.

  2. Using any form of html windows in character selection lobby will give you more trouble than you can ever imagine. Trust me on this.

    It is way easier. You just have told get how it works. When I first did that in 2013 It was a nightmare to figure out but if you use your brain it's easier than you think. 

  3. what happened Elfo you became his toy? ;) i see lately whenever i comment for Ms. Xdem you're always supporting.. 

    are you working on his project? Proof that you're lower than him and you just want to avoid confilct... crawl back to your cave kiddo

    There is no better and worse. The "I can solve a problem in the most feasible way possible or not". And I'm not being supportive. I'm just objective. Saying he can't code is not true. He is however a big mouthed little prick. 

    You on the other hand are a noone sucking his dick. 

     

    Oh and saying crawl back to your cave doesn't make you look cool but stupid

  4. Useless topic. EU l2 is dead coz of 2 reasons:

    1. Corrupted admins.

    2. Retarded community.

     

    You can make any features, but believe me, your server will stay alive max for 2 weeks.

     

    If you want to play normal interlude server(mid rate) w/o server jumpers send me pm. Stable server (1 month +) with stable community (mostly not EU).

    W/O op donations.

    L2khaos is the only server like this.
  5. Yes it is. The point is the lack of new content. After 10 years people have played most variant and got bored.

    The point is not the new content as the good IL servers don't have regular content, they actually have custom "new" one.

    L2 is the same engine since 2003 and it will continue like this till the end of time.

    The point is that when a random admin owner tries to open a server he essentially nullify the L2 economy structure which is in it's core pretty hard (adena, aa, craft) and they replace it with something new and easy.

    However this is not a healthy economy structure and inflation hits in a couple of weeks.

    L2's expansions where designed to last like 6-12 months and after the content was affected by inflation they just added more content so 

    they widened the economy cycle more and more.

    The easy way to prevent inflation is wiping the content, the hard way is making your own expansions.

    If a server doesn't have one of these two elements then it is doomed to fail.

    Sure you can make it super hard but then people won't play.

     

    TD;DL: It's not the features of a server that make it last. It is the economy structure and the advertisement investment.

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock