Jump to content

L2JExplorer 0.0.5 GoD/Hi5


Recommended Posts

-= English Version =-

 

Hello everyone,

 

L2J Explorer is a project we started a few weeks ago Matthias and me!

 

This project is a small website (light) that allows you to explore the players who populate your server Lineage 2.

It is under GPL licence, so you can use and modify it as you see!

 

I'll let you try it and give us all the feedback you are!

 

You can find the latest version at this address.

 

Currently, version 0.0.5.

 

This is just the beginning, we want a base expand and continue!

 

-= Features =-

 

- General Information Character

- The skills of the character

- The inventory of the character

- The character's paperdoll

- Description of items in the inventory and bank

- The bank of the character

- Script for install L2JExplorer (install.php)

- Connect to the game account for the information of his characters (New)

- The script has been rewritten in MVC architecture, therefore, clearer and cleaner (New)

 

Do not forget to add the script into your SQL database Lineage II and especially to configure connexion_sql.php

 

And other features coming soon

 

-== How to Install ==-

 

1. Import the three SQL files who are into the SQL folder into your l2jgs database.

2. Open L2JExplorer and follow the install script.

 

Sorry for my bad english ^^'

 

Somes pictures

 

screen10.jpg

screen11.jpg

 

-= Version Français =-

 

Bonjour à tous,

 

L2J Explorer est un projet que nous avons commencé il y a quelques semaines Matthias et moi!

 

Ce projet est un petit site web (leger) qui vous permet d'explorer les joueurs qui peuplent votre serveur Lineage 2.

Il est sous license GPL, vous pouvez donc l'utiliser et le modifier comme bon vous semble!

 

Je vous laisse l'essayer et nous faire part de tous les retours que vous trouvez!

 

Vous pouvez trouver la dernière version à cette adresse.

 

Actuellement, c'est la version 0.0.5.

 

Ce n'est qu'un début, une base que nous souhaitons agrandir et continuer!

 

-= Les fonctionnalités =-

 

- Informations Générales du personnage

- Les skills du personnage

- L'inventaire du personnage

- Le paperdoll du personnage

- Description des objets de l'inventaire et de la banque

- La banque du personnage

- Script d'installation (install.php)

- Connexion à son compte de jeu pour obtenir les informations de ses personnages (Nouveauté)

- Le script vient d'être réécrit en Architecture MVC, donc, plus clair et plus propre (Nouveauté)

 

N'oublier pas d'ajouter le script SQL dans votre database Lineage II et surtout de configurer connexion_sql.php

 

Et d'autres fonctionnalités s'ajouteront bientôt

 

-== Comment l'installer ==-

 

1. Importer les fichiers SQL qui sont dans le dossier SQL dans votre database l2jgs

2. Ouvrer L2JExplorer et suivez les instructions du script d'installation.

 

Quelques images

 

screen12.jpg

screen13.jpg

 

Thanks / Merci

Link to comment
Share on other sites

Link to comment
Share on other sites

 

Have you import the 3 SQL files who are in the SQL Folder of the L2JExplorer project into your l2jgs database ?

 

The error said that you don't have import this.

 

Thanks

Link to comment
Share on other sites

thx ...i made some changes but now i get this error :-s

 

http://www.4shared.com/photo/-xE3HrCI/Capturel22.html

 

http://www.4shared.com/download/-xE3HrCI/Capturel22.JPG?tsid=20130520-173928-1581603d

 

 

PS: it's a problem that my db is not l2gs ?

Link to comment
Share on other sites

thx ...i made some changes but now i get this error :-s

 

http://www.4shared.com/photo/-xE3HrCI/Capturel22.html

 

http://www.4shared.com/download/-xE3HrCI/Capturel22.JPG?tsid=20130520-173928-1581603d

 

 

PS: it's a problem that my db is not l2gs ?

 

Your db need to be obviously l2jgs if not it's not going to work.

 

Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...