Quest Items Help!

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
fedealianza
Posts: 1
Joined: Thu Mar 17, 2016 10:07 pm

Quest Items Help!

Post by fedealianza »

Hi! First of all, sry for my english!
I am trying to understand how the quest works to create one!

I am editing "260 Hunt the Orcs" Quest!
I tried to edit the html files to change the quest text, but no changes are shown.. (but when i edit or create a npc, the htmls files show good in game :S )
Then, i tried to change the name items (Orc Amulet for example), going to data/scripts/items and changing the name in the file 01100-01199.xml
But nothing changes when i took the quest in game..

I need to change de name of the item in the system too?

Thx for your help, and sry if this post belongs to another category!!
HorridoJoho
L2j Senior Developer
L2j Senior Developer
Posts: 795
Joined: Sun Aug 14, 2005 11:27 am

Re: Quest Items Help!

Post by HorridoJoho »

When you change a .htm(l) file while the server is running you have to type //reload html. This is not recommended in production servers however.

The item names are hardcoded in the client. We just include a copy of the client side names in out xmls.
Post Reply