Page 1 of 1
Ice Queen Freya
Posted: Thu Mar 06, 2014 7:02 pm
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.
Re: Ice Queen Freya
Posted: Thu Mar 06, 2014 7:08 pm
by Konstantinos
Freya quests and easy mode are on unstable svn! done!
Re: Ice Queen Freya
Posted: Thu Mar 06, 2014 7:11 pm
by St3eT
Hello, how Konstantinos said, freya (Easy) is already done, here is changeset:
DP Changeset 10204.
Re: Ice Queen Freya
Posted: Thu Mar 06, 2014 7:13 pm
by GentleJesus
is a change set a patch? do i just paste them into the right folders on my server
Re: Ice Queen Freya
Posted: Thu Mar 06, 2014 8:02 pm
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.
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 11:25 am
by GentleJesus
I imported the changeset and its come up with a few errors can anyone please help.
http://pastebin.com/sx8mPZMR
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 12:17 pm
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?
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 12:22 pm
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.
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 12:24 pm
by St3eT
Here you have example how i add NPC buffer:
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 2:21 pm
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
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 2:27 pm
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.
Re: Ice Queen Freya
Posted: Fri Mar 07, 2014 3:00 pm
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'