Hi!Whanever i run an event like Heavy Medal the mods drops event items but i cant find any Npc manager!Anyone knows how to load the Npc manager for any of this events? My faenor xml file for this event is</Event>
<Event ID="Medals Event" Active="24 Dec 2006-26 Dec 2099">
<Droplist>
<AllDrop Items="6392" Count="1,4" Chance="40%" />
</Droplist>
<Droplist>
<AllDrop Items="6393" Count="1,2" Chance="2%" />
</Droplist>
<Message Type="OnJoin" Msg="Medals Event: You can collect medals from all mobs and trade them for event rewards!" />
I don't understand what is happening. Whenever I try to attack another character with a non-GM character, this message is printed on the console. Does anyone know what's going on?
Question
kadaz84
Hi!Whanever i run an event like Heavy Medal the mods drops event items but i cant find any Npc manager!Anyone knows how to load the Npc manager for any of this events? My faenor xml file for this event is</Event>
<Event ID="Medals Event" Active="24 Dec 2006-26 Dec 2099">
<Droplist>
<AllDrop Items="6392" Count="1,4" Chance="40%" />
</Droplist>
<Droplist>
<AllDrop Items="6393" Count="1,2" Chance="2%" />
</Droplist>
<Message Type="OnJoin" Msg="Medals Event: You can collect medals from all mobs and trade them for event rewards!" />
<EventEnd>
<Take From="AllPlayers">
<Item ItemID="6392-6393"></Item>
</Take>
</EventEnd>
</Event>
My scripts java file is:
and finally my script config for the events
# Event Engine
703 mods/eventmodElpies/eventmodElpies.java
704 mods/eventmodRabbits/eventmodRabbits.java
705 mods/eventmodRace/eventmodRace.java
706
707 # Events
708 events/CharacterBirthday/CharacterBirthday.java
709
710 # Disabled by default events
711 #events/GiftOfVitality/GiftOfVitality.java
712 #events/HeavyMedal/HeavyMedal.java
713 #events/TheValentineEvent/TheValentineEvent.java
714 #events/FreyaCelebration/FreyaCelebration.java
715 #events/MasterOfEnchanting/MasterOfEnchanting.java
Link to comment
Share on other sites
4 answers to this question
Recommended Posts