Ice Queen Freya

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
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Ice Queen Freya

Post by GentleJesus »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6441:
L2JDP Revision 10215:

Has somebody got freya rb working on hi5, iv been searching all over for a complete working patch and i cant find one anywhere. please can someone provide me with links to any info you have.
User avatar
Konstantinos
Posts: 501
Joined: Wed Feb 08, 2012 12:19 pm

Re: Ice Queen Freya

Post by Konstantinos »

Freya quests and easy mode are on unstable svn! done!
Last edited by Konstantinos on Thu Mar 06, 2014 7:11 pm, edited 1 time in total.
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Ice Queen Freya

Post by St3eT »

Hello, how Konstantinos said, freya (Easy) is already done, here is changeset: DP Changeset 10204.
If i should be black sheep for sure no as punishment
Image
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: Ice Queen Freya

Post by GentleJesus »

is a change set a patch? do i just paste them into the right folders on my server
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Ice Queen Freya

Post by jurchiks »

You can download the unified diff (bottom of the page) and try to apply it. The newly added files will apply no problem, but there are other things that will most probably have errors.
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.
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: Ice Queen Freya

Post by GentleJesus »

I imported the changeset and its come up with a few errors can anyone please help.

http://pastebin.com/sx8mPZMR
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Ice Queen Freya

Post by jurchiks »

GentleJesus wrote:a few errors
:trollface:
I don't think you can handle all those errors with your skill level. Why not try using beta?
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.
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: Ice Queen Freya

Post by GentleJesus »

I tried beta and it removed my npc tables from db and my custom npc's (Rin4a Buffer v1.3 edited by Squirtle, GmShop and GlobalGatekeeper by Nevermore) were not working.
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Ice Queen Freya

Post by St3eT »

Here you have example how i add NPC buffer:
Gist by: St3eT
If i should be black sheep for sure no as punishment
Image
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: Ice Queen Freya

Post by GentleJesus »

Ok so i downloaded the latest beta files and set it all up and when i start the game server i get lots of errors like these

MultisellData: Could not parse file 9118.xml at line 5, column 7: cvc-elt.1: Cannot find the declaration of element 'list'.
MultisellData: Could not parse file 10012.xml at line 6, column 34: cvc-elt.1: Cannot find the declaration of element 'list'.
MultisellData: Could not parse file 969018.xml at line 4, column 7: cvc-elt.1: Cannot find the declaration of element 'list'.
MultisellData: Could not parse file 10004.xml at line 6, column 34: cvc-elt.1: Cannot find the declaration of element 'list'.
MultisellData: Could not parse file 90053.xml at line 9, column 16: cvc-complex-type.3.2.2: Attribute 'id' is not allowed to appear in element 'item'.
MultisellData: Could not parse file 10013.xml at line 6, column 34: cvc-elt.1: Cannot find the declaration of element 'list'.
MultisellData: Could not parse file 90023.xml at line 9, column 16: cvc-complex-type.3.2.2: Attribute 'id' is not allowed to appear in element 'item'.


Also its telling me there are tables missing form the db 'crests', 'bot_reported_char_data' and 'punishments'

can anyone please advise
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: Ice Queen Freya

Post by CostyKiller »

Your multisell xmls must look like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">    <item>        <!-- Adena -->        <ingredient count="2100" id="57" />        <!-- Shirt -->        <ingredient count="1" id="21" />        <!-- Leather Shirt -->        <production count="1" id="22" />    </item>    <item>        <!-- Adena -->        <ingredient count="5400" id="57" />        <!-- Leather Shirt -->        <ingredient count="1" id="22" />        <!-- Wooden Breastplate -->        <production count="1" id="23" />    </item></list>
you have to remove the id="0" ,id="1"and so on from the items, that was used in the past to order the items.
Also it seems that you have missed the start tag "<list>" from some xmls.
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: Ice Queen Freya

Post by GentleJesus »

Thank you iv already fixed the list error, ill go through and fix the id error now.

Also its telling me there are tables missing form the db 'buylists', 'crests', 'bot_reported_char_data' and 'punishments'
Post Reply