Newer item not equippable.

Results 1 to 5 of 5
  1. #1
    Novice talenmentius is offline
    MemberRank
    Dec 2016 Join Date
    4Posts

    Newer item not equippable.

    So I imported a Death's Scythe from the lastest maple into my v62 server. However item spawns fine icon is appearing, text is appearing but whenever I try to equip the item it says "This item is not available with the weapon you're currently using."
    Added the item to both Wz files (Character + String) in the client + server.


    I've tried every type of weapon but It won't equip. Am I missing something?




  2. #2
    finn balor religion is offline
    MemberRank
    Oct 2013 Join Date
    517Posts

    Re: Newer item not equippable.

    Yes you are missing something. The Death Scythe and all newer items have weapon nodes inside the weapon that is not coded into v62. For you to make any new item work you need to remove the nodes that do not belong inside v62. I am not exactly to sure which weapon nodes are inside v62 since I do not mess with v62 however when you open up the weapon you will see a bunch of numbers.

    22
    23
    24
    30
    31
    32

    and so on. The only thing you can do is remove the nodes that is not inside v62. If you need help with exactly what nodes they are all you need to do is look at the weapons inside your character.wz Look at the ids, they go like 130xxx, 131xxx, all you look at is the second and third number. 30, 31. Once you figure out what weapons are inside your server, remove the ones that are not. Save, export your private server xml, and start enjoying your Death Scythe.

  3. #3
    Novice talenmentius is offline
    MemberRank
    Dec 2016 Join Date
    4Posts

    Re: Newer item not equippable.

    Quote Originally Posted by religion View Post
    Yes you are missing something. The Death Scythe and all newer items have weapon nodes inside the weapon that is not coded into v62. For you to make any new item work you need to remove the nodes that do not belong inside v62. I am not exactly to sure which weapon nodes are inside v62 since I do not mess with v62 however when you open up the weapon you will see a bunch of numbers.

    22
    23
    24
    30
    31
    32

    and so on. The only thing you can do is remove the nodes that is not inside v62. If you need help with exactly what nodes they are all you need to do is look at the weapons inside your character.wz Look at the ids, they go like 130xxx, 131xxx, all you look at is the second and third number. 30, 31. Once you figure out what weapons are inside your server, remove the ones that are not. Save, export your private server xml, and start enjoying your Death Scythe.
    This worked!However a new problem has come from this, now it seems to be missing the idle animation I guess? Whenever I stand still with the weapon in hand it just dissapears.

  4. #4
    finn balor religion is offline
    MemberRank
    Oct 2013 Join Date
    517Posts

    Re: Newer item not equippable.

    Quote Originally Posted by talenmentius View Post
    This worked!However a new problem has come from this, now it seems to be missing the idle animation I guess? Whenever I stand still with the weapon in hand it just dissapears.
    That is just from the source properties.

  5. #5
    Account Upgraded | Title Enabled! Angxl is offline
    MemberRank
    Sep 2016 Join Date
    United StatesLocation
    217Posts

    Re: Newer item not equippable.

    Quote Originally Posted by talenmentius View Post
    Whenever I stand still with the weapon in hand it just dissapears.
    I'm 90% sure it's because you simply exported it from current GMS/KMS so it's likely an inlink/outlink property problem. What you need to do is export all the pngs and re-implement them into the weapon wherever the image is missing. After doing so, you may delete the _inlink (or outlink) property. Alternitavely, you can find old wz files with the Death Scythe (along with other nx weapons) and just take those xml's, along with the fixing mentioned in previous comments (back when inlink and source properties didn't exist)



Advertisement