-
Posts
342 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by M45T3R
-
Possible values for the %VARIABLES% above: %DEVICENAME%: Name of your device (Hermes, Raphael, Diamond, etc.) %LOCALE_ID%: The 4 digit number matching your locale (list of supported id's found in first post) - a full list can be found here. It is possible to port WM to a language that is not supported, you would have to use a PE Resource editing program to translate all the various strings found in the .mui (Multilingual User Interface) files. Note that these change periodically as the builds get updated so you would also need to update your altered .mui's. %BUILDNUMBER%: The build version in use (23022 for example) %DPI%: DPI of the device (92, 128, 192) %RESH%: Horizontal resolution of the device, in pixels (portrait) %RESV%: Vertical resolution of the device, in pixels (portrait) lol
-
Wow... Almost.. and how this is going to work? If you have something like.. custom files, this roBrowser will only work with determined servers? Or you can provide us with access or something for adding our clients? I mean.. because the idea is roBrowser, Ragnarok in a Web Browser so.. all the files must be included there for X server, what happens if X server have custom files? EDIT: I see.. so you're going to release the source code so we can implement it to our web hostings? That's amazing..
-
^ D: ITS ALIVE! ALIVE!!!!!1 Half Life 3 Confirmed
-
0: this is interesting.
-
Then under 20%? lol.. Well I'll check these scripts later
-
Port Malaya is almost complete.. You can see it in Hercules.. There are many things to do, but the 'beta' is there
-
Read again.. Im not asking for what to use im suggesting to rAthena implement support for this client and i left the commit there Im not dumb
-
It's possible to add this function to this client? It's missing on rAthena. It will be usefull for the users of pre-re because this client it's the best client out there for pre-re that's not old On Hercules already works, thanks https://github.com/HerculesWS/Hercules/commit/cb9b70eae92e401f4b644b95d2fa87e781d5ce82
-
Español latino.. Lo entienden todos Lo que pasa es que ya dije, si quieren que jaBote tome liderazgo en lo que me recupero esta bien:3 solo depende lo que el quiera. Que trabaje en conjunto con rododark
-
@Offtopic Jajaja xd es que lo que pasa Ziu le estaba haciendo limpieza de mantenimiento y le quite todas las ratas de los abanicos cuando la cerre si prende pero se apaga a la mitad de cargar el bios o cuando inicia windows apenas esta cargando y plop xD el ventilador corre como un p*nc*e cohete y se apaga :'c
-
@Ai4rei Shared BODY Palette's aren't working with clients before 2011-11-22 The head is ok
-
nana.. Can you do this? Something to replace all inside X and X user defined things ? Example: ACCESSORY_ThiNgWDw = 53424; ACCESSORY_rfhgWerh = 58424; I will set the first X as " = " exactly.. And the second X with ";" so it will select all the things inside those strings and it will search UP to DOWN, LEFT to RIGHT As normal reading so it will find the first match " = " and select everything to the right up to the second X ";" and you can replace that with something you write on another box also add compatibility in that function to add incremental or decreasing numbers D: It's like the Notepad++ Replace .. But with incremental numbers and more dynamic D: pls tell me that you can do it :c there's no program that can do that..
-
Ai4rei.. Can you bring the Cash button into RagexeRE? You think WeeDiffGen Plugins are compatible with Ragexe? Where i can get 2011-11-22 Ragexe ? :/ ?
-
Yeah do that :/ at least same support as normal browedit
-
Nope.. Someone needs to finish it u.u I don't have PC so.. I can't do anything.. Im on a cellphone
-
Done, pls move this topic to script releases
-
You can also make Pull Requests in the Git if you want to make the code better
-
Aumentar la cantidad de celdas al caminar con zoom?
M45T3R replied to Hideki's topic in Spanish Soporte
Cambiar el 14, por el número que gustes recomiendo 35 o 45 yo en lo personal sugiero no superar el 50. Una ves cambiado recompilas tu emulador y ya no tendrás problemas de celdas en la pantalla de los jugadores. Nota: esto funciona en rAthena y Hercules que es donde a Malufett se le antojo de agregar esto que es innecesario. Piensas igual xD solo implementan cosas innecesarias en vez de enfocarse donde deberian -
Aumentar la cantidad de celdas al caminar con zoom?
M45T3R replied to Hideki's topic in Spanish Soporte
la cantidad de celdas debe ser menor a 32 creo ya que si le pones mas de la predetermina a 17 -
Batallan con objetos custom ? paquetes o al convertir XRAY ? lo hacen manualmente y de 1x1, copy/paste ? Porque no aprender a listarlos en monton? CMD de Windows y otros S.O's nos ofrecen muchisimas herramientas utiles. Una de ellas es la mas util al implementar gran cantidad de sprites en los LUA's o al convertir tablas XRAY a LUA.. Consejo 1: Utiliza Notepad++ es el mejor amigo de los desarrolladores, ya que reconoce muchos formatos tiene funcionalidades de codificacion, idioma macros entre otras muchas utilidades y plugins. Consejo 2: Listado Batch > Dump Win + R ~ "cd C:/carpeta/donde/estan/las/sprites/de/drops/de/objetos" una vez ahi escriban "dir /b /d > nombredearchivo.txt" lo cual generara un archivo de texto con el listado de los objetos en ese directorio. (El commando DIR sirve tambien para ordenar customs entre otras cosas utilizando el mismo commando con diferentes parametros) solo quedaria hacer una macro para limpiar los SPR y los ACT, tambien pueden tomar ventaja de los nombres clonados para implementar objetos con mas rapidez, lo cual muestro en el consejo 3. Consejo 3: http://www.youtube.com/watch?v=d0QvR_OnMo4 Consejo 4: Utiliza macros si ves que haces una accion muy repetitiva, busca la manera de hacerlo mas simple con herramientas simples =)