Saving Santa
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Saving Santa
Hello everybody,
I need some help, sry for my bad english.
I´ve got the Version 9014 and 2106.
What a kind of Saving Santa can i use?
All i´ve read and try from this forum doesn´t work and i´don´t know why.
pls help
rockabill
I need some help, sry for my bad english.
I´ve got the Version 9014 and 2106.
What a kind of Saving Santa can i use?
All i´ve read and try from this forum doesn´t work and i´don´t know why.
pls help
rockabill
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
Ok, i´ve got many errors oo
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
1. ERROR in /events/SavingSanta/SavingSanta.java (at line 31)
import com.l2jserver.gameserver.model.ItemHolder;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver.model.ItemHolder cannot be resolved
----------
2. ERROR in /events/SavingSanta/SavingSanta.java (at line 33)
import com.l2jserver.gameserver.model.L2Skill;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver.model.L2Skill cannot be resolved
----------
3. ERROR in /events/SavingSanta/SavingSanta.java (at line 69)
private static final ItemHolder[] _requiredItems =
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
4. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
5. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
6. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
7. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
8. ERROR in /events/SavingSanta/SavingSanta.java (at line 330)
public String onSkillSee(L2Npc npc, L2PcInstance caster, L2Skill skill, L2Object[] targets, boolean isPet)
^^^^^^^
L2Skill cannot be resolved to a type
----------
9. ERROR in /events/SavingSanta/SavingSanta.java (at line 341)
public String onSpellFinished(L2Npc npc, L2PcInstance player, L2Skill skill)
^^^^^^^
L2Skill cannot be resolved to a type
----------
10. ERROR in /events/SavingSanta/SavingSanta.java (at line 482)
if ((pl != null) && pl.isOnline() && (pl.getLevel() >= 20) && pl.isInCombat() && !pl.isInsideZone(L2Character.ZONE_PEACE) && !pl.isFlyingMounted())
^^^^^^^^^^
ZONE_PEACE cannot be resolved or is not a field
----------
11. ERROR in /events/SavingSanta/SavingSanta.java (at line 693)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
12. ERROR in /events/SavingSanta/SavingSanta.java (at line 693)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
13. ERROR in /events/SavingSanta/SavingSanta.java (at line 722)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
14. ERROR in /events/SavingSanta/SavingSanta.java (at line 722)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
15. ERROR in /events/SavingSanta/SavingSanta.java (at line 730)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
16. ERROR in /events/SavingSanta/SavingSanta.java (at line 730)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
16 problems (16 errors)L2Skill cannot be resolved to a type
L2Skill cannot be resolved to a type
The import com.l2jserver.gameserver.model.ItemHolder cannot be resolved
The import com.l2jserver.gameserver.model.L2Skill cannot be resolved
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ZONE_PEACE cannot be resolved or is not a field
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
Failed executing script: /home/lineagenew/game/data/scripts/events/SavingSanta/SavingSanta.java. See SavingSanta.java.error.log for details.
QuestManager: Loaded: 684 quests
TransformationManager: Loaded: 111 transformations.
SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).
FaenorScriptEngine: Loaded HeavyMedal.xml successfully.
Event ID: (Valentines Event) has passed... Ignored.
FaenorScriptEngine: Loaded Valentines.xml successfully.
AutoSpawnHandler: Loaded 129 handlers in total.
CoupleManager: Loaded: 0 couples(s)
TaskManager: Loaded: 13 Tasks
MailManager: Successfully loaded 100 messages.
IdFactory: Free ObjectID's remaining: 1878988794
TvTEventEngine[TvTManager.TvTManager()]: Started.
OfflineTradersTable: Loading offline traders...
OfflineTradersTable: Loaded: 0 offline trader(s)
GameServer: Started, free memory 1335 Mb of 1990 Mb
Connecting to login on 127.0.0.1:9014
CommunityServerThread: Deactivated by config.
Maximum Numbers of Connected Players: 100
Server Loaded in 97 seconds
AutoAnnoucements: Loaded 0 Auto Annoucement Data.
GameServer: Telnet server is currently disabled.
Registered on login as Server 1 : Bartz
ChangeAttackTime: Thu Nov 13 14:00:13 CET 2014 Atk announce scheduled to 0.0 minute of this hour.
Master access level set for character Laria! Just a warning to be careful
import com.l2jserver.gameserver.model.ItemHolder;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver.model.ItemHolder cannot be resolved
----------
2. ERROR in /events/SavingSanta/SavingSanta.java (at line 33)
import com.l2jserver.gameserver.model.L2Skill;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver.model.L2Skill cannot be resolved
----------
3. ERROR in /events/SavingSanta/SavingSanta.java (at line 69)
private static final ItemHolder[] _requiredItems =
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
4. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
5. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
6. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
7. ERROR in /events/SavingSanta/SavingSanta.java (at line 71)
new ItemHolder(5556, 4), new ItemHolder(5557, 4), new ItemHolder(5558, 10), new ItemHolder(5559, 1)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
8. ERROR in /events/SavingSanta/SavingSanta.java (at line 330)
public String onSkillSee(L2Npc npc, L2PcInstance caster, L2Skill skill, L2Object[] targets, boolean isPet)
^^^^^^^
L2Skill cannot be resolved to a type
----------
9. ERROR in /events/SavingSanta/SavingSanta.java (at line 341)
public String onSpellFinished(L2Npc npc, L2PcInstance player, L2Skill skill)
^^^^^^^
L2Skill cannot be resolved to a type
----------
10. ERROR in /events/SavingSanta/SavingSanta.java (at line 482)
if ((pl != null) && pl.isOnline() && (pl.getLevel() >= 20) && pl.isInCombat() && !pl.isInsideZone(L2Character.ZONE_PEACE) && !pl.isFlyingMounted())
^^^^^^^^^^
ZONE_PEACE cannot be resolved or is not a field
----------
11. ERROR in /events/SavingSanta/SavingSanta.java (at line 693)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
12. ERROR in /events/SavingSanta/SavingSanta.java (at line 693)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
13. ERROR in /events/SavingSanta/SavingSanta.java (at line 722)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
14. ERROR in /events/SavingSanta/SavingSanta.java (at line 722)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
15. ERROR in /events/SavingSanta/SavingSanta.java (at line 730)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
16. ERROR in /events/SavingSanta/SavingSanta.java (at line 730)
for (ItemHolder item : _requiredItems)
^^^^^^^^^^^^^^
ItemHolder cannot be resolved to a type
----------
16 problems (16 errors)L2Skill cannot be resolved to a type
L2Skill cannot be resolved to a type
The import com.l2jserver.gameserver.model.ItemHolder cannot be resolved
The import com.l2jserver.gameserver.model.L2Skill cannot be resolved
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ZONE_PEACE cannot be resolved or is not a field
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
ItemHolder cannot be resolved to a type
Failed executing script: /home/lineagenew/game/data/scripts/events/SavingSanta/SavingSanta.java. See SavingSanta.java.error.log for details.
QuestManager: Loaded: 684 quests
TransformationManager: Loaded: 111 transformations.
SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).
FaenorScriptEngine: Loaded HeavyMedal.xml successfully.
Event ID: (Valentines Event) has passed... Ignored.
FaenorScriptEngine: Loaded Valentines.xml successfully.
AutoSpawnHandler: Loaded 129 handlers in total.
CoupleManager: Loaded: 0 couples(s)
TaskManager: Loaded: 13 Tasks
MailManager: Successfully loaded 100 messages.
IdFactory: Free ObjectID's remaining: 1878988794
TvTEventEngine[TvTManager.TvTManager()]: Started.
OfflineTradersTable: Loading offline traders...
OfflineTradersTable: Loaded: 0 offline trader(s)
GameServer: Started, free memory 1335 Mb of 1990 Mb
Connecting to login on 127.0.0.1:9014
CommunityServerThread: Deactivated by config.
Maximum Numbers of Connected Players: 100
Server Loaded in 97 seconds
AutoAnnoucements: Loaded 0 Auto Annoucement Data.
GameServer: Telnet server is currently disabled.
Registered on login as Server 1 : Bartz
ChangeAttackTime: Thu Nov 13 14:00:13 CET 2014 Atk announce scheduled to 0.0 minute of this hour.
Master access level set for character Laria! Just a warning to be careful

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Saving Santa
Are you talking about the ports or the SVN revisions?I´ve got the Version 9014 and 2106.

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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
No, i think i talk about the datapack version or is it wrong?
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
oh, ok it´s 10323 datapack and 9641 Server
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Saving Santa
That's quite old.
Anyway, that Saving Santa script doesn't exist in the repository, so where did you find it?
Anyway, that Saving Santa script doesn't exist in the repository, so where did you find it?
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
here in the Forum when you search about christmas, santa and event, there are many downloads. soon it´s Christmas an i want to make some event, so i tried it. I follow the intodructions but it doesn´t work. And i´m new in XML. I think that is the wrong Version for me and i don´t know how to find the right 

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Saving Santa
Post link to exact version you used.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Saving Santa
Well just ask the author to update it for current H5. Or even commit it, since it is a retail event.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 12
- Joined: Mon Apr 07, 2014 8:06 pm
Re: Saving Santa
I´ll do if i can but i can´t write in this Forum 
But thank you very much

But thank you very much
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Saving Santa
Update your core/dp, meanwhile I'll ask for you.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.