Jump to content

Ragno

Retired Staff
  • Content Count

    133
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Ragno

  1. What is done to determine the AegisName in new gears? Can be taken from accname in lua files?
  2. Ragno

    MvP Ladder Game

    One way I can suggest is to register the players who have enter to the map of the game in an array, then every 60 seconds do a checkidle one by one on all of them and expulse those who has more than 60 seconds on idle mode. Another way is using OnNPCKillEvent to bring the same checkidle in every member of the party and expulse those who has more than 60 seconds away. We did something similar in this way in an event some months ago, but we did not expulse them, instead we sit them, trying to prevent the autofollow practice. In the same moment when a player is expulsed by the script, the same script can set a variable or a questlog mark to manage the 60 minutes of cool down to prevent him from re-entering.
  3. There is a pre-compiled server in Download section wich is a good starting point: http://herc.ws/board/files/file/25-hercules-win32-for-ragexe-20130703/ Also, that download has this other tutorial, wich is detailed enough to run the precompiled server in a very easy way using windows: http://herc.ws/board/topic/1574-tutorial-preparing-database-ragnarok-for-pre-compiled-hercules/
  4. Thanks a lot for the answer! Only to double check, DemiHuman applies only for monsters?
  5. I have searched in the forum to solve this little doubt, but haven't found any info. What differences has all of this races? RC_DemiHuman RC_NonDemiHuman RC_Player RC_NonPlayer RC_DemiPlayer RC_NonDemiPlayer Sorry if has been asked before.
  6. You may want to report it to rAthena, so they can fix that.
  7. I have not test it in rAthena, but in Hercules works well: I do only set to 0 the Shield value in Novice BaseASPD field: Novice: { BaseASPD: { Fist: 40 Dagger: 55 Sword: 57 Axe: 50 Mace: 50 TwoHandMace: 55 Rod: 65 TwoHandRod: 65 Shield: 0 } Do you restart your server after the change?
  8. To remove the aspd modifier for shields edit your job_db.conf and delete (or set 0) all the "Shield" values in "BaseASPD" fields.
  9. Can divine-pride.net (kRO server) be considered as a valid source to send reports?
  10. Here is the script changed. However, please be careful with this, because any member of the guild can claim the rewards, even those who doesn't participated in woe, making this a farmeable and exploitable npc, because this only requires to be part of the guild who owns the castle
  11. Você precisa editar o mapa com ferramentas como BrowEdit. No entanto, também é possível alterar o nome do arquivo usado para izlude.gnd solo editando o arquivo usando um editor de texto, como o Notepad ++. izlude.7z No exemplo, eu rebatizado de arquivos: "prt_µµ½Ã" -> "izl_µµ½Ã" "prt_ÃÊ¿ø" -> "izl_ÃÊ¿ø" Espero que seja útil. Aproveitando sobre o assunto, você poderia comentar um pouco mais traduções de brAthena? Traduzido usando Google Translator.
  12. I think he may be talking about Costume Headgears with special effect, like C_MoonStar_Accessory or C_World_Star.
  13. You need to update the msgstringtable and lua files to fix those problems. Check translation project to get that files: http://herc.ws/board/topic/398-client-translation-project/
  14. Is this how you add on to/edit the rageffect.asi to add more mineffects? Yes, just edit id2rageffect.txt provided by Ai4rei's Amazing RagEffect plugin to add or edit more effects or mineffects. You can use ROSTRviewer to create or edit .str files (skill effects files). I think it can even add effects for new skills, but I have not tested it to that point.
  15. Eso sucede por el formato de codificación en que estás guardando el archivo de texto. Por ejemplo, el Bloc de Notas de Windows crea los archivos de texto en formato UTF-8 y el emulador no lee los caracteres especiales bajo ese formato, pero se soluciona guardando en formato ANSI. Si usas Notepad++ puedes convertir el archivo fácilmente usando la opción que viene en el menú Codificación > Convertir a ANSI. Intenta hacer el test y veamos si eso resuelve el problema.
  16. I have the christmas Prontera(kRO's Update): https://mega.co.nz/#!U4A1nICJ!26fOmOYfXdPxhbulZN_2YzObzp_YSeqx10AP1W71680 That's the official one, but even the official map has not been update to fit the normal Prontera's map because some buildings doesn't match in both versions. In example: I don't know if there is other buildings in the same status, I just notice this one because that building is used in the server where I come from.
  17. Here is for both Prontera and Prontera in spring time with sakura trees: Prontera Map and Resources.7z
  18. No se que función tengan esos archivos, pero hay uno por cada job que hay en el juego y el cliente los pide al cargar cada job. Te dejo la carpeta entera que viene en el cliente de kRO, por si acaso te sirve. imf.rar
  19. I didn't see that misses mounted palettes. I prepared a copy of it using knight's palettes, I hope this help: palettes missing.rar This may not work fully well, it needs to be tested.
  20. Maybe it requires a more recent client that's able to handle the new, revamped, style. Are you using 2014 clients? No, i'm using 2013-08-07aRagexe client. I read the last comments in the thread from iRO Wiki forums talking about using a new DX9 engine, but unimplemented from latest clients. I don't know about those newer functions, but I really would want to know more about it.
  21. I don't know why nobody has uploaded this here but you can download the old 553/251 old palette pack from rAthena forums: https://rathena.org/board/files/file/2701-553251-old-dyes-palettes-working-all-classes/ You may also want to check Kamishi's new palettes to see new nice colors.
  22. That error means your client does not have the 12 palette for Mounted Crusader class. You need to add the missing palette to your client grf files to solve it. I can't download the client you are talking about, but I think it is missing those palettes.
  23. I just see for the resources and it uses a lot of new objects, it may add a lot of charge to the client, but the new map looks so cool I tried to test it but client crashes while loading the map. Would it be needed a recently client or maybe i'm using a wrong data?
  24. I guess you need to edit src to change how the setlook settings works when equip/unequip headgears. However, the suggestion I can give you is to change the script for every headgear to do a check if setlook has been change by the npc who changes it, so, if it has been changed by that npc, set again the changed setlook after have equiped the headgear.
  25. Some skills animations are hardcoded and cannot be edited (like Acid Demonstration or Asura Strike). To edit those contained in grf files, you may want to take a look to this topic: RagEffect Client Plug-In. Use Ai4rei's amazing RagEffect plugin to found and change most of the animation effects. It works great to improve /mineffect command.
×
×
  • Create New...

Important Information

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