cadz Posted September 22, 2012 Posted September 22, 2012 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 =) Quote
Euphy Posted September 23, 2012 Posted September 23, 2012 {},{ changebase 0; },{ changebase Class; } http://rathena.org/wiki/Custom_Items 1 1 Quote
kyeme Posted September 22, 2012 Posted September 22, 2012 Try this http://rathena.org/board/topic/56709-a-suit-that-can-change-a-character-sprite/ Quote
cadz Posted September 22, 2012 Author Posted September 22, 2012 do i need to put in itemres etc etc? Quote
kyeme Posted September 23, 2012 Posted September 23, 2012 do i need to put in itemres etc etc? Like idnum2itemdesctable.txt? Hmmm yes.. Or you can use the item_avail.txt here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/item_avail.txt 1 Quote
retroflav Posted January 2, 2013 Posted January 2, 2013 I'm having sprite errors with novice suit, why? Quote
Stupeflix Posted April 25, 2013 Posted April 25, 2013 same problem.. i have also an error.. the sprite item of my novice is not found.. if you guys have novice suits sprites files.. please do share.. thanks. Quote
Neo-Mind Posted April 25, 2013 Posted April 25, 2013 novice suit does not require a seperate Sprite since you already have novice job sprites in your data.grf . All you need to do is make the item script like what Euphy has shown. {},{ changebase 0; },{ changebase Class; } http://rathena.org/wiki/Custom_Items What kind of error are you getting. can you post a snapshot Quote
Stupeflix Posted April 26, 2013 Posted April 26, 2013 (edited) What kind of error are you getting. can you post a snapshot 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 April 26, 2013 by beanbean02 Quote
Neo-Mind Posted April 29, 2013 Posted April 29, 2013 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). Quote
Question
cadz
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.