kanashiroakira Posted January 18, 2017 Share Posted January 18, 2017 Super Stylist (Dress Room Required) View File This' my very first work if any bug contact me and i'll try to fix Submitter kanashiroakira Submitted 01/18/2017 Category Utilities Content Author 4 Quote Link to comment Share on other sites More sharing options...
Secrets Posted January 18, 2017 Share Posted January 18, 2017 This script is usable but it needs some adjustment. You could use scope variables ([email protected]) instead of temporary char variable (@). The class checking part for 3rd classes could be changed to utilize eA job system and add a blacklist of class instead. 2 Quote Link to comment Share on other sites More sharing options...
tathanngudong Posted January 18, 2017 Share Posted January 18, 2017 Oh my . . . Oh my . . . This really cool!!! I will try it!!! Thanks Quote Link to comment Share on other sites More sharing options...
kanashiroakira Posted January 20, 2017 Author Share Posted January 20, 2017 Thanks for the suggestions I'll try it Quote Link to comment Share on other sites More sharing options...
wlauton Posted January 26, 2017 Share Posted January 26, 2017 It's Awesome! Thank You! Just configure the file : jobDressList.lub in data/luafiles514/ lua files/dressroom/ and Voy'La! 2 Quote Link to comment Share on other sites More sharing options...
maxine02 Posted February 14, 2017 Share Posted February 14, 2017 does it have specific client? can this work on 2013 client? Quote Link to comment Share on other sites More sharing options...
klesler Posted March 12, 2017 Share Posted March 12, 2017 I'm trying to run your super stylist NPC in my rAthena server, but when I select "open dress room", it crashes. Can you please tell me how to make it work? What I need to download/set up? Best, Gabriel. Quote Link to comment Share on other sites More sharing options...
awayne910 Posted March 14, 2017 Share Posted March 14, 2017 On 2017/3/12 at 8:36 PM, klesler said: I'm trying to run your super stylist NPC in my rAthena server, but when I select "open dress room", it crashes. Can you please tell me how to make it work? What I need to download/set up? Best, Gabriel. download this http://herc.ws/board/files/file/230-dress-pack/ 1 Quote Link to comment Share on other sites More sharing options...
klesler Posted March 15, 2017 Share Posted March 15, 2017 Thanks, solved Quote Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Share Posted April 20, 2017 FYI BodyStyle change does not work. Quote Link to comment Share on other sites More sharing options...
randell1993 Posted April 20, 2017 Share Posted April 20, 2017 (edited) ^ use the 1st version works better also has blacklist though the script is a bit messy than the latest version Edited April 20, 2017 by randell1993 Quote Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Share Posted April 20, 2017 the second version works fine problem is it will say my class is not available for bodystyle. Quote Link to comment Share on other sites More sharing options...
randell1993 Posted April 20, 2017 Share Posted April 20, 2017 ^ that's what im saying the script that checks the blacklist is bugged but the first doesn't have that problem. Quote Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Share Posted April 20, 2017 the fist one doesnt work on latest rA maybe someone can fix the blacklist. for us Quote Link to comment Share on other sites More sharing options...
randell1993 Posted April 20, 2017 Share Posted April 20, 2017 Ohh it doesn't? Its a quick fix copy the case4: from version 1 and the blacklist function found on the top of 1st script then place it on the same place Quote Link to comment Share on other sites More sharing options...
Lordok Posted June 30, 2017 Share Posted June 30, 2017 The list is empty dressroom lua and lub files are OK. Quote Link to comment Share on other sites More sharing options...
bertpatz Posted July 9, 2017 Share Posted July 9, 2017 On 6/30/2017 at 1:44 PM, Lordok said: The list is empty dressroom lua and lub files are OK. same to me Quote Link to comment Share on other sites More sharing options...
randell1993 Posted August 1, 2017 Share Posted August 1, 2017 the dressroom lua files should be at Data/luafiles514/lua files/dressroom/ Quote Link to comment Share on other sites More sharing options...
Vicious Posted August 8, 2017 Share Posted August 8, 2017 (edited) Hi, how i can use it? i try talk to npc superstylist but not open any window.. . and the scrips of http://herc.ws/board/files/file/230-dress-pack/ is crash! the game is close... Somebody can help me please? Edited August 8, 2017 by Vicious Quote Link to comment Share on other sites More sharing options...
Vicious Posted August 8, 2017 Share Posted August 8, 2017 Is crash too... what am i doing wrong? Quote Link to comment Share on other sites More sharing options...
MyNoobScriptz Posted August 21, 2017 Share Posted August 21, 2017 On 30/6/2560 at 1:44 PM, Lordok said: The list is empty dressroom lua and lub files are OK. now u can fixed ??? i use 2017-05-17aRagexeRE Quote Link to comment Share on other sites More sharing options...
Vicious Posted September 1, 2017 Share Posted September 1, 2017 Hi, I test this version of stylist but do not let me put any outfit... all 3rds jobs say me "this service is not available for... (any 3rd job)" Spoiler How to fix this? Quote Link to comment Share on other sites More sharing options...
Funkybeatz15 Posted January 12, 2018 Share Posted January 12, 2018 change line 114 from: if ([email protected]&EAJ_THIRD && [email protected]) { to if ([email protected]&EAJL_THIRD && [email protected]) { Quote Link to comment Share on other sites More sharing options...
viwnj Posted March 17, 2018 Share Posted March 17, 2018 On 30/06/2017 at 3:44 AM, Lordok said: The list is empty dressroom lua and lub files are OK. Guess I am a bit late but I found a fix for this issue. It worked for me and hopefully it will work for everyone else as well. In luafiles514\dressroom I just altered the files dress_f.lub and jobdresslist.lub to the following:dress_f.lub: function _get_dresslist(sex, job, index) if 0 == sex then if nil == _DressList_f[job] then return nil, nil end if nil == _DressList_f[job][index] then return nil, nil end return _DressList_f[job][index][1], _DressList_f[job][index][2] else if nil == _DressList_m[job] then return nil, nil end if nil == _DressList_m[job][index] then return nil, nil end return _DressList_m[job][index][1], _DressList_m[job][index][2] end end function _get_Headstylelist(sex, index) if 0 == sex then if nil == _DressHeadstyleList_f[index] then return nil, nil end return _DressHeadstyleList_f[index][1], _DressHeadstyleList_f[index][2] else if nil == _DressHeadstyleList_m[index] then return nil, nil end return _DressHeadstyleList_m[index][1], _DressHeadstyleList_m[index][2] end end function _get_DressHeadPaletteList(sex, index) if 0 == sex then if nil == _DressHeadPaletteList_f[index] then return nil, nil end return _DressHeadPaletteList_f[index][1], _DressHeadPaletteList_f[index][2] else if nil == _DressHeadPaletteList_m[index] then return nil, nil end return _DressHeadPaletteList_m[index][1], _DressHeadPaletteList_m[index][2] end end function _get_DressBodyPaletteList(sex, index) if 0 == sex then if nil == _DressBodyPaletteList_f[index] then return nil, nil end return _DressBodyPaletteList_f[index][1], _DressBodyPaletteList_f[index][2] else if nil == _DressBodyPaletteList_m[index] then return nil, nil end return _DressBodyPaletteList_m[index][1], _DressBodyPaletteList_m[index][2] end end jobdresslist.lub: _DressHeadPaletteList_f = { { "(0) Basic", 0 }, { "(1) Yellow", 1 }, { "(2) Purple", 2 }, { "(3) Crimson", 3 }, { "(4) Green", 4 }, { "(5) Blue", 5 }, { "(6) White", 6 }, { "(7) Black", 7 }, { "(8) Red", 8 } } _DressHeadPaletteList_m = { { "(0) Basic", 0 }, { "(1) Yellow", 1 }, { "(2) Purple", 2 }, { "(3) Crimson", 3 }, { "(4) Green", 4 }, { "(5) Blue", 5 }, { "(6) White", 6 }, { "(7) Black", 7 }, { "(8) Red", 8 } } _DressBodyPaletteList_f = { { "(0) Default color", 0 }, { "(1) Extra color[(1st)", 2 }, { "(2) Extra color[(2nd)", 3 } } _DressBodyPaletteList_m = { { "(0) Default color", 0 }, { "(1) Extra color[(1st)", 2 }, { "(2) Extra color[(2nd)", 3 } } _DressHeadstyleList_f = { { "(1) First Aid", 1 }, { "(2) Bash", 2 }, { "(3) Frost Diver", 3 }, { "(4) Arrow Shower", 4 }, { "(5) Heal", 5 }, { "(6) Vending", 6 }, { "(7) Double Attack", 7 }, { "(8) Gloria", 8 }, { "(9) Increase SP Recovery", 9 }, { "(10) Pharmacy", 10 }, { "(11) Grand Cross", 11 }, { "(12) Clone skill", 12 }, { "(13) Despair", 13 }, { "(14) Service For You", 14 }, { "(15) Auto Counter", 15 }, { "(16) Ankle Snare", 16 }, { "(17) Hammer Fall", 17 }, { "(18) Jupitel Thunder", 18 }, { "(19) Violent Gale", 19 }, { "(20) Spring Rabbit", 20 }, { "(21) Harpy", 21 }, { "(22) Medusa", 22 }, { "(23) Isis", 23 }, { "(24) Asumptio", 24 }, { "(25) Soul Change", 25 }, { "(26) Axe Tornado", 26 }, { "(27) Oratio", 27 }, { "(28) Special Magic Volume", 28 }, { "(29) Dry Season Four", 29 } } _DressHeadstyleList_m = { { "(1) Play Dead", 1 }, { "(2) Two-Handed Sword Mastery", 2 }, { "(3) Napalm Beat", 3 }, { "(4) Double Strafing", 4 }, { "(5) Angelus", 5 }, { "(6) Push Cart", 6 }, { "(7) Envenom", 7 }, { "(8) Bowling Bash", 8 }, { "(9) Venom Dust", 9 }, { "(10) Turn Undead", 10 }, { "(11) Dragonology", 11 }, { "(12) Mace Mastery", 12 }, { "(13) Thunderstorm", 13 }, { "(14) Encore", 14 }, { "(15) Grim Tooth", 15 }, { "(16) Blitz Beat", 16 }, { "(17) Ore Discovery", 17 }, { "(18) Fire Pillar", 18 }, { "(19) Asura Strike", 19 }, { "(20) Petite", 20 }, { "(21) Executioner", 21 }, { "(22) Prince", 22 }, { "(23) Deviace", 23 }, { "(24) Sword Mastery", 24 }, { "(25) Desperado", 25 }, { "(26) Power Swing", 26 }, { "(27) Renovatio", 27 }, { "(28) Chevalier Special", 28 }, { "(29) Tornado Vulkan", 29 } } _DressList_f = { [4060] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4061] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4062] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4063] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4064] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4065] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4073] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4074] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4075] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4076] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4077] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4078] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4079] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4096] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4097] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4098] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4099] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4100] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4101] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4102] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4103] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4104] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4105] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4106] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4107] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4108] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } } } _DressList_m = { [4060] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4061] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4062] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4063] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4064] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4065] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4073] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4074] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4075] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4076] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4077] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4078] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4079] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4096] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4097] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4098] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4099] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4100] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4101] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4102] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4103] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4104] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4105] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4106] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4107] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } }, [4108] = { { "(0) Basic", 0 }, { "(1) Second Costume", 1 } } } But nevertheless, thank you @kanashiroakira for this beautiful NPC! 1 Quote Link to comment Share on other sites More sharing options...