Jump to content

[Discussion] L2Akin Concept Phase


Recommended Posts

Intrepid, could you possibly get out of this ego suit, exit your own word where everything is as you want it do be, and be real?

Just for 1 god damn time.

 

And yeah, I'm leaving since this is not the project we were planning.

As sofi once told, we do it for the fun, just to enjoy it ourselves.

But hell no, it's now fυcking business. Just that and nothing more.

 

So since everything changed and I realised how stupid I was to spend my summer on it (as sofi said "She doesn't care"), then yeah, I'm out.

meng if you would continue with that project you would fail so bad as you cannot imagine...

 

It's like starting a project with a full bugged packet..who joins will leave in some minutes and most time down for fixes

Link to comment
Share on other sites

Intrepid, could you possibly get out of this ego suit, exit your own word where everything is as you want it do be, and be real?

Just for 1 god damn time.

 

And yeah, I'm leaving since this is not the project we were planning.

As sofi once told, we do it for the fun, just to enjoy it ourselves.

But hell no, it's now fυcking business. Just that and nothing more.

 

So since everything changed and I realised how stupid I was to spend my summer on it (as sofi said "She doesn't care"), then yeah, I'm out.

 

Where the ego suit in it and the business for gods sake...

 

1st I TRY TO SAVE THE SERVER FROM COMPLETE FAILURE FOR NOTHING JUST TO HELP OUT YOU GUYS

 

2nd Wheres the business?we talk about donation all the time?we talk about how much money i get for this(just to tell you 0)

hell since its with my for sale pack i LOST money so tell me wheres the business in it...

 

But yeah its all about my ego...

Link to comment
Share on other sites

meng if you would continue with that project you would fail so bad as you cannot imagine...

 

It's like starting a project with a full bugged packet..who joins will leave in some minutes and most time down for fixes

 

No it wasn't fully bugged, Setekh himself, as the leader of the team, would fix every single issue in 1 day, and Gabor knows that.

But deep inside we all know that it wasn't just the pack that had the problem, but Intrepid's will to be the leader of everything + his hate to Gracia.

Anyway, all I can see is betrayal. At this moment I am not flaming anybody, or saying that they're wrong.

The only one who was wrong was me, from the very beginning.

 

And I was supposed to be the Co-Owner, 50% belonged to me (and the other 50 to sofi).

I suppose that I should be informed, or at least they should wait to inform me about such a huge change.

 

Anyway, I am not willing to create any clue of negative advertisement, so good luck with your project guys, I firmly hope that you'll succeed because you really deserve it.

That's all from me :)

Link to comment
Share on other sites

No it wasn't fully bugged, Setekh himself, as the leader of the team, would fix every single issue in 1 day, and Gabor knows that.

But deep inside we all know that it wasn't just the pack that had the problem, but Intrepid's will to be the leader of everything + his hate to Gracia.

Anyway, all I can see is betrayal. At this moment I am not flaming anybody, or saying that they're wrong.

The only one who was wrong was me, from the very beginning.

 

And I was supposed to be the Co-Owner, 50% belonged to me (and the other 50 to sofi).

I suppose that I should be informed, or at least they should wait to inform me about such a huge change.

 

You believe everything you hear...

 

1st i work on shitlude with rizel so it is really because of i dont work on shitlude as much as others do?

2nd i want to lead everything?i just told my opinion to sofi she told me her opinion and we discussed it and started to think about a server concept but than she agreed to i make a test concept than i show her so she can make her OWN concept for it.

3rd yeah thats why basic bugs not fixed in 2000+ rev

4th betrayal would be let both of you fail so hard that you lost every kind of sell you make money from

 

And yes but what happens when to co-owner go on holidays and dont set a date when he come back?the other owner needs to make such decisions alone because you were IMPOSSIBLE TO FIND.

 

So you really think its about me...okay than go ahead take the akin pack run it on localhost and try to play without gm char and go search for bugs...

Link to comment
Share on other sites

everyone calmed down i hope so i hope now everyone can understand the situation we are in instead of talking about "dark days"

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • WTS Gold bars reborn interlude x10   discord : xeenthekeen
    • Guys, if you'd let me be the bearer of bad news, No amount of "break from server development" can justify your complete lack of idea how things work. If it was this easy, you should've been seeing 90% of the servers of the popular old versions, such as IL and HF, running on the newest client. For this task, you would need a lot of time - think at least 2 months, if you can code, have access to all the necessary tools for client development, and you have a relatively good idea of how server<->client communication works. f you don't, then you either find yourself a well-paying job and find someone who would do it for you or you put the idea aside (for no less than 1-2 years) and start reading and learning asap. Let me give you a little preview/breakdown of what some of the work includes. The work can be split into two parts - SERVER side and CLIENT side.  The server and the client communicate through packets. Each of these packets has a defined structure. Both, the server and the client MUST know this structure and MUST use the same structure, otherwise they won't be able to "understand" each other. - The server side predominantly includes the alteration of existing packet structure and the creation (from zero) of missing packets that the client requires. Then you also have to take these changes into account and alter the existing features of your server to match the changes. A good example for this is SKILL ENCHANTING. On older chronicles, the enchant level is determined by the LEVEL value of the skill and on the new clients, it has been taken out into a separate value. What this means is that you would have to figure out a way to adapt the old system to the new requirements. - Now that we mentioned the client, you would also need to edit a bunch of files, such as Interface, UTX, UNR, as well as DAT files, including those related to ITEMS, SKILLS, QUESTS, NPCS, and AUGMENTATION STATS and DESCRIPTIONS, etc. For some of those, you would also have to figure out how to check for missing entries and how to parse data from the older client to the new. The best example, again, would be the SKILLS. On the latest clients, the skill enchanting was limited to only +20. As such, even if there were some matching skills between the two different client versions, you would still need to add the missing 10 levels to +30. And once you complete all of that, you start testing and fixing bugs and sh1t. And once you have fixed all of that, you can start adding new features from the new client, because otherwise it would be one big mess and a waste of time and/or money.
    • As far as I know, these are not linked to the server. What I mean by this is - there is no server <-> client communication for these two features. If that is indeed the case, you would need the Interface sources in order to create a custom function which you can trigger with a SERVER_TO_CLIENT packet.
    • Hello, I recently Installed the h5 Interface from emu-dev   Everything is working great but i was wondering if anyone can help me add the monster book and item book buttons on my community board to make it more accessible. Or if there is a way to add a button with HTML that calls these windows. I have xdat editor installed and i have located the relevant windows, but i don't know what to do with them. Thank you for your time.  
  • Topics

×
×
  • Create New...