Jump to content

Recommended Posts

Posted

very good pack!can u put clan rep config? example

 

# Reputation Score gained per Kill in Clan war.

# Retail: 1

ReputationScorePerKill = 1

# Reputation score gained by taking Fortress.

TakeFortPoints = 200

 

# Reputation score gained by taking Castle.

TakeCastlePoints = 1500

 

# Reputation score gained by defended Castle.

CastleDefendedPoints = 750

 

# Reputation score gained per clan members of festival winning party.

FestivalOfDarknessWin = 200

 

# Reputation score gained for per hero clan members.

HeroPoints = 1000

 

# Minimum Reputation score gained after completing 2nd class transfer under Academy.

CompleteAcademyMinPoints = 190

 

# Maximum Reputation score gained after completing 2nd class transfer under Academy.

CompleteAcademyMaxPoints = 650

 

# Reputation score gained per killed ballista.

KillBallistaPoints = 30

 

# Reputation score gained per clan member listed as top raid killers.

1stRaidRankingPoints = 1250

2ndRaidRankingPoints = 900

3rdRaidRankingPoints = 700

4thRaidRankingPoints = 600

5thRaidRankingPoints = 450

6thRaidRankingPoints = 350

7thRaidRankingPoints = 300

8thRaidRankingPoints = 200

9thRaidRankingPoints = 150

10thRaidRankingPoints = 100

UpTo50thRaidRankingPoints = 25

UpTo100thRaidRankingPoints = 12

 

# Reputation score gained/reduced per kill during a clan war or siege war.

ReputationScorePerKill = 1

 

# Reputation score reduced by loosing Fortress in battle.

LooseFortPoints = 0

 

# Reputation score reduced by loosing Castle in battle.

LooseCastlePoints = 3000

 

# Reputation score reduced by creating Royal Guard.

CreateRoyalGuardCost = 5000

 

# Reputation score reduced by creating Knight Unit.

CreateKnightUnitCost = 10000

 

# Reputation score reduced by reinforcing Knight Unit (if clan level is 9 or more).

ReinforceKnightUnitCost = 5000

 

# Reputation score reduced by increasing clan level.

ClanLevel6Cost = 10000

ClanLevel7Cost = 20000

ClanLevel8Cost = 40000

ClanLevel9Cost = 40000

ClanLevel10Cost = 40000

 

it will be cool

Posted
[unLiMiTeD" post=462226" timestamp="1244793860]

Nice Share But* L2Archid It Sucks For Me :D

 

L2J Free 4ever .. No Bugs No Hacks No 'Nothing :)

 

I Dont Event Like L2JOeno :D

l2jfree no hacks,no bugs??? lol kidzor there are and some noobs in this world to say that l2jarchid sucks....
Posted

kidzor ... dude in the Stefoulist15 try to make a Town War event he ruin the TELEPORTS !!! all chars cant use the GateKeeper and all have critical errors on teleport ... so dude if you fix it the pack will be fine...

Posted

What about:

-geodata

-subclass bug

-agument bug

-phx protection

-phx enchant bug

-hlapex announce

-///hero

-Olympiad bug - fake death

-Manor

-Events

-html

 

is this all have archid pack ? Or its just wait to tomorrow project ?

Posted

Im looking for good L2JInterlude pack to start making make my new serwer project , so i must chose which pack I should use , i hope the L2J Archid will been good chose . My friend said.. its the best Interlude Pack , so I will test it . So now i will download your SVN to add some codes  :)

Posted

kidzor ... dude in the Stefoulist15 try to make a Town War event he ruin the TELEPORTS !!! all chars cant use the GateKeeper and all have critical errors on teleport ... so dude if you fix it the pack will be fine...

 

the critical errors teleport is not a core problem. u should know since u are that pro..

whatever, the event is out for a while..

 

 

What about:

-geodata

-subclass bug

-agument bug

-phx protection

-phx enchant bug

-hlapex announce

-///hero

-Olympiad bug - fake death

-Manor

-Events

-html

 

is this all have archid pack ? Or its just wait to tomorrow project ?

 

huh? what do u mean? that these bugs exist on archid? if u do , show me some proofs .

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