Jump to content

The HaureN

Members
  • Content Count

    6
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by The HaureN

  1. Anyone knows where i can find skins for the new clients or even how i can edit one by myself to make the skill bar invisible? thx!
  2. Version 1.0.0

    95 downloads

    This is a very simple edit on default rathena and hercules sylist(Is the same) for summoner class(doram) limit hair color and style. * in line 18 you can change the max hair style. * in line 19 you can change the max hair color.
  3. View File Stylist with doram limit hair style and hair color This is a very simple edit on default rathena and hercules sylist(Is the same) for summoner class(doram) limit hair color and style. * in line 18 you can change the max hair style. * in line 19 you can change the max hair color. Submitter The HaureN Submitted 03/12/18 Category Utility  
  4. View File Mad bunny Sprites I have tested with KRO, BRO and IRO and madbunny sprites is missing! So i extrated JRO data and use this sprites to my data and puff solved! note: i didn't test all classes but i think its all ok Iam fixing any sprite/img/effect i found and upload to my data on Github and in this repository Repository feel free to comment any issue you have and me and my friend will try to help! Submitter The HaureN Submitted 03/12/18 Category Sprites & Palettes  
  5. Version 1.0.0

    104 downloads

    I have tested with KRO, BRO and IRO and madbunny sprites is missing! So i extrated JRO data and use this sprites to my data and puff solved! note: i didn't test all classes but i think its all ok Iam fixing any sprite/img/effect i found and upload to my data on Github and in this repository Repository feel free to comment any issue you have and me and my friend will try to help!
  6. For anyone who's looking for: //===== Hercules Script ====================================== //= Stylist //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Description: ========================================= //= Changes your hair style, hair color, and cloth color. //===== Additional Comments: ================================= //= 1.1 Switched to 'getbattleflag', credits to Saithis. [Euphy] //= limit doram class hstyle and hcolor line(18,19). [HaureN] //============================================================ prontera,156,184,3 script Stylist#custom_stylist 122,{ if( Class == 4218 ){ setarray .@Styles[1], getbattleflag("max_cloth_color"), 6, 8; } else{ setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); } setarray .@Look[1], LOOK_CLOTHES_COLOR, LOOK_HAIR, LOOK_HAIR_COLOR; set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1); break; case 2: set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } } stylist.txt
×
×
  • Create New...

Important Information

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