Jump to content

Recommended Posts

Posted

Maybe take a leap and try to make some cool instances PvP shit and some real cool PvE instance. I'm not sure the international community loves a good story but my player did.

Posted

Maybe take a leap and try to make some cool instances PvP shit and some real cool PvE instance. I'm not sure the international community loves a good story but my player did.

We will start with solozone pvp's

And then i know what to do for the first update thanks for

The ideas :p

Posted

I always wanted to make Aion dreadgion like instance.

 

If you are not aware of what it is, it's a PvEvP instance. 2 team spawn on a spaceship and the goal is to move on to kill the commander. You have checkpoint boss to kill in order to unlock area to move forward. First team to kill the commander wins, and of course both team can fight for the win.

 

Not sure which place I would take in Interlude as the place is limited, maybe one of TI or Elven village ruins.

Posted

I always wanted to make Aion dreadgion like instance.

If you are not aware of what it is, it's a PvEvP instance. 2 team spawn on a spaceship and the goal is to move on to kill the commander. You have checkpoint boss to kill in order to unlock area to move forward. First team to kill the commander wins, and of course both team can fight for the win.

Not sure which place I would take in Interlude as the place is limited, maybe one of TI or Elven village ruins.

Or can be like teleport with your party in x place where is 3 rooms with 3 bosses 2 first easy on the 3rd will be teleporter which one clan get the first teleport inside none can go in if they failed teleport will open again in x minutes

And ofc a lot of pvp inside and farming the bosses

Posted

Yeap but this both ideas is like events and not instances..i have already a solo instance for farming who knows i will add this on beta and ask people if they like it...

Posted

I always wanted to make Aion dreadgion like instance.

If you are not aware of what it is, it's a PvEvP instance. 2 team spawn on a spaceship and the goal is to move on to kill the commander. You have checkpoint boss to kill in order to unlock area to move forward. First team to kill the commander wins, and of course both team can fight for the win.

Not sure which place I would take in Interlude as the place is limited, maybe one of TI or Elven village ruins.

I would take Gardens of Eva, I suppose.
Posted

I would take Gardens of Eva, I suppose.

GoE its my :P

 

Join Our Community and take place In Beta Server At 30-9 at 18:00 +2gmt

All players will rewarded...

http://l2centos.com/forum/index.php?/topic/15-beta-testers-reward/

Posted

The features seems good, the ideas here too. A good instance i like for good PvE and like it can be farm zone at the same time is at the end of imperial tomb ( four sepulchers) all those rooms to farm and a good camp and places to go for some good PvP. And as you guys already talk, people get at one point (bored) to avoid this you can add only 1 custom armor and obviously a difficult to achieve, for wepons see a lot of those server with that 85% blesed to +20 to +25 100% with crystals.. people get bored of that too, it needs to be no enchant limit but obviously a dificult on every enchant like (just idea) to +16 75% +17 70% +18 65%+19 60% +20 55% to make people not get bored and want to improve, i just throw some ideas ( sorry for not propero english) kappa.

Posted (edited)

The features seems good, the ideas here too. A good instance i like for good PvE and like it can be farm zone at the same time is at the end of imperial tomb ( four sepulchers) all those rooms to farm and a good camp and places to go for some good PvP. And as you guys already talk, people get at one point (bored) to avoid this you can add only 1 custom armor and obviously a difficult to achieve, for wepons see a lot of those server with that 85% blesed to +20 to +25 100% with crystals.. people get bored of that too, it needs to be no enchant limit but obviously a dificult on every enchant like (just idea) to +16 75% +17 70% +18 65%+19 60% +20 55% to make people not get bored and want to improve, i just throw some ideas ( sorry for not propero english) kappa.

No limmit enchant is going to destroy all the balance

About custom armors neh better no the same like enchant limmit

As i think i have forget to write about enchants

Weapon max +16

Armor max +14

 

Safe +5

Normal scrolls +5

Blessed scrolls +12 100%

Crystal scrolls +16 70%

If brokes with crystal will return to 12

 

@thanks baggos

@Good Morning AccessDenied

Edited by Reborn12
Posted

First of all good luck to the owner cause he is cute :3 and jerk >.< and i love jerks >.<  :-[

Second, bitches don't ever delete Sins again, it's the most lovely text you can read after gevorakoc name.

 

JpO23AT.png

Posted (edited)

No limmit enchant is going to destroy all the balance

About custom armors neh better no the same like enchant limmit

As i think i have forget to write about enchants

Weapon max +16

Armor max +14

 

Safe +5

Normal scrolls +5

Blessed scrolls +12 100%

Crystal scrolls +16 70%

If brokes with crystal will return to 12

 

@thanks baggos

@Good Morning AccessDenied

I laughed so hard at this when i read it, Good morning toooooooo babyy <3

Also stop requesting mods to delete sins you pervert :P you ain't escape :*

 

And next server you do will be with me  :-[ i need partner >.>

Edited by AccessDenied
Posted

I laughed so hard at this when i read it, Good morning toooooooo babyy <3

Also stop requesting mods to delete sins you pervert :P you ain't escape :*

 

And next server you do will be with me  :-[ i need partner >.>

I didnt request somethink ...you are free to ask them :D

Only partner for server or for our lifes?

Guest
This topic is now closed to further replies.



  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..