Jump to content

0x33

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. thank you,! you were right item id only up to 32k for costumes(head).. any way to patch this? for costumes too like for headgears?
  2. hi, thanks for your response but thats what i meant. if i change eqp_head_top to eqp_costume_head_top i cant use the item in inventory. no response if i double click it. is there something else i need to do?
  3. Hi, i added a custom headgear.. everything working.. how am i able to set it as costume instead of normal headgear? item_db.conf { Id: 5000001 AegisName: "Dark_Valkyrie_Helm" Name: "Dark Valkyrie Helm" Type: "IT_ARMOR" Buy: 20 Weight: 100 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 3001 Script: <" bonus bAspd,10; bonus bVariableCastrate,10; bonus bFixedCast,-5000; "> }, (initial thought was to set Loc to "EQP_COSTUME_HEAD_TOP". But when i do that, i cant wear it at all. Double Click on it = no function) iteminfo.lua [5000001] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "Ä.", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Dark Valkyrie Helm", identifiedResourceName = "Dark_Valkyrie_Helm", identifiedDescriptionName = { "Dark Valkyrie Helm", "________________________", "Increase Aspd", "________________________", "^0000CCType:^000000 Headgear", "^0000CCDefense:^000000 0", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 100", "^0000CCRefineable:^000000 No", "________________________", "^0000CCRequirement:^000000 None" }, slotCount = 0, ClassNum = 3001, costume = true }, Thank You 🙂
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.