Jump to content

largirucho

Members
  • Posts

    40
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by largirucho

  1. Hi, how can i make the IA do subclass with the mimir's elixir item and class condition? Because my server throw an error who saids u need fate whisper's quest to make it. Pictures: and when i do subclass sometimes l2npc throw this: http://i47.tinypic.com/10nasgh.jpg[/img] if u want the IA code i will post it below. (one of all grandmasters IA)
  2. Hi, how can i make the IA do subclass with the mimir's elixir item and class condition? Because my server throw an error who saids u need fate whisper's quest to make it. Pictures: and when i do subclass sometimes l2npc throw this: http://i47.tinypic.com/10nasgh.jpg[/img] if u want the IA code i will post it below. (one of all grandmasters IA)
  3. Where is that?
  4. guys there is any chance to make a "VIP status" for players? any idea how?
  5. I check my ODBC and they are ok. Can it be the database ip config ? (@conn_str) cause i have an ip who finish with 104 and worldid is 1 and that config shows conn_str '127.0.0.' +@worldId it's the only thing could be doing this, i think.
  6. here u are: I checked dbo.server and it's ok so idk why is doing this error. I think odbc can't reach database.
  7. Hi guys, i have a problem in AuthD (c4 server) that says [ODBC SQL... ] Invalid object name 'server' and is there a Invalid object name 'worldstatus' I have check the server table in lin2db and there is ok... idk why this happends im using SQL Server 2008 developer edition. Ty in advice.
  8. i know i will test your pack, and it's full security?
  9. But all the packets i probe (like l2jfrozen) are bad... the olys doesn't work properly and something more like enchant skills... If you have 1 that work properly and have bad issues with something that players can't see (like trades, or another topics) send me a pm. Sorry if i insult your serverfiles I did not mean what I meant
  10. But all the projects of IL SUCKS! the only serverfiles good (But old) are L2jSERVER... How can i fix it? i must rewrite all the code?
  11. i have some syntaxes errors on L2ClanhallTeleporterInstance.java. I use L2jServer interlude LAST REV. when i try to compile i got this... [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:36: cannot find symbol [javac] symbol : variable InstanceType [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2ClanHallTeleporterInstance [javac] setInstanceType(InstanceType.L2ClanHallDoormenInstance); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:42: cannot find symbol [javac] symbol : variable STATIC_PACKET [javac] location: class net.sf.l2j.gameserver.serverpackets.ActionFailed [javac] player.sendPacket(ActionFailed.STATIC_PACKET); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:51: cannot find symbol [javac] symbol : method getHtmlPrefix() [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance [javac] html.setFile(player.getHtmlPrefix(), "data/html/clanHallDoormen/doormen-tele.htm"); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:58: cannot find symbol [javac] symbol : method getHtmlPrefix() [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance [javac] html.setFile(player.getHtmlPrefix(), "data/html/clanHallDoormen/doormen-no.htm"); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:64: cannot find symbol [javac] symbol : method getHtmlPrefix() [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance [javac] html.setFile(player.getHtmlPrefix(), "data/html/clanHallDoormen/emptyowner.htm"); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:79: cannot find symbol [javac] symbol : method getSpawnLoc() [javac] location: class net.sf.l2j.gameserver.model.zone.type.L2ClanHallZone [javac] Location _loc = getClanHall().getZone().getSpawnLoc(); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:76: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:92: cannot find symbol [javac] symbol : method getChaoticSpawnLoc() [javac] location: class net.sf.l2j.gameserver.model.zone.type.L2ClanHallZone [javac] Location _loc = getClanHall().getZone().getChaoticSpawnLoc(); [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:89: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:107: getClanHall() in net.sf.l2j.gameserver.model.actor.instance.L2ClanHallTeleporterInstance cannot override getClanHall() in net.sf.l2j.gameserver.model.actor.instance.L2DoormenInstance; overridden method is final [javac] private final ClanHall getClanHall() [javac] ^ [javac] C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\model\actor\instance\L2ClanHallTeleporterInstance.java:123: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] Note: C:\Users\Roberto 3\Documents\workspace\L2jServer GS\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 11 errors And here you have the file... package net.sf.l2j.gameserver.model.actor.instance; import net.sf.l2j.gameserver.datatables.ClanTable; import net.sf.l2j.gameserver.datatables.MapRegionTable; import net.sf.l2j.gameserver.instancemanager.ClanHallManager; import net.sf.l2j.gameserver.model.L2Clan; import net.sf.l2j.gameserver.model.Location; import net.sf.l2j.gameserver.model.entity.ClanHall; import net.sf.l2j.gameserver.serverpackets.ActionFailed; import net.sf.l2j.gameserver.serverpackets.NpcHtmlMessage; import net.sf.l2j.gameserver.templates.L2NpcTemplate; public class L2ClanHallTeleporterInstance extends L2DoormenInstance { private boolean _init = false; private ClanHall _clanHall = null; public L2ClanHallTeleporterInstance(int objectID, L2NpcTemplate template) { super(objectID, template); setInstanceType([color=red]InstanceType[/color].L2ClanHallDoormenInstance); } @Override public void showChatWindow(L2PcInstance player) { player.sendPacket([color=red]ActionFailed.STATIC_PACKET[/color]); NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); if (getClanHall() != null) { L2Clan owner = ClanTable.getInstance().getClan(getClanHall().getOwnerId()); if (isOwnerClan(player)) { html.setFile(player.[color=red]getHtmlPrefix[/color](), "data/html/clanHallDoormen/doormen-tele.htm"); html.replace("%clanname%", owner.getName()); } else { if (owner != null && owner.getLeader() != null) { html.setFile(player.[color=red]getHtmlPrefix[/color](), "data/html/clanHallDoormen/doormen-no.htm"); html.replace("%leadername%", owner.getLeaderName()); html.replace("%clanname%", owner.getName()); } else { html.setFile(player.[color=red]getHtmlPrefix[/color](), "data/html/clanHallDoormen/emptyowner.htm"); html.replace("%hallname%", getClanHall().getName()); } } } else return; html.replace("%objectId%", String.valueOf(getObjectId())); player.sendPacket(html); } @Override protected final void [color=red]openDoors(L2PcInstance player, String command)[/color] { Location _loc = getClanHall().getZone().[color=red]getSpawnLoc[/color](); if (_loc != null) { player.teleToLocation(_loc, false); if (player.getPet() != null) player.getPet().teleToLocation(_loc, false); } } @Override protected final void [color=red]closeDoors(L2PcInstance player, String command)[/color] { Location _loc = getClanHall().getZone().[color=red]getChaoticSpawnLoc[/color](); if (_loc != null) { player.teleToLocation(_loc, false); if (player.getPet() != null) player.getPet().teleToLocation(_loc, false); } else { player.teleToLocation(MapRegionTable.TeleportWhereType.Town); if (player.getPet() != null) player.getPet().teleToLocation(MapRegionTable.TeleportWhereType.Town); } } private final ClanHall [color=red]getClanHall[/color]() { if (!_init) { synchronized (this) { if (!_init) { _clanHall = ClanHallManager.getInstance().getNearbyClanHall(getX(), getY(), 500); _init = true; } } } return _clanHall; } @Override protected final boolean [color=red]isOwnerClan(L2PcInstance player)[/color] { if (player.getClan() != null && getClanHall() != null) { if (player.getClanId() == getClanHall().getOwnerId()) return true; } return false; } } i don't know how to fix it... Please help :(
  12. How can i do the monsters aggressive, because i pass next to them and anyone follow me they stand there and do nothing! My datapack is frozen (Last, i think that it's 798) Thanks a lot.
  13. Hi i have a problem in my l2j server interlude (Datapack Frozen) I have to do the olympiads for players with 3rd class only and i don't know where its in the .java files. Can someone help me do this? Because in my server the people play olys without 3rd class.
×
×
  • 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