Jump to content

Recommended Posts

Posted
1 minute ago, EUSOUOMESTREDOSMAGOS said:

It's already like this, GM account is disconnected and so are non-GM accounts.

ย 

ย 

[Features]
; Protocol Version - Default 746
ProtocolVersion=746
;Block remote who packet
BlockStatisticPacket=1
;Allow only ip from safe ip list(SocketLimiter) to use remote who packet

ย 

ย 

[CliExt_Files]
Enabled=1
MostrarMensajesConsola=1

........
........
........
File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}}


or

ย 

[CliExt_Files]
Enabled=1
MostrarMensajesConsola=1

........
........
........
//File_50={{[L2.exe];{379A0AD30E300AD8BB5DD8A149EBC515}}


ย 

ย 

Posted

Anyone who needs help to open their own c4 server feel free to contact me.
ย 

also in the next days i will upload a new dll with many extra functions added this last time!!!!

  • Like 1
Posted (edited)
1 hour ago, GX-Ext said:

Anyone who needs help to open their own c4 server feel free to contact me.
ย 

also in the next days i will upload a new dll with many extra functions added this last time!!!!

might want to add this if you are actively developing

ย 

POST/GET methods can be used

ย 

Server votes returns array of votes and total votes

https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&server_id=19&type=json

ย 

IP Address returns the vote status

https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&ip=185.44.145.1&type=json

ย 

Note: it has also a vote generation via request and then you can craft a link and send it to player to vote on, it solves the ipv6 problem that many topsites have.
server id 19 and the api is used for the test server i got for api development

for any related question find me on the discord

:readrules:https://hopzone.eu/docs.html/

Edited by Nightw0lf
Posted
3 minutes ago, Nightw0lf said:

might want to add this if you are actively developing

ย 

POST/GET methods can be used

ย 

Server votes returns array of votes and total votes

https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&server_id=19&type=json

ย 

IP Address returns the vote status

https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&ip=185.44.145.1&type=json

ย 

Note: it has also a vote generation via request and then you can craft a link and send it to player to vote on, it solves the ipv6 problem that many topsites have.
server id 19 and the api is used for the test server i got for api development

for any related question find me on the discord

:readrules:https://hopzone.eu/docs.html/



ok, I will add a system of that on the new c4 and h5 extenders as well.

  • Thanks 1
Posted
11 hours ago, GX-Ext said:



ok, I will add a system of that on the new c4 and h5 extenders as well.

Wow, Iโ€™m really impressed by your attitude โ€” you truly seem like a great person. You can be sure that everything youโ€™re doing for others will come back to you in good things. Keep making the project awesome and filled with innovative ideas.

ย 

My suggestion is that you donโ€™t make the source available; instead, sell it to people who are building their own projects โ€” itโ€™s at least one way they can show appreciation for all the great things youโ€™re doing.

ย 

Thank you so much, I loved everything and Iโ€™m looking forward to more updates.

ย 

Thank you โ™กโ™กโ™กโ™ก

Posted
1 hour ago, GX-Ext said:

Vocรช pode baixar a nova atualizaรงรฃo do servidor,

mais um instalador que terรก seu prรณprio servidor C4 Cumulative em 3 passos simples e acima de tudo (GRรTIS).


https://l2servers.com.ar

https://www.mediafire.com/file/aktanlwyuqc9jsa/L2OFF_C4_C4_ACU_GXEXT.rar/file

good job

Posted (edited)
8 hours ago, GX-Ext said:

You can download new server update,

plus an installer that will have your own C4 Cumulative server in 3 simple steps and above all (FREE).


https://l2servers.com.ar

https://www.mediafire.com/file/aktanlwyuqc9jsa/L2OFF_C4_C4_ACU_GXEXT.rar/file

Could you tell me what changed in this update?

ย 

more one question:

Is it possible to log in through the c4 client instead of interlude? That would be great

ย 

Edited by EUSOUOMESTREDOSMAGOS
Posted
2 hours ago, EUSOUOMESTREDOSMAGOS said:

Could you tell me what changed in this update?

ย 

more one question:

Is it possible to log in through the c4 client instead of interlude? That would be great

ย 

ย 

just with this extender that I have shared it is not possible to start with c4 client, you have to make some changes to the extender and it works with c4 client perfectly.


regarding the updates in this last revision
ย 

๐Ÿ”นdll is not packaged with vmprotect
ย 

New custom zone types have been added:

๐Ÿ”น NO_NOBLESS

begin MinX=84638 MaxX=92616 MinY=-87170 MaxY=-82018 MinZ=-6000 MaxZ=0 Type=NO_NOBLESS KickOutPos=83007/148057/-3464 end
ย 

โ–ถ๏ธ This zone checks if the character is noble.
If it does not meet the condition, it will be automatically kicked to the indicated position (KickOutPos).


๐Ÿ”น CUSTOM_SPAWN_ZONE

begin MinX=77275 MaxX=85704 MinY=10122 MaxY=18066 MinZ=-8000 MaxZ=5000 Type=CUSTOM_SPAWN_ZONE OutPos=83007/148057/-3464 Spawns={{82984/18066/-5256}};{{79275/15147/-5248}};{{82922/14263/-5256}};{{83704/10122/-5288}} end


โ–ถ๏ธ This zone allows characters, upon death, to respawn with full buff, CP, HP and MP if they press โ€œFixedโ€.
They will only be able to revive in one of the positions defined in Spawns.


๐Ÿ”ง Both zones are fully configurable from territorydata.txt

๐Ÿ”ง Development Repository (SVN)

GX-EXT supports open, collaborative, and professional development. Thatโ€™s why we provide access to our public SVN repository where you can:
ย 

โœ… Compile your own version of the project
โœ… Optimize and extend its features
โœ… Learn from real production-quality source code
ย 

๐Ÿ”’ Delayed access: The repository is always 2 months behind the latest commercial release to prevent unauthorized reselling.
ย 



๐Ÿ”— SVN URL: https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE
Username: gx
Password: gx
ย 


You can use tools like TortoiseSVN to download and work with the code.

  • Like 1
  • Thanks 1
Posted
17 hours ago, GX-Ext said:

ย 

just with this extender that I have shared it is not possible to start with c4 client, you have to make some changes to the extender and it works with c4 client perfectly.


regarding the updates in this last revision
ย 

๐Ÿ”นdll is not packaged with vmprotect
ย 

New custom zone types have been added:

๐Ÿ”น NO_NOBLESS

begin MinX=84638 MaxX=92616 MinY=-87170 MaxY=-82018 MinZ=-6000 MaxZ=0 Type=NO_NOBLESS KickOutPos=83007/148057/-3464 end
ย 

โ–ถ๏ธ This zone checks if the character is noble.
If it does not meet the condition, it will be automatically kicked to the indicated position (KickOutPos).


๐Ÿ”น CUSTOM_SPAWN_ZONE

begin MinX=77275 MaxX=85704 MinY=10122 MaxY=18066 MinZ=-8000 MaxZ=5000 Type=CUSTOM_SPAWN_ZONE OutPos=83007/148057/-3464 Spawns={{82984/18066/-5256}};{{79275/15147/-5248}};{{82922/14263/-5256}};{{83704/10122/-5288}} end


โ–ถ๏ธ This zone allows characters, upon death, to respawn with full buff, CP, HP and MP if they press โ€œFixedโ€.
They will only be able to revive in one of the positions defined in Spawns.


๐Ÿ”ง Both zones are fully configurable from territorydata.txt

๐Ÿ”ง Development Repository (SVN)

GX-EXT supports open, collaborative, and professional development. Thatโ€™s why we provide access to our public SVN repository where you can:
ย 

โœ… Compile your own version of the project
โœ… Optimize and extend its features
โœ… Learn from real production-quality source code
ย 

๐Ÿ”’ Delayed access: The repository is always 2 months behind the latest commercial release to prevent unauthorized reselling.
ย 



๐Ÿ”— SVN URL: https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE
Username: gx
Password: gx
ย 


You can use tools like TortoiseSVN to download and work with the code.

in the svn says "guytis" in the author, are you really guytis and sharing your work?

  • 1 month later...

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



ร—
ร—
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock