Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. You have empty configs @ MultiFunctionZone, check them. And a npe @ NpcTable..
  2. merchant_buylist.sql :P
  3. It's not windows 8 issue, since I didn't had any problem running L2. What's the problem ? Maybe try to right click on the l2.exe and set "compatibility" with Windows XP.
  4. You really believe he use his own svn? :troll:
  5. Client related services. Not 'Developer', for sure :P Since, things that you offer can be easily made by anyone, since there are guides for that.. :P Anyway, good luck. Still there are lazy ppl who don't want to waste 5min of their life to learn few basic things.
  6. The diff patch contains datapack and gameserver, so separate it to 2 files - one for GS and another one for DP and then apply them to gs and dp. Watching your video you have selected both projects (dp and gs) that's why, so as I said, separate gs & dp and then apply it :P Plus like iAndre said, open those diffs and change the Index to fit with your.
  7. You should be more polite if you want to get asnwer. We are not some kind of robots to answer to your questions like instant.. Also, we're providing tips/hints so you can LEARN, if you rly want.. If you just came here and want to get READY file(s) like most of this 'meh' community, then.. Well.. @Devlin Shame on you, if you does something, make it properly or do not do it at all :P @Andrey If you would be a lil bit smart, you would open ANY file and use SEARCH for L2DatabaseFactory and see how that Connection con should looks like, is that so hard to TRY to manage it on your own - no offense, it's just the way you should follow.. Searching for ready codes / examples to fix your error.. Connection con = L2DatabaseFactory.getConnection() should be Connection con = L2DatabaseFactory.getInstance().getConnection()
  8. To know the best possible fix, we must know what have you edited before. But to block hitting npc the check should be made @ L2Playable.
  9. Use old links and change forum to archive.
  10. You both suck :troll: L2Playable is the correct place. About issue, probably missing action failed packet :D
  11. Eclipse.. Find the instance.
  12. 1. Never experienced that.. 2. Do not hit npc :troll:
  13. Set npc type as L2EventManager and dont forget about htm. Since as I see the htm is not hardcoded.
  14. You're wrong, actually he has. Check scripts\ai\individual folder.
  15. Umm, just moded CharInfo.java to show like "Player" name when in event :P
  16. Bullshit, there is no reason to stop using it.. Usualy such error appear if you miss a row @ new added line or empty line at the end..
  17. You mss events.xml at your config folder.
  18. If it's 32 bit OS, then 1G you can set max. Increase it and see what happen.
  19. He would end up with the same error (OOM).
  20. True.. It's way faster to google what I want than check such boards, get real.
  21. Right elick on .bat file and edit it, change (decrease) the Xmx value. java -Xmx512m -cp ./libs/*; net.sf.l2j.gameserver.GameServer
  22. It's all about htm and multisell folder. Shop uses merchant folder, so search the ID that = the npc id, edit it using right click and open with notepad or so.. It's simple logic, you will figure it out. Inside the shop htm you will see like multisell_1000 , so find 1000.xml inside multisell folder and edit it. OP question.. We all know what you want to say, but still it's funny.. :happyforever:
  23. You bastard ! :rage: For example ### Eclipse Workspace Patch 1.0 #P aCis_datapack Index: data/xml/zones/MultiFunctionZone.xml =================================================================== --- data/xml/zones/MultiFunctionZone.xml (wersja 0) +++ data/xml/zones/MultiFunctionZone.xml (wersja 0) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<list> + <zone type="MultiFunctionZone" shape="Cylinder" minZ="-3800" maxZ="-3400" rad="1000"> + <node X="10468" Y="-24569" /> + </zone> +</list> It's gonna create a zone @ PI, right after you leave bridge, small circle. You can use visualize zone to see it ;)
  24. First of all, does the bluff turn back the character?
  25. Ctrl + shift + o to fix imports..
×
×
  • Create New...