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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • 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