Napster321 Posted August 13, 2012 Posted August 13, 2012 dont spam if you think that i dont have it..i got it after i replied here I think that's enough
vampir Posted August 13, 2012 Posted August 13, 2012 sorry about that then :) dont spam if you think that i dont have it..i got it after i replied here I think that's enough sorry about that then :)
Rizel Posted August 13, 2012 Author Posted August 13, 2012 I guess the events xml is missing from your config folder.
Napster321 Posted August 13, 2012 Posted August 13, 2012 EventManager.java + // Add the events to the list + events.put(1, new DM()); + events.put(2, new Domination()); + events.put(3, new DoubleDomination()); + events.put(4, new LMS()); + events.put(5, new Lucky()); + events.put(6, new Simon()); + events.put(7, new TvT()); + events.put(8, new VIPTvT()); + events.put(9, new Zombie()); + events.put(10, new CTF()); + events.put(11, new Russian()); + events.put(12, new Bomb()); + events.put(13, new Mutant()); + events.put(14, new Battlefield()); Events.xml <!-- Core settings --> <event id="0"> <property name="registerTime" value="60" /> <property name="betweenEventsTime" value="60" /> <property name="firstAfterStartTime" value="60" /> <property name="managerNpcId" value="90001" /> <property name="showVotePopupAt" value="30" /> <property name="votePopupEnabled" value="true" /> <property name="debug" value="true" /> <property name="statTrackingEnabled" value="true" /> <property name="eventBufferEnabled" value="true" /> <property name="allowedBuffsList" value="1068,1085,1086,1087" /> <property name="maxBuffNum" value="2" /> <property name="friendlyFireEnabled" value="false" /> <property name="restartAllowed" value="false" /> <restriction type="item" ids="" /> <restriction type="skill" ids="" /> </event> I think the problem is with event ID:0
Devangell™ Posted August 13, 2012 Posted August 13, 2012 thanks for your share mate this gonna help a lot people especially guys who can't affor that money to buy good pack like yours :)
ariasnoff Posted August 14, 2012 Posted August 14, 2012 Could somebody share it please ? Im MxC member since 2 or 3 years ago but 500 posts are for spammers or donators :/ any help would be apreciated
Napster321 Posted August 14, 2012 Posted August 14, 2012 I add them manually in the config folder can that be the problem? :S I dont think so but I dont know i just mention that . This thing is keeping me back from my work please help.
Napster321 Posted August 15, 2012 Posted August 15, 2012 replaced the event's names inside events.xml with // Add the events to the list events.put(1, new DM()); events.put(2, new Domination()); events.put(3, new DoubleDomination()); events.put(4, new LMS()); events.put(5, new Lucky()); events.put(6, new Simon()); events.put(7, new TvT()); events.put(8, new VIPTvT()); events.put(9, new Zombie()); events.put(10, new CTF()); events.put(11, new Russian()); events.put(12, new Bomb()); events.put(13, new Mutant()); events.put(14, new Battlefield()); The npc ingame still doesnt work but events run automatically but can't register.
Recommended Posts