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!" />
Hello, players!
We’d like to hear your opinion about the EXP rate on the server. Currently, it’s set to 25x EXP. Please choose what suits you best:
1️⃣ Keep EXP at 25x — it’s fine as it is
2️⃣ Increase EXP (for example, to 50x or higher)
3️⃣ Decrease EXP (for example, to 15x or lower)
4️⃣ Other suggestions (please write in the comments)
Your feedback is very important to us to make the server better! Thanks for participating!
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
4 answers to this question
Recommended Posts