Jump to content

Elfo

Legendary Member
  • Posts

    2,009
  • Credits

  • Joined

  • Last visited

  • Days Won

    51
  • Feedback

    0%

Everything posted by Elfo

  1. 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.
  2. Legimate means nothing. Legitimate on the other hand is the word you are looking for.
  3. Καλά μουνιά στον πούτσο σας που λεμ και στο Λονδίνο
  4. So let me get this straight? You opened a topic and paid for a sticky, without even have the slightest idea on what you want the server to be? Cuz the questions you are asking are: Low, mid or pvp Custom or no custom Quests or not So what did you actually did till now? Nothing? Also don't make the mistake to let people vote. First people that will vote in here won't even play the server. For example i can vote x35 just because i can mislead the poll. Write down your idea, make a good economy plan and make it happen. If you like it then there is a good chance other people will like it too.
  5. Go for it then, send some pictures. Cuz all your posts and insults and all your topics are stupid noob questions so something is wrong here.
  6. See what i would love is you sharing this code refactored by you. Then we're talking :)
  7. If you are talking about the code, i just googled shit, that was approved to be working. I don't mess with C shit. Not my area.
  8. Clean topic for what? When you open a topic you open it up for criticism too. I am not swearing, I'm not being offensive, I just say my opinion. Deal with the fact that you stole the name of a server for publicity and people will criticize you for that. Also the NcSoft logo on your banner could potentially give you some copyright issues cuz you are basically claiming that this is an NcSoft approved server, which is not.
  9. I did and i still make fun of the fact that you stole the name. That's the definition of using someone's name for popularity reasons.
  10. Why didn't you name is L2Elite or L2Pride? No domains available for other stolen names? :D
  11. The answer is in your question.
  12. This should do the trick: #include <string.h> // for strlen() // reverse the given null-terminated string in place void inplace_reverse(char * str) { if (str) { char * end = str + strlen(str) - 1; // swap the values in the two given variables // XXX: fails when a and b refer to same memory location # define XOR_SWAP(a,b) do\ {\ a ^= b;\ b ^= a;\ a ^= b;\ } while (0) // walk inwards from both ends of the string, // swapping until we get to the middle while (str < end) { XOR_SWAP(*str, *end); str++; end--; } # undef XOR_SWAP } }
  13. Vouch for drake. Probably the best event engine out there. Definitely the best coded one.
  14. It's sad that this game died, but oh well...
  15. I am adding vote reward credit and donate shop today. If any server wants to use it pm me. I will give 3 lifetime licenses for free to servers willing to use my ACP.
  16. It will be open source don't worry. I made a plugin system and it runs smoothly but i just don't see the point as i am not aiming to make money out of this.
  17. Here is a video to demostrate the donation and the voting system and the progress till now:
  18. It's a little price to pay for the fact that it runs everywhere.
  19. The only way to protect your software is to run it as a service (SaaS). However i highly doubt we will ever see that in l2j so, just make your code really hard to read. That won't help from an experienced guy taking your code, but the crappy leechers will straggle.
  20. Please a server owner with Topzone, pm me. I need finish the Topzone votereward and i need an API key to do that. Thanks. The person who helps me will get an L2ACP lifetime license for free upon release.
×
×
  • Create New...