Jump to content
  • 0

Eclipse Work!


VanGon

Question

Hello guys im a newbie in both this community and the general l2 server making idea.. I would like some help regarding the eclipse .

 

I started reading some guides about compiling and using the eclipse etc! after some minutes of work i finally managed to get it done and i have builded my server files on eclipse through ant build..Now my questions are..

 

1)How can i add costum armors (stats/textures everything) through eclipse

2)Can i add a costum (downloaded) npc in my source?

 

My purpose is for the next time i use the ant build in eclipse i would automatically get the server files with all my armors/stats/weapons and anything i want in it ready!

Thanks!(if someone thinks of insulting me please dont im not in the mood to play with kids just interested in the art of server making)

 

Edit: Forgot to mention that i use l2jfrozen as a first learning experience!

Edited by VanGon
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Welcome to the club then,

 

I would suggest you to start with acis as the way it's working is more simple than frozen.

 

Npcs,Armors,Weaps can be added directly in your pack and not mess with sources.

Frozen using navicat for items and npcs too.

 

Generally remember:

 

Npcs:

  1. custom_npc table in database for create new npc. Fill the column with your values
  2. Put your htmls in your pack/data/html and then depends what instance is your npc
  3. //spawn it

Items

  1. custom_armor , custom_weapon , custom_etcitem in database about new items.
  2. you have to create their stats in your pack/data/stats/ what instance is the item

 

Both cases requires client edit like Itemname,weapongrp,etcitem,npcgrp etc

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...