Jump to content

xSoul

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Github: xSoul

Recent Profile Visitors

2311 profile views

xSoul's Achievements

Poring

Poring (1/15)

1

Reputation

  1. Will it be a lot of work to reconcile current customers with that?
  2. Good afternoon, does anyone know anything about creating custom homunculus? I managed to create one but only a poring appears ==" will there be any guide in rAthena for the successful creation of a custom homunculus? In the client's Diffs it does not allow to give the option to customize, I was reading that currently it is difficult to do something like this, it is true? This is basically to complement a system that I am devising, any help works for me, thank you very much :D/
  3. En realidad esperaba una respuesta más orientada a una recomendación de calidad en host, si es preferible como experiencia propia usar un dedicado, vps, cloud, de todas formas fue de ayuda el Link, ya que me había olvidado que estaba esa info haha
  4. Saludos a todos, sucede que estoy viendo las mejores opciones para el próximo servidor que voy a montar, estaba investigando mucho en diferentes hilos y llegué a la conclusión de que lo mejor podría ser OVH, Digital Ocean, Google Cloud, estuve pagando por un servicio hace un mes en un hosting, pero el lag era horrible, en muchas horas del dia se pegaba o la latencia era tal que te desconectaba solo... La idea es que eso no suceda, ya que seria una vergüenza tener algo así para los usuarios entrantes, hice varias pruebas para asegurarme que sea el host y no el emulador o la base de datos que este dando problemas, incluso habia instalado un emulador nuevo totalmente limpio, pero el host seguia dando problemas... Asi que tengo algunas preguntas sobre las especificaciones, en OVH estaba mirando el plan vps más barato de $ 3.35 por mes: KVM OpenStack 1 vCore (s) Desde 2 GHz 2 GB de RAM SSD de 20 GB RAID local Tráfico ilimitado ** Mi ubicación actual es Sudamérica, planeo alojar a un usuario de América Latina, básicamente, que abarque america del sur, llegando bien a México o España, Me manejo bien usando CentOS 7, por lo que no hay ningún problema en el sistema operativo. ¿Las características de ese plan VPS podrán hacer frente a eso? ¿Es mejor pagar por un servicio VPS o servidores dedicados? En cualquier caso, ¿cuáles son las especificaciones más óptimas para ustedes y los precios? Si quiero tener mi servidor enfocado en usuarios hispano hablantes es la mejor opción OVH sabiendo que no tienen datacenters en América latina? Se me fue poner que no estoy muy interesado en los Hosting de Ragnarok, no he leído cosas buenas de ellos en general. Agradezco toda la ayuda brindada aquí, estaré atento a sus comentarios.
  5. Greetings to all, it happens that I am seeing the best options for the next server that I am going to mount, I was doing a lot of research in different threads and I came to the conclusion that the best could be OVH, Digital Ocean, Google Cloud ... It happens that I have a few questions about specifications, at OVH I was quoting the cheapest vps plan of $ 3.35 per month: KVM OpenStack 1 vCore (s) From 2 GHz 2 GB of RAM 20 GB SSD Local RAID Unlimited traffic ** My current location is South America, I plan to host a user from Latin America basically, arriving in Mexico or Spain, I manage using CentOS 7, so there is no problem in the operating system. The characteristics of that VPS plan will cope for such? Do you rent VPS or use dedicated servers? In either case, what are the most optimal specifications for you and prices? I appreciate all the help provided here. excuse my bad spelling.
  6. Hello, basically you are not calling ".i3" and ".i2" in the correct way, the script tries to do the search but cannot find anything. you don't have any array called just ".i" current code: correction: Another detail that I noticed were the addresses of "else if (.chance <= 2 && .chance >= 11)" basically said if it was equal to or less than 2 and greater than or equal to 11 it would go out, as well as this in the correction it should work good. hope to help you ^^
  7. I have solved it, I managed to find the correct parameters, it was easier than I thought, I complicated myself... so you can close the subject if you like, thanks
  8. hi everyone, I come to ask for some help with the theme of the bonus per level, I would like to know if there is any way to cut the hp, sp, hit and flee bonus until level X, past level X that does not continue to rise, thank you very much.
  9. Hello everyone! I am not very aware of the mapflag private Airship ... I would be very grateful if someone could explain to me what this system consists of, what advantage it would have to implement it and its disadvantages. thanks for everything
  10. Greetings to all! I come with a big doubt, I hope that you can have an answer or if I do not become a little ball haha Will it be possible to run rAthena in its Pre-Renewall mode but with the Renewall Defenses configuration? This is to avoid the problem of using the Renewall database with the Renewall configurations and that the defenses are too high or that the mobs with raised defenses make 1 on the hit. I await your answers, Thanks.
  11. View File Telma-for-rAthena++.patch Telma-for-rAthena++.patch Checking the source files of rAthena I found the Telma Source ... but not compatible for the new versions of rAthena. So what I did was take the Source that updated Anubis-K, that was not compatible with the new versions of rAthena and I made it compatible. Important: You must create a character in your sql table "Char" called Battleground and this same must have the id 165100. In src/map/battleground.hpp //Brian Bg Items - updated by [AnubisK] #define BG_CHARID 165100 // char named "Battleground" // you can change the character id. #define BG_TRADE 91 // trade mask of BG consumables // You can edit the mask When you want to use a normal item it is recommended that you do not have a battleground item of the same type in inventory. Example: If you want to use a "Blue Potion" with the skill "Potion Pitcher" and you have a "Battleground's Blue Potion" you will first take the BG Pocion and not the normal one. This is solved by leaving the Battleground item in the Storage. Note: I'm not the author, the only thing I did was to make it compatible with the new versions of rAthena so that this good file is not forgotten. The credits of for the original idea must go to (as fas as I know) Brian one of the devs http://rathena.org/board/user/237-brian/. Submitter xSoul Submitted 07/22/2018 Category Source Modifications Video Content Author xSoul  
  12. Version 1.0.0

    198 downloads

    Telma-for-rAthena++.patch Checking the source files of rAthena I found the Telma Source ... but not compatible for the new versions of rAthena. So what I did was take the Source that updated Anubis-K, that was not compatible with the new versions of rAthena and I made it compatible. Important: You must create a character in your sql table "Char" called Battleground and this same must have the id 165100. In src/map/battleground.hpp //Brian Bg Items - updated by [AnubisK] #define BG_CHARID 165100 // char named "Battleground" // you can change the character id. #define BG_TRADE 91 // trade mask of BG consumables // You can edit the mask When you want to use a normal item it is recommended that you do not have a battleground item of the same type in inventory. Example: If you want to use a "Blue Potion" with the skill "Potion Pitcher" and you have a "Battleground's Blue Potion" you will first take the BG Pocion and not the normal one. This is solved by leaving the Battleground item in the Storage. Note: I'm not the author, the only thing I did was to make it compatible with the new versions of rAthena so that this good file is not forgotten. The credits of for the original idea must go to (as fas as I know) Brian one of the devs http://rathena.org/board/user/237-brian/.
    Free
  13. Thanks for your opinion! It sounds very attractive! I will send you PM n.n ~ thank you all for your opinions ~~
  14. the @Vykimo bg what does it consist of? or how is the system he uses?
  15. greetings to all! today I come to ask your opinion, since I have been inquiring enough about all this and I am too used to rAthena to leave it, even adapt in a way the bg queue for rAthena ++ but leaving aside several things like the Fake Guild system and there are certain errors in the BG chat. Here's the question, for all of you which emulator has the most attractive BattleGround system?
×
×
  • Create New...