[Tool]L2J File Editor - version 1.1

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Matim
Posts: 6
Joined: Sat Sep 05, 2009 2:48 pm
Location: Poland

[Tool]L2J File Editor - version 1.1

Post 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.
_____________________________________________________________________________________________
Image
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: [Tool]L2J File Editor - version 1.1

Post by djbenny »

Thank you for the Contribution Matim, Will be using it alot !
KadeL
Posts: 142
Joined: Sat Mar 15, 2008 11:04 pm
Location: Argentina
Contact:

Re: [Tool]L2J File Editor - version 1.1

Post by KadeL »

look very nice... tnk for sharing :D
Sorry everyone for my very bad English, I speak Spanish
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: [Tool]L2J File Editor - version 1.1

Post by LasTravel »

Thanks looks nice! :D
User avatar
Matim
Posts: 6
Joined: Sat Sep 05, 2009 2:48 pm
Location: Poland

Re: [Tool]L2J File Editor - version 1.1

Post by Matim »

Thanx for good words.
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: [Tool]L2J File Editor - version 1.1

Post by JMD »

Awesome tool, keep it up.
User avatar
Matim
Posts: 6
Joined: Sat Sep 05, 2009 2:48 pm
Location: Poland

Re: [Tool]L2J File Editor - version 1.1

Post by Matim »

Big update soon, waiting for other ideas.
Image
DonaldDuck
Posts: 16
Joined: Sat Sep 25, 2010 7:27 am

Re: [Tool]L2J File Editor - version 1.1

Post 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?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Tool]L2J File Editor - version 1.1

Post 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
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
u0m3
Posts: 3
Joined: Mon Oct 25, 2010 10:59 am

Re: [Tool]L2J File Editor - version 1.1

Post by u0m3 »

I apologize for disturbing a relatively old thread, but could you please update the download links? They seem to be broken/expired.
I apologize if my statements or actions offended anyone. I did not intend it.
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: [Tool]L2J File Editor - version 1.1

Post 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
User avatar
shinomidefuego
Posts: 122
Joined: Thu Jun 28, 2007 5:37 pm
Location: Venezuela
Contact:

Re: [Tool]L2J File Editor - version 1.1

Post by shinomidefuego »

:D you wake up this thread from his long sleep, now he will be mad :D :D
Image
MMMMMmmmmmMMMMM
nandoar
Posts: 1
Joined: Wed Jun 08, 2011 2:28 am

Re: [Tool]L2J File Editor - version 1.1

Post by nandoar »

thanks man.. a great job!!!
warmen
Posts: 1
Joined: Sun Aug 28, 2011 12:09 pm

Re: [Tool]L2J File Editor - version 1.1

Post 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
User avatar
Matim
Posts: 6
Joined: Sat Sep 05, 2009 2:48 pm
Location: Poland

Re: [Tool]L2J File Editor - version 1.1

Post 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.
Image
Post Reply