Jump to content

thepsolartek

Members
  • Posts

    482
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by thepsolartek

  1. guys i have problem when a player speak to maximilian about clan or ally it appears a message that told that they have not et the criteria! its olny about those 2 options all the other quests works! /* * 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 village_master.Clan; import java.util.HashMap; import java.util.Map; import com.l2jhellas.gameserver.model.actor.L2Npc; import com.l2jhellas.gameserver.model.actor.instance.L2PcInstance; import com.l2jhellas.gameserver.model.quest.Quest; public class Clan extends Quest { private static final int[] NPC ={30026,30031,30037,30066,30070,30109,30115,30120,30154,30174,30175,30176,30187, 30191,30195,30288,30289,30290,30297,30358,30373,30462,30474,30498,30499,30500, 30503,30504,30505,30508,30511,30512,30513,30520,30525,30565,30594,30595,30676, 30677,30681,30685,30687,30689,30694,30699,30704,30845,30847,30849,30854,30857, 30862,30865,30894,30897,30900,30905,30910,30913,31269,31272,31276,31279,31285, 31288,31314,31317,31321,31324,31326,31328,31331,31334,31755,31958,31961,31965, 31968,31974,31977,31996,32092,32093,32094,32095,32096,32097,32098,32145,32146, 32147,32150,32153,32154,32157,32158,32160,32171,32193,32199,32202,32213,32214, 32221,32222,32233,32234}; private static final Map<String, String> LEADER_REQUIRED = new HashMap<String, String>(); static { LEADER_REQUIRED.put("9000-03.htm", "9000-03-no.htm"); LEADER_REQUIRED.put("9000-04.htm", "9000-04-no.htm"); LEADER_REQUIRED.put("9000-05.htm", "9000-05-no.htm"); LEADER_REQUIRED.put("9000-07.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-12a.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-12b.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-13a.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-13b.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-14a.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-14b.htm", "9000-07-no.htm"); LEADER_REQUIRED.put("9000-15.htm", "9000-07-no.htm"); } public Clan(int questId, String name, String descr) { super(questId, name, descr); addStartNpc(NPC); addTalkId(NPC); } @Override public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) { if (LEADER_REQUIRED.containsKey(event) && !player.isClanLeader()) return LEADER_REQUIRED.get(event); return event; } @Override public String onTalk(L2Npc npc, L2PcInstance player) { return "9000-01.htm"; } public static void main(String[] args) { new Clan(-1, Clan.class.getSimpleName(), "village_master"); } }
  2. IT DONT EVEN SPEAK ABOUT CLAN. I MEAN I HIT THE OPTION CLAN OR ALLIANCE IN THIS NpC AND THE MESSAGE THAT I TOLD TO YOU APPEARED
  3. nono nikos the problem is not the sub classes they made the sub classes but the problem is on clan or ally cause it told that players dont meet the criteria! i have the 1st option you post true but i dont remember if i saw the 2nd in a config! FULL MESSAGE OR NPC WHEN SOMEONE HIT CLAN OR ALLY: YOU ARE EITHER NOT ON A QUEST THAT INVOLVES THIS NPC OR YOU DONT MEET THIS NPCS MINIMUM QUEST REQUIREMENTS
  4. Hello guys i need to fix something but i dont know where to look! i use l2j hellas pack rev 476(no compiled) but maximilan and other npcs (jurek hannavalt angus,penatus) have a problem and when someone speak to them about clan or ally they told that the players dont meet the criteria! where shall i look to fix it? or what i need to make for fix it?
  5. guys i just compile a l2 j hellas datapack but what his the acess level on gm?
  6. i can send it to you just give me some infos where to send it
  7. hi guys i just found frintezza armor for interlude i work so hard to add it on my server and i am about to add it but i had a problem in armorgrp file ( i think that it is not correct)! I have create a new itemname-e file that work new data and sql that worked perfect on navicat but i dont have an idea how to make the armorgrp correct cause i never do it before! If someone help me i will appreciate it cause i ve never done this think before! Because o a lot of people will say why shall i help this guy i will answer immediately to thier question! They will won this unique armor too cause i will upload it to the forum after its fix. Ty guys :)
  8. #Leave empty to disable one site #if you need just one of these VotesSiteHopZoneUrl= VotesSiteTopZoneUrl=https://l2topzone.com/lineage2/server-info/10250/La2Galaxy.html ServerWebSite= http://la2galaxy.weebly.com Are they ok or they have problem?
  9. hi guys i use 2j frozen what shall i do to enable topzone or hopzone voting system?
  10. Guys when one char logs in olympiad and tie with another for a reason loose 3 points! how can i fix this? Pack"L2J Frozen Not Compiled
  11. pigene configs sto olympiad kapou 8a breis ayto : # Required number of participants for Classed and Non-Classed matches, Default 5 & 9 AltOlyClassedParticipants = 5 AltOlyNonClassedParticipants = 9 kai kanto etc: # Required number of participants for Classed and Non-Classed matches, Default 5 & 9 AltOlyClassedParticipants = 2 AltOlyNonClassedParticipants = 2
  12. cause its not compile that is maybe on config or sql?
  13. yeap but where shall i look? my pack its l2jfrozen
  14. Guys maybe someone know how can i make fighters and mages at 1 level starting with another weapon?
  15. thats so nice! i think that it will be interlude and i can help you too cause i work on interlude projects all those years :) hope you find someone that help you
  16. your java didnt installed all the necessary files i have the same problem and reinstall java if the problem continues see if you config files have wrong direction and they loading data from wrong direction
  17. Hi dude i appreciate your post but first of all i just want top ask something ethia is based on l2j but what cronicle will this new project be?
  18. i think something is not good with the sql files in my db and i think that if i delete the tables and pass them again maybe it works
  19. nothing again :S ! if i delete the db and and pass the sql files maybe it solved :(
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock