daredevil911 Posted April 2, 2010 Posted April 2, 2010 plss help how to make npc for this event :( i am sorry for my english Quote
DāЯқŜiĐє Posted April 2, 2010 Posted April 2, 2010 Gj m8 nice DM and ppl if you can not add this to your server just read a guide :P Quote
livogro Posted April 4, 2010 Posted April 4, 2010 Thansk very much, for this !!! I did with random spawn locations. Great! Thx for sharing this. good luck! Quote
EdenEternal Posted April 11, 2010 Posted April 11, 2010 i'm trying to add event but i have problem: i'm searching this lines -3376,6 +3393,11 @@ player.sendPacket(new ActionFailed()); return; } + if (_inEventDM && DM._started && !Config.DM_ALLOW_INTERFERENCE) + { + player.sendPacket(new ActionFailed()); + return; + } // Check if the L2PcInstance is confused if (player.isOutOfControl()) I have few this lines i have no this line if someone can help me please send me pm! Quote
Coyote™ Posted April 11, 2010 Author Posted April 11, 2010 i'm trying to add event but i have problem: i'm searching this lines -3376,6 +3393,11 @@ player.sendPacket(new ActionFailed()); return; } + if (_inEventDM && DM._started && !Config.DM_ALLOW_INTERFERENCE) + { + player.sendPacket(new ActionFailed()); + return; + } // Check if the L2PcInstance is confused if (player.isOutOfControl()) I have few this lines i have no this line if someone can help me please send me pm! There is no need to find the exact lines. Just find the method where these "lines" are, and add the code there. Quote
EdenEternal Posted April 11, 2010 Posted April 11, 2010 no i can't add DM event on my pack! please someone help me! Quote
Gurment Posted July 22, 2010 Posted July 22, 2010 Thanks a lot coyote. One more greate share :D Quote
Aidas Posted July 23, 2010 Posted July 23, 2010 I was wonderwing, how to do that event starts automaticly, like TvT ? :) Quote
Aidas Posted July 23, 2010 Posted July 23, 2010 Can be :) I saw a PvP server, there is automatical DM :) Quote
akaa Posted July 23, 2010 Posted July 23, 2010 I tried to add it in old archid but i got error in AdminDmEngine over here: if (!(checkLevel(activeChar.getAccessLevel()) && activeChar.isGM())) return false; Quote
akaa Posted July 23, 2010 Posted July 23, 2010 I tried to add it in old archid but i got error in AdminDmEngine over here: if (!(checkLevel(activeChar.getAccessLevel()) && activeChar.isGM())) return false; any ideas?oO Quote
Coyote™ Posted July 23, 2010 Author Posted July 23, 2010 I tried to add it in old archid but i got error in AdminDmEngine over here: if (!(checkLevel(activeChar.getAccessLevel()) && activeChar.isGM())) return false; That's because they have remade the access level check. Leaving the isGM() check would be okay as well, if you can't fix it. DM can't be automatical... It can. I was wonderwing, how to do that event starts automaticly, like TvT ? :) Every Event has phases. Registration, Teleportation, Starting, Ending. A simple method to control all of them together, and any global task or thread would be more than enough to run then automatically. Quote
akaa Posted July 23, 2010 Posted July 23, 2010 That's because they have remade the access level check. Leaving the isGM() check would be okay as well, if you can't fix it. nah it didnt work Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.