Jump to content
  • 0

novice suit


Question

Posted

hi there anyone have this sprites that change your image to novice when you equip an items? its to old i can't find any downloads. thanks in advance =)

9 answers to this question

Recommended Posts

Posted (edited)
What kind of error are you getting. can you post a snapshot

 

error1_zpsbd28fe48.png

error2_zpsdb660fb9.png

 

here are my errors.. i think this errors is because of my lua files

here is my lua files code

 

accessoryid.lua

ACCESSORY_B_NOVICE_SUIT = 2051,
ACCESSORY_B_KNIGHT_SUIT = 2052,
ACCESSORY_B_MINISTREL_SUIT = 2053

 

accname.lua

[ACCESSORY_IDs.ACCESSORY_B_NOVICE_SUIT] = "_B_Novice_Suit",
[ACCESSORY_IDs.ACCESSORY_B_KNIGHT_SUIT] = "_B_Knight_Suit",
[ACCESSORY_IDs.ACCESSORY_B_MINISTREL_SUIT] = "_B_Ministrel_Suit"

 

item_db2.txt same with item_db.txt

19037,B_Novice_Suit,Costume Novice Suit,5,10,,100,,10,,0,0xFFFFFFFF,7,2,4096,,0,1,2051,{},{ changebase 4023; },{ changebase Class; }
19038,B_Knight_Suit,Costume Baby Knight Suit,5,10,,100,,0,,0,2147483647,7,2,4096,,0,0,2052,{},{ changebase 4030; },{ changebase Class; }
19039,B_Ministrel_Suit,Costume Baby Ministrel Suit,5,10,,100,,0,,0,2147483647,7,2,4096,,0,0,2053,{},{ changebase 4075; },{ changebase Class; }

 

 

 

hope you will figure out my problem.. thanks..

Edited by beanbean02
Posted

normally when people make job suits they make use of the armor or garments. If you plan to use the suit as a headgear (which would be odd)

then you will need a sprite that shows up when wearing the suit like all other headgears or remove the entry from accname and accessoryid tables.

 

But honestly its better to just switch the equip position to something other than headgear. (the sprite change is done by the item script - it is not dependent on how client handles the equipment).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...