Jump to content

Recommended Posts

Posted

Give me an idea of what to make (theme, specifics) or we'll have to wait til I get an idea or a new project to work on :D

Posted

Give me an idea of what to make (theme, specifics) or we'll have to wait til I get an idea or a new project to work on :D

A complicated template would be nice. A gaming theme in generally is pretty good i guess.

What i mean is (for example) a forum with a background that has some effects or something like that.

Also you can make borders for the forum.

 

That's all i guess. :)

Posted

A complicated template would be nice. A gaming theme in generally is pretty good i guess.

What i mean is (for example) a forum with a background that has some effects or something like that.

Also you can make borders for the forum.

 

That's all i guess. :)

Well, what's considered "complicated"? And I usually handle forums directly through code and design specific elements to safe time. Unless you want me to make one in Photoshop only?

Posted (edited)

Well, what's considered "complicated"? And I usually handle forums directly through code and design specific elements to safe time. Unless you want me to make one in Photoshop only?

Yes only in Ps would be better.

 

In these demonstration you 'll code it too or not ?

 

//Edit

 

What i personally want to see is these 2 thing (atm at least) :

 

How did you made the 45 degrees lines in the bg ? (Like the one in this website's bg. Click Me)

 

And secondly some borders.

Edited by `iAndre
Posted

Yes only in Ps would be better.

 

In these demonstration you 'll code it too or not ?

 

//Edit

 

What i personally want to see is these 2 thing (atm at least) :

 

How did you made the 45 degrees lines in the bg ? (Like the one in this website's bg. Click Me)

 

And secondly some borders.

  • 1 month later...
Guest
This topic is now closed to further replies.



  • Posts

    • This git need adapted to social SDK, with social SDK we can add buttons for visit the l2 page server
    • Hello , i have an issue with the pet commands. I am using acis latest public version. When i am using the attack command on a monster , it does it but when i press stop, it doesnt stop. After i spam like 3-4 times the change position it works. No errors also in the console...anyone knows whats going on?
    • Hey guys, I'm setting up a L2OFF Classic server. The physical server is in the United States. Here I have the AuthdClassic and L2Server. IP 77.77.77.77 And I have two additional private servers that I want to use as proxies for people in Europe and South America. Europe IP 88.88.88.88 Brazil: 99.99.99.99 My idea is to have only one server, but that when logging in, those from North America can log in to the US server. Those from Europe can log in to the EUR server. And those from South America can log in to the BR server. But at the same time, everyone can be seen in-game... I know this is done with a proxy, but I don't know how. In my AuthMod.ini file I have this configured... now... what should I do on the EU and BR servers?   [Setting] Enabled=1 ServerListSize=3 ;Time in seconds for checking proxies status - 0 means disabled, they'll remain as online ProxyCheckInterval=10 ;Timeout in seconds during Port Check ProxyCheckTimeout=15 [Server_1] Name=EU1 ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=77.77.77.77 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=1 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2 [Server_2] Name=EUR ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=88.88.88.88 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=2 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2 [Server_3] Name=BR ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=99.99.99.99 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=3 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2  
  • Topics

×
×
  • Create New...