Jump to content

Recommended Posts

Posted
GENERAL INFORMATIONS

 

Full Gracia Final Server - Retail files

Fair donations, no AIO buffers

Exp : 10x

SP : 10x

Adena : 15x

Drop rate : 3x

Spoil rate : 3x

Quest Exp : 10x

Quest Adena : 10x

Fully working Gracia Final skills

Fully retail like skills

Fully working clan system

Fully working Territory war system

Fully working instances system

Debuff bar working.

Bugless geodata

Active staff & Active community

Shop up to S grade.

NPC buffers with limited buffs

Buffs duration 1 hour

Offline shopping system, PvP system, and other automated event planned

Subclass can level up to 80.

and much more !

 

QUESTS :

Class changer, no quest needed for 1st, 2nd and 3rd class

 

OLYMPIAD INFORMATIONS :

Gracia Final Olympiad system

The olympiad period is 1 month

Olympiad is from 18:00 to 00:00 GMT+1 everyday

 

BUFFS INFORMATIONS :

1 hour buff for most of the buffs and NPC buffer with basic buffs

 

And more !

 



Posted (edited)

ill dont comment about rates

but

buffer should have all buffs

if any cp need to lvl

1healer 

2 buffers

spoiler

maybe crafter and summoner too

well that sux

 

n if u combine that with x10 xp will take ages!!!!

 

also if u wanna supports to be usefull why u made buffs 1h(i mean prophecies d/s)

just an afk char for rebuff every1h?

 

unless all this is about to increase ur online!

 

i sugest u to increase a bit rates and add all buffs

 

n remove a/s grade from gm shop

 

also cata/necro dont drop seals(didnt tried to reg 7s...maybe thats why?)

 

make heros every 1 or 2 weeks coz if u dont have good pop theyll all leave when first heroes comes..

 - - - - - - - - - - - - - - -- - - - - - - - - - - - -

quest reward=x?

 

maybe add vitality buff?once per day?

 

 

increaze xp rates in beta or give 80lvl at start or else we cant test many in 3-4days with x10xp!!!!!!!!!!

- - - - - - - - - -- - -  -- - - - - - - - - - - - - - -

already few x5-x10 gf servers

why should we join urs if we need so many supports?

coz of gmshop with gear till S?

 

 

 

 

 

gl with ur server

if more than 50 active

ill join with my clan:)

Edited by zizizi

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • 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..