Jump to content

mikemaster

Members
  • Posts

    193
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mikemaster

  1. yeah but i want to know the type that i have to change it to cause i tried to change it and it didn't work :D
  2. Currently in my server files Primeval Isle Wharf is enlisted as a Town inside the Town.xml When i remove it from there when someone dies and presses the to village button nothing happens and i get this error in the gameserver panel: Character Failed Reading : RestartPoint : null The area is also listed as a Town and a Peace Zone In the Peace.xml i found and removed the primeval isle wharf zone but it still is listed as a Peace Zone <zone type="TownZone" shape="NPoly" minZ="-4290" maxZ="-1290"><!-- Primeval Isle (Town Zone) --> <stat name="townId" val="19" /> <node X="10408" Y="-27395" /> <node X="12065" Y="-25334" /> <node X="12223" Y="-23159" /> <node X="10424" Y="-22340" /> <node X="9566" Y="-23131" /> <node X="9290" Y="-24261" /> <spawn X="10468" Y="-24569" Z="-3645" /> <spawn X="9285" Y="-21614" Z="-3614" /> <spawn X="6873" Y="-21985" Z="-3334" /> <spawn X="7929" Y="-22744" Z="-3689" /> </zone> I just want to make it a PvP zone :P
  3. Γεια σας παιδια.. Πριν λιγο καιρο ειχα δημιουργήσει εναν σερβερ που ειχε ως project το l2jacis rev 310 οπως καταλαβαινεται δεν ειχα αγορασει το pack αλλα χρησιμοποιησα το free release Τωρα ειδα πως εγινε free το rev 320 Εγω ομως εχω ενσωματώσει πολλα πραγματα μεσα στον σερβερ και εχω φτιαξει αλλα τοσα.. Θα ηθελα να ξερω μιας και ειναι η πρωτη φορα που ασχολουμαι σοβαρα με αυτο το πραγμα αν γινεται να περασω ολες τι αλλαγες που εχουν γινει αυτον τον καιρο στο νεο version (320) χωρις να χασω τις δικες μ αλλαγες και τα δικα μ πραγματα που εχω φτιαξει στον σερβερ μ Αν γινεται επισης καποιος να μ εξηγησει τον τροπο.. ευχαριστω εκ των προτερων
  4. activeChar.sendPacket(new CreatureSay(0,Say2.HERO_VOICE,"System","Your AIO period ends.")); i get error : CreaturSay cannot be resolved to a type.... I tried adding the aio code that Sweets added for l2j acis....
  5. hmmm okey then i will try to find the way to do this :P
  6. Hello guys i would like to know if there is a way to block some paths ( what i mean is prevent players to enter a path ) i used the classic way to spawn trees but this method is not something good cause bugs exist and it doesn't look so good either :D
  7. i used the initialize before many times and nothing happened is there something else that i can do about it??.. okey i will the user.ini file
  8. Hey guys i use l2jacis and in my server when i am trying to view for example the npc where you register for a siege nothing happens The window doesn't pop-up it's like the html is missing or something It happens to all the castle messenger's and there is no error in the gameserver console... Pls answer to me as fast as possible .....
  9. Γεια σας παιδια χρησιμοποιω l2j acis Οταν με τον gm χρησιμοποιω το panel το οποιο ανοιγει με alt+g και θελω να μου εμφανισει το inventory ενος χαρακτηρα δεν ανταποκρίνεται... ειναι σαν να μην παταω το κουμπι επισης δεν εμφανιζει καποιο ερρορ στην κονσολα μηπως γνωριζει καποιος τι συμβαινει και αν μπορειτε να μου πειτε απο που μπορω να κανω edit αυτο το panel???
  10. τωρα να γελασω δεν θα μπορω γιατι αν δεν το ειχε γραψει το παιδι πιο πανω μπορει να εψαχνα ακομα για javabuilder χαχαχαχαχα
  11. αυτο το εκανα δες το προηγουμενο μου reply και αν μπορεις να μ πεις τι να κανω <3
  12. αδερφεε συγνωμη για την ενοχληση παλι εε.. αλλα μου βγαζει ερρορ σε αυτο: import javolution.string.StringBuilder; πως πρεπει να το αλλαξω;;
  13. νταξει αδερφε με εσβησες με την απαντηση σου σορρυ λαθος μου σου δινω τωρα τον κωδικα... :/ /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package custom.BossRespawn; import javolution.text.TextBuilder; import net.sf.l2j.gameserver.datatables.NpcTable; import net.sf.l2j.gameserver.instancemanager.GrandBossManager; import net.sf.l2j.gameserver.model.actor.L2Npc; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.quest.Quest; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; public class BossRespawn extends Quest { private static final int NPC_ID = 7000; private static final int[] BOSSES = {25512, 29001, 29006, 29014, 29019, 29020, 29028, 29065}; public BossRespawn(int questid, String name, String descr) { super(questid, name, descr); addFirstTalkId(NPC_ID); } @Override public String onFirstTalk(L2Npc npc, L2PcInstance pc) { if(npc == null || pc == null) return null; if(npc.getNpcId() == NPC_ID) { sendInfo(pc); } return null; } private static void sendInfo(L2PcInstance activeChar) { TextBuilder tb = new TextBuilder(); tb.append("<html><title>L2Versuvio.com</title><body><img src=\"Sek.cbui371\" width=280 height=1><img src=\"town_map.town_map_darkelf_t00\" width=280 height=35/><img src=\"Sek.cbui371\" width=280 height=1><table width=290></table><table width=288 bgcolor=\"000000\"><tr><td align=\"center\"><table width=280><tr><td align=\"center\"><font color=\"LEVEL\">[ Epic Raidbosses Live Status ]</font></td><tr></table></td></tr><tr></tr></table><img src=\"Sek.cbui371\" width=280 height=1><br><br><br><br><br><br><br><br><table width=255>"); for(int boss : BOSSES) { String name = NpcTable.getInstance().getTemplate(boss).getName(); long delay = GrandBossManager.getStatsSet(boss).getLong("respawn_time"); if (delay <= System.currentTimeMillis()) { tb.append("<tr><td align=\"center\"><font color=\"00C3FF\">" + name + "</color>: " + "<font color=\"9CC300\">Is Alive</color></td></tr>"); } else { int hours = (int) ((delay - System.currentTimeMillis()) / 1000 / 60 / 60); int mins = (int) (((delay - (hours * 60 * 60 * 1000)) - System.currentTimeMillis()) / 1000 / 60); tb.append("<tr><td align=\"center\"><font color=\"00C3FF\">" + name + "</color>" + "<font color=\"FFFFFF\">" +" " + "respawns in </color>" + " " + " <font color=\"32C332\">" + " " + hours + " hours : " + mins + " minutes"+"</color></td></tr>"); } } tb.append("</table><br><br><br><br><br><br><br><br><br><br><img src=\"Sek.cbui371\" width=280 height=1><table width=286 height=26 bgcolor=000000><tr><td align=\"center\"><font color=\"363636\">L2Versuvio.com x500 PvP Server</font></td></tr></table><img src=\"Sek.cbui371\" width=280 height=1></body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(NPC_ID); msg.setHtml(tb.toString()); activeChar.sendPacket(msg); } public static void main(String[] args) { new BossRespawn(-1, "BossRespawn", "custom"); } } Τα ερρορς που μου εμφανιζει τα βλεπεις και στην παραπανω εικονα..
  14. i want to make it not able to hit npcs not only in a town zone but everywhere...
  15. Hey there again... i wanted to add in my server a code to Make the players not able to attacks Npcs everything worked fine expect this it says that i have to add it inside L2NpcINstance.java I currently use acis project @@ -324,5 +324,5 @@ public boolean isAttackable() { - return false; + return Config.ALT_ATTACKABLE_NPCS; }
  16. Γεια σας παιδια θα ηθελα λιγη βοηθεια.. Προσθεσα στον σερβερ μου κατι και μου δινει αυτα τα ερρορς πως μπορω να το φτιαξω ωστε να δουλευει για l2jacis..... Ευχαριστω εκ των προτερων
  17. Γεια σας παιδια θα ηθελα λιγη βοηθεια.. Προσθεσα στον σερβερ μου κατι και μου δινει αυτα τα ερρορς πως μπορω να το φτιαξω ωστε να δουλευει για l2jacis..... Ευχαριστω εκ των προτερων
  18. Hello there... in my server when a gm character uses the command //silence it doesn't only block his pms but it also blocks all the chats and he cannot see what we type... Does anybody know how to change that?? Oh and also when a gm char uses the Alt+G panel and tries to check the inventorie's of other players it doesn't work... How can i fix that?? Pls give me an answer to both of this problems <3
  19. okey done fixed thanks to you Sweets <3 i appreciate it a lot
  20. i am still learning the basics... :/ something like that? i have to change the part of the code and make it look like this ? // Clans settings ExProperties clans = load(CLANS_FILE); ALT_CLAN_JOIN_DAYS = clans.getProperty("DaysBeforeJoinAClan", 5); ALT_CLAN_CREATE_DAYS = clans.getProperty("DaysBeforeCreateAClan", 10); ALT_MAX_NUM_OF_CLANS_IN_ALLY = clans.getProperty("AltMaxNumOfClansInAlly", 3); ALT_CLAN_MEMBERS_FOR_WAR = clans.getProperty("AltClanMembersForWar", 15); ALT_CLAN_DISSOLVE_DAYS = clans.getProperty("DaysToPassToDissolveAClan", 7); ALT_ALLY_JOIN_DAYS_WHEN_LEAVED = clans.getProperty("DaysBeforeJoinAllyWhenLeaved", 1); ALT_ALLY_JOIN_DAYS_WHEN_DISMISSED = clans.getProperty("DaysBeforeJoinAllyWhenDismissed", 1); ALT_ACCEPT_CLAN_DAYS_WHEN_DISMISSED = clans.getProperty("DaysBeforeAcceptNewClanWhenDismissed", 1); ALT_CREATE_ALLY_DAYS_WHEN_DISSOLVED = clans.getProperty("DaysBeforeCreateNewAllyWhenDissolved", 10); ALT_MEMBERS_CAN_WITHDRAW_FROM_CLANWH = clans.getProperty("AltMembersCanWithdrawFromClanWH", false); REMOVE_CASTLE_CIRCLETS = clans.getProperty("RemoveCastleCirclets", true);
  21. and i still didn't understand a thing pfff.....
×
×
  • Create New...