Page 1 of 2

[Tool]L2J File Editor - version 1.1

Posted: Sun Apr 04, 2010 5:54 pm
by Matim
Image

L2J File Editor - version 1.0 First Release!
_____________________________________________________________________________________________
Hello, today I would like to present You my new tool called L2J File Editor:
_____________________________________________________________________________________________

Description:

This is some kind of text editor, but with additional options for L2JDevelopers.

Like syntax highlighting, auto completions etc.

_____________________________________________________________________________________________

About Program:

• Author: Matim (me)

• Language: JAVA

• Tested on: Windows and Linux

• Unlimited undo and redo

• Loading and saving of local or remote files (via FTP).

• Current line highlighting

• Bracket matching

• Find/Replace with standard options (regex, match case, etc.)

• Bookmark current line

_____________________________________________________________________________________________

Features:

Syntax Highlightin for:

- Java
- Html
- XML
- SQL
- Python

Auto Completion for:

- L2J
- Skills
- Zones
- Multisell
- SQL
- Java
- XML
- Html
- Python Quests

Tools for easier creating:

- Multisell
- Skills
- Zones
- Quests
- Htmls
- Teleports
- SQL
- Java Files

_____________________________________________________________________________________________

Shortcuts:

• CTRL + O -> Open File

• CTRL + S -> Save File

• CTRL + Z -> Undo Last Action

• CTRL + Y -> Redo Last Action

• CTRL + F2 -> Bookmark current Line

• CTRL + SPACE -> Auto Completions

Note: Ctrl + space is very powerful options (Eclipse Like) but You have to tick Text Editor Firstly.

_____________________________________________________________________________________________

Note:

• This is first release (v 1.0)

• Its not bugs free (Its first release)

• You can report bugs, suggestions here

_____________________________________________________________________________________________

Screenshots:

1. Part with Text Editor with Syntax Highlighting (Java in this case) :

Image

2. Part with Java Editor and Auto Completion oppened (ctrl+space) and others:

Image Image Image Image

_____________________________________________________________________________________________

Download:

_____________________________________________________________________________________________
L2J File Editor 1.1 Download - 02.04.2010
_____________________________________________________________________________________________
L2J File Editor 1.0 Download - 27.03.2010
_____________________________________________________________________________________________

Other:

Virus Scan: Click Here

How can You help me? Report here bugs and your suggestion

We can improve this program together.
_____________________________________________________________________________________________

Re: [Tool]L2J File Editor - version 1.1

Posted: Sun Apr 04, 2010 7:27 pm
by djbenny
Thank you for the Contribution Matim, Will be using it alot !

Re: [Tool]L2J File Editor - version 1.1

Posted: Tue Apr 06, 2010 5:04 am
by KadeL
look very nice... tnk for sharing :D

Re: [Tool]L2J File Editor - version 1.1

Posted: Fri Apr 09, 2010 9:12 pm
by LasTravel
Thanks looks nice! :D

Re: [Tool]L2J File Editor - version 1.1

Posted: Sun May 23, 2010 8:55 am
by Matim
Thanx for good words.

Re: [Tool]L2J File Editor - version 1.1

Posted: Fri Jul 16, 2010 9:01 pm
by JMD
Awesome tool, keep it up.

Re: [Tool]L2J File Editor - version 1.1

Posted: Thu Sep 16, 2010 7:50 pm
by Matim
Big update soon, waiting for other ideas.

Re: [Tool]L2J File Editor - version 1.1

Posted: Tue Sep 28, 2010 3:37 pm
by DonaldDuck
don't know how it works... can u please make me an example?

I want to create a custom NPC shop with weapons (Up to S and only TOP grade), armors (Up to S top grade), enchanting items, jewels, etc

I want it to be located in the elven village, if possible near the magisters.


So how do I select the location?
Where can i find the list of weapons/armor with the respective IDs?

And most importantly how do I insert my shop in the serverdata?

Re: [Tool]L2J File Editor - version 1.1

Posted: Tue Sep 28, 2010 3:48 pm
by jurchiks
Item id's/names are contained in database, table names are weapon/armor/etcitem.
To add them, first make an npc (simplest example - copy 1 npc and change only it's ID) and it's htms, for that check the data/html/merchant folder for examples.
There are 2 types of links - buylist (bypass -h Buy IDhere) and multisell (bypass -h multisell IDhere).
Buylists are contained inside database (merchant_buylists) and also require an entry in merchant_shopids.
Multisells are in data/multisell.

That's basically it - you make an npc, make it's htm based on the examples, link it to what you want (multisell is easier to make, but it looks different from buylist) and make the list of items to sell.
Then just go ingame, go to the location of your choice, stand where you would like your npc to be (right heading too), target yourself and type in char //spawn npcIDhere

Re: [Tool]L2J File Editor - version 1.1

Posted: Thu May 19, 2011 1:42 pm
by u0m3
I apologize for disturbing a relatively old thread, but could you please update the download links? They seem to be broken/expired.

Re: [Tool]L2J File Editor - version 1.1

Posted: Sat May 21, 2011 1:25 pm
by AntV
I found a link for v1.1 that works!
Just to be clear, I'm neither the creator nor the uploader!
http://www.4shared.com/file/XW3emc4D/L2 ... or_11.html

Re: [Tool]L2J File Editor - version 1.1

Posted: Sat May 21, 2011 9:38 pm
by shinomidefuego
:D you wake up this thread from his long sleep, now he will be mad :D :D

Re: [Tool]L2J File Editor - version 1.1

Posted: Wed Jun 08, 2011 3:02 am
by nandoar
thanks man.. a great job!!!

Re: [Tool]L2J File Editor - version 1.1

Posted: Sun Sep 18, 2011 9:11 pm
by warmen
Is there a possibility to run this app under 64bit java?
If yes , then how?
thx for reply and it is great tool

Re: [Tool]L2J File Editor - version 1.1

Posted: Fri Sep 30, 2011 10:52 am
by Matim
In fact I made this little tool to gain some additional experience.

But it would be much better to create ECLIPSE PLUGIN with similar features instead.