Jump to content

AnnaMaria32

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by AnnaMaria32

  1. it could be caused by using a bad file editor but most likely it is human error. it doesnt matter what line you copy it from, it's the same format. just make sure it's not the chest piece of a armor set to avoid the 'set bonus' info

     

    it's hard to tell just from pastebin but you should give the following info such as

    1: chronicle

    2: file edit you are using

    3: did you touch any of the spacing

     

    C6 Interlude, Im using this file edit http://postimg.org/image/e1v2xpx7p/which if i go to version it says 2a. and what do you mean if i touched any spacing? i didnt, i took those lines from the interweebz and just tried copy pasting them. heres the file edit error http://postimg.org/image/gxra9qo1z/ (<- copy paste this) which roughly translates to "Could not create file dec-itemname-e.dat"

  2. Everytime im about to add custom items i always hope that file edit wont show any errors on Itemname and Weapon&Armorgrp

     

    Why does this happen? i even tried to take an existing line, change one number from its id for exampe if it is 2042 i make it 2043 add a different name and boom error. Always with itemname! What the hell!

    If you wanna see the itemname-e.dat im trying to add, heres a pastebin link http://pastebin.com/euhkzMuN

    maybe you could spot an error or two.

     

    Thank you!

     

    (Also, i dont know if this works but, if you were to give me a weapon line and i was to change the id and the name, would it be the same?)

  3. Mana potions are using a real, event based item named Pollen. It uses the client name by default, so... You have to edit the .dat.

     

    Oh, awesome i didnt know that, thanks :3

     

    Also im using hellas, not archid (no idea if the two have a connection.) i guess ill look at the xml's too and see if i can figure it out, if anybody knows more about this then please let me know :)

  4. Hello! so as title says, the first one is about my mana potions, everytime i use them it also says "you used pollen" (see picture)

    Is this a problem that has to do with my pack (l2jhellas) or could it be the custom systemmsg that im using?

     

    Next, i was about to add some armors until i got to the step of adding the sets together in custom_armorset, turns out i dont have that sql in my database! again, could this be my pack's problem or is there an alternative way.

     

    thanks :poker face:

     

    post-161366-0-51857100-1429968132_thumb.png

  5. I was surprised when i got the same error as you and remembered about this topic. after a while, reading the error carefully i realised that ->WARN  NPC 31034 class not found

    was not the only error in there. in fact the error started at the beggining. What it was, was that the folder that is created inside your gameserver folder from your workspaceDatapack was missing files inside of it.

     

    Call me crazy but what you have to do is.

     

    Open the new folder that's created inside your Gameserver, delete the folder data.

    go back to your gameserver directory and copy the data folder from there and paste it to where you deleted the previous data in my case .../workspaceL2jFrozen_DataPack

     

    I hope i made sense and helped you, Also i don't know if this is a permanent solution, maybe its the wrong way of doing things but so far it works

     

    i see. im glad that worked for you, i gave up on that project and started working on an other one though,

    maybe someone else can help his self by reading this, thanks to anyone who replied.

    you may lock this.

  6. ignore it? no.

    solve it? probably.

    -> go here https://www.sliksvn.com/pub/and scroll down to where the 1.6.x are choose the one for you x64 x32 and that should i fix it... i think... .-.

    it might even solve your original problem, who knows.

     

    it did solve the problem in the picture yes, the build was 100% clean from the start with new eclipse and everything, encountered zero errors until i link the gameserver/config/datapack directory with (C:\workspace\L2jFrozen_DataPack) then when i run the gameserver.bat i get that error again (the one on the first post) i dont know what im doing wronggg ://

  7. What Tk said is was different thing than you said..

     

    "You had running server and you replaced the .jar (l2jfrozen / l2jserver.jar). That's why you got this error."

     

    ---

     

    Those are eclipse warnings (potential errors), which should be fixed. It's not a must, but well.. :)

     

    If you are under java 7, then use 1.6 subclipse. Java 8, easily 1.10

     

    ill try everything again from the start and keep it as clean as possible and ill let you know, thanks 

  8. You can choose between Ghost Hunter, Adventurer, and Wind Rider, it a matter of preference really.

     

    GH has the highest STR, the lowest CON and a not so good, not so bad Dex.

     

    ADV on the other side has a high STR too (a little less from GH), the highest CON and he too has a not so good. not so bad Dex.

     

    WR has the lowest STR of all but he has the highest DEX and a not so good, not so bad CON

     

    if you want a more detailed guide and some tips for daggers and how you should play them check this -> http://www.maxcheaters.com/topic/168189-dagger-class/

  9. Maybe u should upd8 your subversion and re-build ur pack. Btw did u make any recent change on your source?

    no.in fact i just compiled it with no build errors but when i point the gameserver.properties / # Datapack folder to here -> C:\workspace\L2jFrozen_DataPack then i get that error. if i just leave it empty with just a fullstop the gameservers runs without errors :/

  10. Hello maxcheaters...cool forum :3 i'd really appreciate if someone could help me solve this :3

     

     

    WARN  NPC 31034 class not found
    java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at com.l2jfrozen.gameserver.model.spawn.L2Spawn.doSpawn(L2Spawn.java:514)
            at com.l2jfrozen.gameserver.model.spawn.L2Spawn.init(L2Spawn.java:442)
            at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(SpawnTable.java:141)
            at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<init>(SpawnTable.java:68)
            at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<clinit>(SpawnTable.java:51)
            at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:345)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.l2jfrozen.gameserver.skills.BaseStats
            at com.l2jfrozen.gameserver.skills.Formulas$FuncMaxHpMul.calc(Formulas.java:714)
            at com.l2jfrozen.gameserver.skills.Calculator.calc(Calculator.java:188)
            at com.l2jfrozen.gameserver.model.actor.stat.CharStat.calcStat(CharStat.java:105)
            at com.l2jfrozen.gameserver.model.actor.stat.NpcStat.getMaxHp(NpcStat.java:60)
            at com.l2jfrozen.gameserver.model.L2Character.getMaxHp(L2Character.java:9852)
            at com.l2jfrozen.gameserver.model.L2Character.initCharStatusUpdateValues(L2Character.java:488)
            at com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance.<init>(L2NpcInstance.java:355)
            at com.l2jfrozen.gameserver.model.L2Attackable.<init>(L2Attackable.java:357)
            at com.l2jfrozen.gameserver.model.actor.instance.L2GuardInstance.<init>(L2GuardInstance.java:98)
            ... 9 more

     

     

     

    Thank you everyone! :happyforever:
     

×
×
  • Create New...