Jump to content

baiumbg

Members
  • Posts

    173
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by baiumbg

  1. For which game version is this? (interlude, CT2.3, CT2.4)
  2. I compiled the newest CT2.3 l2j pack I compiled both the DP and the GS
  3. OK, but I'm missing a file. I don't see /java/net/sf/l2j/gameserver/clienpackets/EnterWorld.java In fact that folder is empty.
  4. I need some help with applying the patch. I got the latest DP and server, but I have absolutely no idea how to apply that patch. I read 2 guides and none of them helped me. Could someone explain to me EXACTLY what I need to do? By exactly I mean for THIS mod.
  5. Thanks for the link. I'll do my best to learn how to compile at least :)
  6. I saw this in L2Dubai. When you get to a fixed number of PVPs your name color changes. Just have in mind that I have absolutely NO knowledge in java
  7. Jesus. I'm using the correct one! That's not my problem! My problem is the name. Even after I had changed it in the database it remains Innadril Guard.
  8. Replace what? from net.sf.l2j.util import Rnd with: from com.l2jserver.tools.random import Rnd ?
  9. This is in my script: from net.sf.l2j.util import Rnd
  10. mobId | itemId | min | max | category | chance 5555 | 57 | 200000000 | 200000000 | 0 | 1000000 Drops 100kk but not 100% What should I change? Category is 0 Chance is 1 mil
  11. It's probably no in %, because every mob, which drops adena, has a chance >= 700000. I'll try 999999999999999 when I get to my server (tomorrow).
  12. NO. My problem is that the drop isn't 100%. I have auto-loot turned on. I had a different idea, but nevermind. How can I fix the drop chance?
  13. No. I want the adena to be obtain not by drop - but to be earned. I don't want the mob to drop the adena, I want it to appear in your inventory - that way it will be 100%
  14. I made a mob for adena farm. But I have 1 problem - I need the drop chance to be 100%. I added an entry in `droplist` with chance=1000000, but it still isn't 100%. My idea is to EARN the adena - like quest items in quests. How can I do that? P.S. I use L2j (Gracia Final)
  15. Now it worked :) (I think) But the NPC name is Innadril Guard. I changed it in the database. I restarted the server, but the name is the same...I use this one - http://www.maxcheaters.com/forum/index.php?topic=136602.0
  16. Yep. It's an error: C:\l2j\gameserver\data\scripts\custom\50300_PKlist\__init__.py Traceback (innermost last): File "__init__.py", line 65, in onEvent TypeError: getConnection(): expected 0 args; got 1 at org.python.core.Py.TypeError(Unknown Source) at org.python.core.PyReflectedFunction.throwError(Unknown Source) at org.python.core.PyReflectedFunction.throwArgCountError(Unknown Source ) at org.python.core.PyReflectedFunction.throwError(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1277967772062.onEvent$4(__init__.p y:65) at org.python.pycode.serializable._pyx1277967772062.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$406.onEvent(Unknown Source) at net.sf.l2j.gameserver.model.quest.Quest.onAdvEvent(Quest.java:675) at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:406) at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.processQuestE vent(L2PcInstance.java:1650) at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.run Impl(RequestBypassToServer.java:196) at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2 GameClientPacket.java:76) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) This is the line: con = L2DatabaseFactory.getInstance().getConnection(None)
  17. For example, in the english one, when I try to list PVPs/PKs it displays source code.
  18. I searched. I found 2. Tried both. Both had bugs. Are there any BUGLESS npcs of that type for Gracia CT2.3 ?
  19. What are the imports for l2j? I see this script is using l2jfree
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..