Jump to content

M45T3R

Members
  • Posts

    342
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by M45T3R

  1. will this get updated with YAML support?
  2. well yeah, what matters is development updates in a developer community xD and you have those on github
  3. Since if you do this via the "skill" way you will need to comply with requeriments maybe like having an embryo and stuff, you can just call it with the use of atcommand "@makehomun ID"; Here is an explanation on the atcommand command *atcommand "<command>"; This command will run the given command line exactly as if it was typed in from the keyboard by the player connected to the invoking character, and that character belonged to an account which had GM level 99. // This will ask the invoker for a character name and then use the '@nuke' // GM command on them, killing them mercilessly. input [email protected]$; atcommand "@nuke " + [email protected]$; Note that for atcommands bound using 'bindatcmd', this command will execute the original atcommand, not the script-bound atcommand. Here is a list of the homunculus ID for renewal should be the same for pre-re but I dont think all evolutions exist in pre https://github.com/rathena/rathena/blob/master/db/re/homunculus_db.txt
  4. Try looking in the script_commands.txt file in the docs folder *callshop "<name>",<option>; These are a series of commands used to create dynamic shops. The 'callshop' function calls an invisible shop (view -1) as if the player clicked on it. The options are: 0 = The normal window (buy, sell and cancel) 1 = The buy window 2 = The sell window
  5. Mind making a feature for exporting sprites as SpriteSheets? and also importing them back? (the importing back should have the same coords for cuts but make it so you can tell if the sprite sheet was expanded or reduced in size when importing) Would something like that be possible? Just so we can work in sprite sheets instead of editing frame by frame
  6. but what about making them non-clickable, the web engine supports video playback with local file loading? Like read the file from the game directory or smt like that so it doesnt have delay on loading What about LZMA patching? Do .thor files support LZMA? they can I think with grf editor
  7. Do you think is it possible to support video in the background and also adding login functionality with the SSO Packet .......... NVM LOL you already support it great job ! Does it support a video as background? or a SWF file? (non clickable ofc)
  8. Ah, algo asi es bastante sencillo.. https://raw.githubusercontent.com/llchrisll/ROenglishRE/master/Renewal/data/msgstringtable.txt Consigues el msgstringtable aqui el de chris es el mas actualizado que conozco y vas traduciendo todo por medio de este traductor y revisas las fallas que tiene leyendo linea por linea, es exageradamente bueno, mejor que Google. Incluso reconoce syntax de codigo la mayoria de las veces. Y traduce como un humano lo haria. Si no te gusta una palabra u oracion la corrijes dandole click. https://www.deepl.com/translator Listo, solo agregas los # que usualmente borra el traductor con Notepad++ y ya
  9. Ahh sorry I wasnt home for a long time, so uhm.. what I want it to do is delete everything that is not listed on accnum.lua, like actual garbage sprites or not used ones. Like a cleaner
  10. Mael a menos que este sistema sea implementado oficialmente en rAthena nunca vamos a alcanzar los parches actuales.. es muy tedioso mantener traducciones por medio de archivos fuente, se necesitan los archivos .PO para que se pueda traducir bien todo y mucho mas sencillo, la verdad no se como empujar esto hacia los devs de rAthena pero bueno..
  11. From what I understand about that its enable custom enabling of certain features I guess.. Like having a button to enable Gray maps or low performance, maybe 4k HD textures ? something like that .. or just regular plain RO Idk how something like that could work.. I mean to make it useable, like is there gonna be "uninstallation" support? I dont think so.. Hmm
  12. You should try making a version that deletes not matching files or "not needed" ones Good one tho
  13. Im still hard locked into this proyect tem! I know it will be good !
  14. Please don't let this die. At least make it up to a point where is a stable long term release !
  15. It probably wont, most animations are clientside but yeah usually server tells client what its doing
  16. Utiliza algun bonus script que se active al logear, que reduzca el cooldown que quieres en 100%
  17. I have been fiddling around with it and found a way to actually make "ok" sprites with it This was my result: http://www.framecompare.com/image-compare/screenshotcomparison/91BFMNNU?fbclid=IwAR0nw7btJdrFkXcXkU7-nfEZ2YMDDu9nWb9CyGVk5KlfGbjEcvbRZyReokQ We should try training a model with ToS Sprites maybe? ---------> https://drive.google.com/drive/folders/0B92X6lQqXBPSbFBfQVdwcHpRaG8 Here are the models I used and the order.. there might be better ones or better order but wtv http://www.mediafire.com/file/vf04k6jz0amflzu/models.rar/file Can you please tell me which models did you use for rune knight? I have been playing around and I found that there are no Pixel res-upscalers that soften the edges which is what almost everyone wants im sure. So the only way I found is to re-pixelize it after it was upscaled to your desired size, these are my results Tests are here: http://www.framecompare.com/screenshotcomparison/7YLZLNNX EDIT: One of the most consistent ways of doing this that I've found is 1x_Alias_200000_G.pth > cartoonpainted_400000.pth after that sharpen the result in Photoshop with Smooth focus 300% 3pix Radius 100% Noise Reduction this usually works best with sprites so Its worth tryng it
  18. Realmente nunca se hizo nada, aun que HULD ya esta disponible aun no se si han implementado algo asi en rA la verdad no he estado al tanto
  19. eso sucede porque la fecha no coincide en los packets.. casi todo te falla
  20. Uh, you could get some inspiration with NovaExt https://www.novaragnarok.com/wiki/NovaExt I mean you're halfway there, but the "ping" and FPS feature is very cool ! Never seen that included before neat Also newer clients? Like the Hercules ones, why? Well they have some new cool features like Bartner which are nice to have with this plugin Anything after 2019 would be cool Bartner starts after: 2019-01-16cRagexe Here is the list http://nemo.herc.ws/downloads/
  21. Le he pedido un cambio a HULD a Haru de Hercules.. si se hace algun tipo de proyecto de traduccion creo que es mucho mas rentable con archivos .PO, pero si se quiere hacer enserio entonces deberia hacer algun tipo de Patreon, para comprar Herramientas que faciliten la traduccion
  22. yeah.. you can, but its a little bit different, search in my posts i actually made a script for this
×
×
  • Create New...

Important Information

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