claww Posted May 17, 2012 Posted May 17, 2012 Anyone can help me with stucksubclass npc error when i add subclass with normal character i dont get sub in game and i get this error on gs console
0 claww Posted May 17, 2012 Author Posted May 17, 2012 all imported files import sys from java.lang import System from java.util import Iterator from com.l2jfrozen.util.database import L2DatabaseFactory from com.l2jfrozen.gameserver.model.quest import State from com.l2jfrozen.gameserver.model.quest import QuestState from com.l2jfrozen.gameserver.model.quest.jython import QuestJython as JQuest from com.l2jfrozen.gameserver.network.serverpackets import CharInfo from com.l2jfrozen.gameserver.network.serverpackets import UserInfo from com.l2jfrozen.gameserver.network.serverpackets import SetupGauge from com.l2jfrozen.gameserver.model.base import ClassId from com.l2jfrozen.gameserver.datatables.xml import ExperienceData from com.l2jfrozen.gameserver.model.actor.instance import L2PcInstance from com.l2jfrozen.gameserver.datatables import SkillTable from com.l2jfrozen.gameserver.datatables.sql import SkillTreeTable from com.l2jfrozen.gameserver.model import L2Skill if i try import from com.l2jfrozen.gameserver.model.base import Experience i get error... ImportError: cannot import name Experience npc work if i set it to dont delevel... but i wanna make it to delevel after adding subclass
0 Tryskell Posted May 17, 2012 Posted May 17, 2012 Dude, L2JFrozen changed Experience system (you can to thank / curse Zoey for this). As you can see Experience.java doesn't exist anymore, it's ExperienceData. You have to find the method to calculate needed XP according to level, it's probably existing under another format.
0 claww Posted May 17, 2012 Author Posted May 17, 2012 Dude, L2JFrozen changed Experience system (you can to thank / curse Zoey for this). As you can see Experience.java doesn't exist anymore, it's ExperienceData. You have to find the method to calculate needed XP according to level, it's probably existing under another format. do you have any ideea how to do it ?
0 Tryskell Posted May 17, 2012 Posted May 17, 2012 You open the file I said, and you read / try to udnerstand method names. On latest L2J, there is the following : ExperienceTable.getInstance().getExpForLevel(
0 claww Posted May 17, 2012 Author Posted May 17, 2012 You open the file I said, and you read / try to udnerstand method names. On latest L2J, there is the following : ExperienceTable.getInstance().getExpForLevel( yeah.. i tryed but failed... damn...
0 Tryskell Posted May 17, 2012 Posted May 17, 2012 Try harder, you got the answer :P. The next step is to do it for you, and I won't.
0 claww Posted May 17, 2012 Author Posted May 17, 2012 Try harder, you got the answer :P. The next step is to do it for you, and I won't. come one do it:D please... i think i will gonna broke the pc
0 claww Posted May 17, 2012 Author Posted May 17, 2012 Try harder, you got the answer :P. The next step is to do it for you, and I won't. YEA, I DIDT MAN !!! :D
0 Tryskell Posted May 17, 2012 Posted May 17, 2012 See, you're happier doing it alone than if I made it for you. PM me if you still got issues to unlock the thread.
Question
claww
Anyone can help me with stucksubclass npc error
when i add subclass with normal character i dont get sub in game and i get this error on gs console
10 answers to this question
Recommended Posts