Page 1 of 1

Saving Santa

Posted: Thu Nov 13, 2014 2:42 pm
by rockabill
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

Re: Saving Santa

Posted: Thu Nov 13, 2014 3:29 pm
by rockabill
Ok, i´ve got many errors oo

Re: Saving Santa

Posted: Thu Nov 13, 2014 3:30 pm
by rockabill
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 ;)

Re: Saving Santa

Posted: Thu Nov 13, 2014 6:38 pm
by jurchiks
I´ve got the Version 9014 and 2106.
Are you talking about the ports or the SVN revisions? :?

Re: Saving Santa

Posted: Thu Nov 13, 2014 6:48 pm
by rockabill
No, i think i talk about the datapack version or is it wrong?

Re: Saving Santa

Posted: Thu Nov 13, 2014 6:54 pm
by rockabill
oh, ok it´s 10323 datapack and 9641 Server

Re: Saving Santa

Posted: Fri Nov 14, 2014 1:09 pm
by jurchiks
That's quite old.
Anyway, that Saving Santa script doesn't exist in the repository, so where did you find it?

Re: Saving Santa

Posted: Fri Nov 14, 2014 1:39 pm
by rockabill
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 :)

Re: Saving Santa

Posted: Fri Nov 14, 2014 3:07 pm
by jurchiks
Post link to exact version you used.

Re: Saving Santa

Posted: Fri Nov 14, 2014 3:15 pm
by rockabill

Re: Saving Santa

Posted: Fri Nov 14, 2014 3:17 pm
by rockabill

Re: Saving Santa

Posted: Fri Nov 14, 2014 4:19 pm
by jurchiks
Well just ask the author to update it for current H5. Or even commit it, since it is a retail event.

Re: Saving Santa

Posted: Fri Nov 14, 2014 4:22 pm
by rockabill
I´ll do if i can but i can´t write in this Forum ;)
But thank you very much

Re: Saving Santa

Posted: Fri Nov 14, 2014 5:27 pm
by jurchiks
Update your core/dp, meanwhile I'll ask for you.

Re: Saving Santa

Posted: Sat Nov 15, 2014 1:41 pm
by rockabill
Thx :)