Jump to content

JinYuichi

Members
  • Posts

    92
  • Joined

  • Days Won

    1

Everything posted by JinYuichi

  1. @AnnieRuru sorry, i think you didn't understand the problem i have, what i try to do is that all global pjs, can change color of clothes 553, except doram and those who have @bodystyle 2 positions that only reach the maximum color of clothes 3, as i can explain better, 3rd job without @bodystyle can get to use 553 palette, and @bodystyle 1 can also use 553 palette, but those who are using @bodystyle 2 can only change maximum 3 palette as doram, why do i need this ? Because I'm using 3rd jobs the bodystyle 1 for his second suit and the bodystyle 2 to use the sprite 4th in the 3rd jobs, I don't know if you can understand the problem I have, good job with the stylist script I really congratulate you but it doesn't solve the problem I have, sorry if I don't know how to explain myself, and more because I'm using a translator.
  2. I think I didn't understand, the restriction for job doram, is already done, but I want to apply a restriction for the jobs that have the bodystyle 2. the problem occurs when applying if(getlook(LOOK_BODY2)), it is not detecting me or another way to make it apply that restriction to only those who have @bodystyle 2.
  3. hi guys, i need help with this stylist script, i practically want to add the option for those who have the bodystyle 2, they can only change color of clothes 3 times, i try to use the if(getlook(LOOK_BODY2)), with the same option that has the doram so i can't overpass the limits of colors and styles, but the other function is blocked and i don't have the slightest idea of how to do it, i hope and you can help me, i leave you the complete stylist script. prontera,142,227,3 script Stylist#custom_stylist 122,{ @doram_cc = 3; @doram_hs = 10; @doram_hc = 8; if( Class == 4218 ){ setarray .@Styles[1], @doram_cc, @doram_hs, @doram_hc; } 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; } } }
  4. the most complete data is from chris, and for the moment i have not had failures, what you need is to put the corresponding files, if your server is renewall use the folder and you have to put the patches, which are in the folder client support, i am using an exe 2020-06-17 and i put the folder data 2020 the integral files to the folder renewall, also i integrated the folders Detailed Texture Folder/texture and Basic Texture Folder/texture. diffs to apply to your exe, there are also ROenglishRE/Client Support/NEMO Profiles/ and you shouldn't have any flaws. data renewall: https://github.com/llchrisll/ROenglishRE/tree/master/Renewal Patch Exe 2020 https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/data 2020 Diff Exe https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/NEMO Profiles
  5. hi @BeWan First of all, thanks for the script, but I think it should be modified a little more. and add other functions if you can. well, first when I test the scrip, all tops give the same information, murders, dead and emp. I think that part should be separated. and I also noticed that the murders and deaths take it for the same data, and already taking advantage, it will be possible to add the prize function per month, for example, the first places, receive a prize every 30 days. Upon receiving your prize they are announced by the entire server, if it is not too much to ask. pdt if something is not understood is why I am using the google translator
  6. creo que esto es lo que buscas, 2018-05-30bRagexeRe https://drive.google.com/file/d/1n0fBt-WFB1HvN6s7gT7fge_YF0MFq9rg/view
  7. pueden cerrar post ya entendi como hacerlo <3
  8. soy nuevo instalando los control panel ... quisera saber como poder instalar los themeflux si es que primero se nesesita instalar el fluxcp normal y despues el themeflux alguien me explica como funciona esto ? XD .. pdt perdon por hacerles perder el tiempo con algo tan basico XD
  9. Bueno duda es que no se que Version de rAthena escojer exee y data compatible ... tengo rato de no hacer servers de ragnarok y e visto que por fin an actualizado al job doram ect ... pero no se que archivos descargar practicamente se copilar y todo configurar .. pero no se cuales son los mas actualizados D: .. alguien me ayuda ? XD
×
×
  • Create New...