Jump to content

Recommended Posts

Posted

I fell so good when i see satisfied people ... those kinda of ppl make me keep doing sig's ;D

 

@cenko9 Dude i got some bad news i can't find the render i used ... so i can't make again ur sig ... soz :(

 

:((

Yeah thats really "bad news"...I like the sig but just the name is not good...

Then make somthing like God Of war(kratos) with some blood if you can

 

Posted

Heh :P is good to know that u like my sig's

Now i got 1 question do u have any idea how many pics a sig like u guys got ? I'm just curios if any 1 know :P

@Cenko9 I see that u really want that sig ... so i will lose all my time to find that damn dog... but if i don't see u satisfied i will stop making sig's ...jeez O.o

Posted

I dont said that you must find it....Then just make another with somthing other...Like i said God of War..

My old sig is just a c/p from another site xD..Plz dont stop making sigs xDD

Posted

Ok i want a Sig!!~!

Name:NiGGaZ

Theme:Dunno,but nice xD!

Fav.Colours:Black,White,Red,Blue(put whatever u want!)

and plx dont write mxc.... :) '=

'w8ing!!!!!!!!!!!!!!!!

Posted

Sinature part IV

Commodus sig [DONE]

27xdw2e.gif

DreaM sig [DONE]

14brg5k.gif

` aToFiOs ^ sig [DONE]

sv2rr4.gif

@DreaM Did i fulfill all what u want ? I just want to say that i put 190 pics there ...pfiu hard work :-] hope u like it

Posted

@maniakmike

 

Can you make a tutorial "how to make a gif signature ? "

 

I will reward u with +1 kaRMa :p

 

Btw my where is my sig ? :'(

Posted

Guys w8 ...i put in a sig like 100+ pics ... try make 100+ pics and u will see it take a lot of time if u are newbie i am trying to make them fast but i got a life two u know that ? I am not a machine ... i must eat sh1t etc ...

About the tut ...if u think a starter can make this kind of stuff ..then u are wrong they must be a lil bit advanced ... there are a lot of tut's out there about Photoshop ...all i know is from google

@DreaM Ok i will start make ur sig ...

@ZeRo w8ing to pm me with an example of a minimal artwork to see exactly what u want ...

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