cadz Posted September 22, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted September 23, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 23, 2012 {},{ changebase 0; },{ changebase Class; } http://rathena.org/wiki/Custom_Items 1 1 Quote Link to comment Share on other sites More sharing options...
kyeme Posted September 22, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 03/08/12 Last Seen: 6 hours ago Share Posted September 22, 2012 Try this http://rathena.org/board/topic/56709-a-suit-that-can-change-a-character-sprite/ Quote Link to comment Share on other sites More sharing options...
cadz Posted September 22, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted September 22, 2012 do i need to put in itemres etc etc? Quote Link to comment Share on other sites More sharing options...
kyeme Posted September 23, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 03/08/12 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
retroflav Posted January 2, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 87 Reputation: 4 Joined: 08/09/12 Last Seen: November 7, 2018 Share Posted January 2, 2013 I'm having sprite errors with novice suit, why? Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted April 25, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Share 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 Link to comment Share on other sites More sharing options...
Neo-Mind Posted April 25, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
Stupeflix Posted April 26, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Share 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 Link to comment Share on other sites More sharing options...
Neo-Mind Posted April 29, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
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 =)
Link to comment
Share on other sites
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.