Jump to content

luthy1337

Members
  • Posts

    74
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by luthy1337

  1. So where all should the private boolean_isEaltedskill go? Just in every place it eclipse is telling me its missing? like C:\Users\Allison\Desktop\lineage 2 Underground\trunk\java\com\l2jmobius\gameserver\model\skills\Skill.java:910: etc., etc. ,etc.
  2. I cant seem to open this file. I have tried every coding lang the file editor offers nothing has worked. I have had it opened before but I edited some item names and can't revert to my previous versions. If anyone can open it let me know please. https://drive.google.com/file/d/0B8BgxGp8fXQOLWZOU2U4d0RpUGc/view?usp=sharing
  3. I am having issues getting exalted status to work. I have changed l2playable.java, l2pcinstance.java, effectsflag.java, L2effecttype.java and skills.java. I go to compile and I get this error. Not really sure how to fix it. Please let me know what I can do to fix these errors. [javac] C:\Users\Allison\Desktop\lineage 2 Underground\trunk\java\com\l2jmobius\gameserver\model\skills\Skill.java:910: error: cannot find symbol [javac] return _isExaltedSkill; [javac] ^ [javac] symbol: variable _isExaltedSkill [javac] location: class Skill [javac] 9 errors If i have to make a new symbol for isexaltedskill can someone help me get started on how to make a new symbol?
  4. I don't know much if any java. I am trying to use the old Path Of A Noblesse Possessor Of A Precious Soul 1-4 to get started on the quests. I am just not sure if I need to do anything other then the java and html's. If there is any packages I need to make can anyone help me make them? Will post the quests when finished. So far I have all the steps laid out the quest names/id's. I have also Updated l2playable & l2pcinstance. Edit1: Also not sure what to do with this part: npc.setTarget(player); npc.doCast(MIMIRS_ELIXIR.getSkill()); Edit2: Does it matter what the html's are numbered as? like can I do 1,2,3,etc? As long as it's changed in the java.
  5. Client is IO. I have the most recent fileditor form l2miko. I am just curious about the item id's. If the file is protected isn't there a way to remove the protection?
  6. Encrypt? When I use it to open all the other files in my system folder it works just fine.
  7. I can't seem to open it with any of my file editor's. Can anyone try to open it? http://www.megafileupload.com/a5v1/ItemName-e.dat Please let me know if you can open it. If so can you please send it to me.
  8. Is it possible for you to post more detailed changes here? Your svn doesnt list all the changes. Or could we have a working features list? Slightly off topic OMG you guys added levels past 99 :D
  9. Well at least i have l2 tower to auto pick up my loot. If anyone finds one PLEASE let me know.
  10. I know there was a lottery hack for adena that was fixed. Is there any new ways to get extra adena? I know that if people find them they usually don't share. Is there any ncoin code generator? I mean ANYTHING worth while.
  11. I didn't mean they would want to sell it. Just that they didn't want to share their discovery.
  12. Soo funny i forgot to laugh... *rolls eyes* So i'm guessing there either isn't one or no one wants to share.
  13. If you could tell me what file or the exact place it belongs in said file I would be most grateful. I don't know much java so its hard for me to know where that line goes in x file.
  14. IS there any working hack for Ncwest servers? I would like to have one for adena or ncoins. Also one without the bullshit servys would be great.
  15. Does anyone know why I am still getting these errors?
  16. I edited all the character templets, even added in basic HP/MP/CP values for the new levels.
  17. I have been trying to add in the levels beyond 99 so far it hasn't worked. I have edited the experience,xsd, the experience.xml, the experienceloss.xsd, the experienceloss.xml, i've checked the the java, changed the sql. The server loads showing 107 levels. But when you login and kill something you gain no experience, your stuck at 99 with 100%. This is the error I get. Any ideas on how to fix this? Oct 10, 2015 12:57:28 PM com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer runImpl WARNING: Exception processing bypass from player Tidhas: admin_set_level 99 java.lang.NullPointerException at com.l2jserver.gameserver.data.xml.impl.ExperienceData.getExpForLevel(ExperienceData.java:85) at com.l2jserver.gameserver.model.actor.stat.PcStat.getExpForLevel(PcStat.java:348) at com.l2jserver.gameserver.model.actor.stat.PlayableStat.addExp(PlayableStat.java:55) at com.l2jserver.gameserver.model.actor.stat.PcStat.addExp(PcStat.java:87) at com.l2jserver.gameserver.model.actor.stat.PcStat.addExpAndSp(PcStat.java:167) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.addExpAndSp(L2PcInstance.java:11258) at handlers.admincommandhandlers.AdminLevel.useAdminCommand(AdminLevel.java:89) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:172) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:69) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1140) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Oct 10, 2015 12:59:38 PM com.l2jserver.gameserver.model.actor.L2Attackable calculateRewards SEVERE: java.lang.NullPointerException at com.l2jserver.gameserver.data.xml.impl.ExperienceData.getExpForLevel(ExperienceData.java:85) at com.l2jserver.gameserver.model.actor.stat.PcStat.getExpForLevel(PcStat.java:348) at com.l2jserver.gameserver.model.actor.stat.PlayableStat.addExp(PlayableStat.java:55) at com.l2jserver.gameserver.model.actor.stat.PcStat.addExp(PcStat.java:87) at com.l2jserver.gameserver.model.actor.stat.PcStat.addExpAndSp(PcStat.java:167) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.addExpAndSp(L2PcInstance.java:11263) at com.l2jserver.gameserver.model.actor.L2Attackable.calculateRewards(L2Attackable.java:527) at com.l2jserver.gameserver.model.actor.L2Character.doDie(L2Character.java:2540) at com.l2jserver.gameserver.model.actor.L2Npc.doDie(L2Npc.java:1214) at com.l2jserver.gameserver.model.actor.L2Attackable.doDie(L2Attackable.java:344) at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2MonsterInstance.java:138) at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:182) at com.l2jserver.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus.java:59) at com.l2jserver.gameserver.model.actor.status.AttackableStatus.reduceHp(AttackableStatus.java:61) at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:6509) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:318) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:251) at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5041) at com.l2jserver.gameserver.model.actor.tasks.character.HitTask.run(HitTask.java:60) at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:89) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  18. So I am using rev 580. I have a modified IO client and can't make it to the character creation all i get is a blank screen, I can't figure out whats wrong. I have no errors in my consoule. Sorry if the screen shot is small. Shot00010.bmp
  19. Well I can open the client and I get t the server selection I pick my server with no name. Then when i go to make a character i get nothing it just turns into a blank screen. I have no errors in my console. I am using mobius rev. 580.
  20. Yeah I still have it. I am using a different source to try and fix it. Seems to be almost the same exact files just testing to be sure.
  21. Its still giving me the client packet error: Failed running: [C] 11 EnterWorld - L2J Server Version: 1267 - DP Revision: 1966 ; null java.lang.NullPointerException at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:254) at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:601) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:70) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1134) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) I don't know enough java to edit the l2clientpackets.
  22. So far it dose not work with later version's.
  23. Sorry for double post. @darkwolf999 Can you please repost your system folder and make sure your l2.ini is ServerAddr=127.0.0.0 the one you sent me is ServerAddr=L2authd.Lineage2.com. I might just have a outdated fileedit.
×
×
  • Create New...