Jump to content

Recommended Posts

Posted

The pack works fine.I just tried it at my pc and its fine.Weapons also.

@Disast3r Did you read my last edit on pack?You need to download this and put the files or rar into your system

http://rapidshare.com/files/267351258/Client_Side.rar

Also check the xmx files.There is a folder with ID 30000

 

@Rapt0r as i mentioned i used 3 SVNs so it might have some things from petmezhs pack as i used L2Dot tho.If you think i deserve dekarma its fine.I just tried to do something good and its my 1st share.

Posted

i did everything good!but in custom items says "NoItemName" :S and have icon of monster items!

The icons are the right ones.The file itemname is placed into client side folder.I will check it myself and post here.

 

Edit:Download this and put into your lineage directory! http://rapidshare.com/files/267956767/system.rar

 

Client Side link updated on the 1st post!

Posted

so buff time multipliers is 270  so need be 9 hours and give me 2 hours only!if im go dance or songs is write in the info is applied just is not.No icons and not stats!And scheme buffer not write in the db and is not working at all!

 

 

 

Edit:im find it!if you try setting the buff time from the config is not working.Im set it to default values and the 40006 buffer is working now just have some buffs 2 hours and others 5 hours.The scheme buffer is not working.Dont save the scheme in to DB!

Posted

Very Nice Pack my Friend and stable with very good protection(tested)!Thx for share it with us! +1 from me for your good work!

 

ps:if you can look what is the problem with the Scheme buffer this wuld be nice my friend!BTW Im thing you need hide it for at least 200 post!Just this is at your decision!Thx

Posted

Very Nice Pack my Friend and stable with very good protection(tested)!Thx for share it with us! +1 from me for your good work!

 

ps:if you can look what is the problem with the Scheme buffer this wuld be nice my friend!BTW Im thing you need hide it for at least 200 post!Just this is at your decision!Thx

Motili thanks for the karma.I've made this pack to share it with all people sp they can have the opportunity to run their own server.I mean in MxC there isn't any full protected pack.And petmezis pack has some bugs working like phx.So i decided to make this pack and share it for everyone.Thats why i've unhiden it.Thanks once more :)
Posted

something wrong!

i added a gatekeeper,it was working great

but now not work!

and Sudenly either GMShop from admin panel not work!

omg what going wrong?

Posted

Sometimes im have this error in console!(duplicate character? closing both characters!)This is happen with character teleport and the char have critical error after that!Also chat filter is not working!Can you fix it?And would be nice if you can give me the source files to check it myself!Thx in Advance...

Posted

@motili i dont have the source file ;(

P.S I'm working on the pack adding new protects and so on.

 

@besd Since everything was working you did something wrong so now you have errors or so on.

 

@disast3r The IDs are from 30000 to 30013.You can also check em with fileedit by opening the weapon.grp from your system folder.

 

 

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