Jump to content

jaBote

Members
  • Posts

    182
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jaBote

  1. I've finished translating map_msg.conf into Spanish, but it hasn't been revised yet. I've had problems translating some strings, especially those that aren't used in the source (why maintain them?). I've also had some problems with strings number 1332 and 1353 (related to @itemlist, @storagelist, @cartlist), as there's a harcoded part in them (which only says 'storage', 'cart' or 'inventory', I'd only want to translate inventory and cart because those ones are said and written in Spanish in Spanish-speaking communities). I've skipped translating both the headers of the file and any commented line. Do I post it before revision? I'd say it's mostly correct and as neutral as I've been able to translate it except for a bunch of them that should not be more than 20 of those messages.
  2. A quick check on all conf files is always recommended.
  3. Well, you don't even need to modify a single line of code, at least for using Greed. See the /db/<re or pre-re>/skill_nocast_db.txt under the PvP zone: [...] // 2 = Cannot be used in PvP maps (use this instead of 1 for PK-mode servers) [...] //PVP 1013,2 //BS_GREED [...] And for Token of Siegfried... I don't know (it isn't in item_noequip.txt so I'd hunt it in the entire code and see what's there... Edit: Seems I've been a bit late...
  4. So, I see you've set to MD5 the passwords when the users register, right? Have you checked this other setting in login_athena.conf? // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: no Change it to yes if you want to use MD5 passwords.
  5. Well, I meant you could use a cheap script like this one: - script warpback2cellgame -1,{ OnPCLogoutEvent: getmapxy(.@map$,.@x,.@y,0) if(.@map$ == "cell_game") setarray warpback2cellgame[0],.@x,.@y; // Storing last player's position end; OnPCLoginEvent: if (warpback2cellgame[0]) {// If the player was last there this should not be 0 warp "cell_game",warpback2cellgame[0],warpback2cellgame[1]; deletearray warpback2cellgame[0],2; } end; } Haven't tested this one and haven't scripted for some time, so there may be errors on that one. The script supposedly saves the player position on logout if he's on the cell_game map and then restores his position on login. But it's a pretty tatty solution anyways.
  6. I don't know how to fix it, but you can always save the coordinates on disconnection in a player variable and then warping them back. You can use that as a low-end solution.
  7. Do you know if you have the homunculus registered in your SQL DB?
  8. Anyways, @autotrade works only if you have a shop open (checks for shop, not for cart). It would be pointless for any job that doesn't have the Vending skill anyway unless you edit the source for the command or allow the other jobs to use Vending.
  9. Es un problema de la propia revisión. Observa el siguiente bugreport: http://rathena.org/board/tracker/issue-7427-r17220-a-warning-appears-after-compilling/ Además, si no he entendido mal el texto de la última revisión, el mapserver debería caerse si subes de nivel en la rev 17220. Te recomiendo cambiar cuanto antes a la última revisión de rAthena. Un saludo.
  10. I think another variable (or an array with as many components as you want) would do the job.
  11. /conf/groups.conf As you can see, you have to enable autotrade command for regular players, unless you set players to be GM level 1, which has autotrade command enabled by default. Simply add "autotrade: true" inside the commands as you can see un the Super Player group.
  12. Or you can ask Harmony developer to make an uninstall patch. It's almost sure he has something that can get the job done.
  13. jaBote

    vps lock

    You can't do that on your VPS yourself, but you can restrict access to that just by having a reasonably strong password or rejecting connections based on IP (you allow SSH or FTP connections only from your IP). That last thing can be done via a firewall, but be VERY careful setting it or you may lose all access to your server.
  14. Sí, yo también lo había buscado, sin éxito. El único patcher con fuente disponible es Neoncube y está demasiado viejo y falto de características (y tampoco lo encuentro ). A menos que alguien sea muy bueno en código y manejo de GRFs y nos quiera dejar un patcher Open Source en condiciones parece tarea imposible.
  15. Well it's quite simple: Before compiling the server just see the src/config/renewal.h file. There you will see some C pre-compiler definitions on renewal formulas (I've extracted only the interesting lines out there): #define RENEWAL #define RENEWAL_CAST #define RENEWAL_DROP #define RENEWAL_EXP #define RENEWAL_LVDMG #define RENEWAL_EDP #define RENEWAL_ASPD Just comment them out (put a double slash at the start of those lines) so they should be like this: //#define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_EDP //#define RENEWAL_ASPD And you now have Renewal deactivated. Rest of the compilation, creation and configuracion of the rAthena server should be normal. I reccomend checking the other files in the config too. Just remember to compile AFTER editing and saving the file.
  16. I can lend you a hand on the Spanish translation of the map_msg.conf file if you want but I've been off here for quite a lot of time so there's a chance I don't understand some ones (haven't read the entire file yet but seems there won't be such a problem). What I don't know is if it'd be better to retain the original names of commands and words like 'job', 'skill', 'pet', 'intimacy', 'party', 'guild' etc., and even to make some Spanglish translations: on the Spanish Ragnarok Online communities slang there's a lot of Spanglishation because of not having had an official translation. It's totally obvious that Spanglihized translations are not correct at all but I think that's far more understandable to RO users. For example I'd bet more Spanish (and Latin) people would understand better the messages in the first line than in the second one: Anyways, the only thing I know for sure is that there will not be an agreement on a common translation because there are lots of points of view on how things should be translated (the correct or the Spanglishized translation and which message is to be translated what way) and you won't be willing to make room for at least es-ES, es-MX, es-CL and es-AR translations so I'll try to make the most neutral translation I can. Sorry for being dense: I only wanted to put the first paragraph but I thought it was necessary to make all those aclarations .
  17. No pretendo importunar, pero creo que no es posible. No tengo experiencia alguna en KPatcher, pero hasta donde he podido mirar, en las configuraciones solo se ofrece espacio para una sola web de noticias (es decir, un solo cuadro de noticias), y no veo que el código de este patcher esté disponible para hacerle una modificación, por lo que veo complicado que logres añadirle otro espacio para noticias. Si tu intención es mantenerte en KPatcher y añadir otro cuadro de noticias, te recomendaría que intentases contactar con el desarrollador de esta herramienta o si no buscar otro patcher. Eso sí, como lo normal en los patchers es un único espacio para noticias, casi con total seguridad tendrás que modificarlo personalmente (tienes que buscar un patcher de código abierto). Un saludo.
  18. Y a veces incluso la versión del sistema operativo... Por otra parte, no hay traducciones completas públicas del emulador de las que tenga conocimiento, aunque algunas partes están traducidas independientemente, aunque yo he visto alguna de ellas (hace tanto tiempo que ni me acuerdo) y no me han hecho mucha gracia, por lo que quizá te sea mejor obtenerlo en inglés.
  19. Yo he probado Sered.net y soy cliente suyo desde hace ya cerca de un año. No he tenido mayores problemas con ellos, salvo por errores que afirman propios del sistema operativo que usaba (Ubuntu) antes de que me lo cambiaran por un Debian (y funciona como un reloj, en un sentido casi literal de la palabra porque me lo sincronizaron con el servidor NTC de horas de la Universitat de València). Suelen avisar por mail de cualquier mantenimiento programado que realizan y el ping que tienen es cuanto menos excepcional (mi VPS en Europa , o sea, Francia tiene un ping que no tiene nada que envidiar a XatiyaRO). Antes ofrecían distinción entre comprar servidores en España o Europa, así que dada la página actual que tienen de servidores virtuales que en un sitio dicen España y en otro dicen Europa, yo me cercioraría de su ubicación o pediría IP de un servidor de pruebas para hacer ping y tracert. Quizá lo malo es que son una empresa con poco rodaje: el soporte técnico suele ser muy rápido (cosa buena) pero a veces cuando tienen que actuar en tu servidor dan palos de ciego y te tiran el juego (cosa normal dado que son técnicos de sistemas operativos con aplicaciones comunes y no van a estudiarse eA/rA solo para ti) aunque el trato con el usuario suele ser bastante correcto y los técnicos parecen bastante experimentados a pesar de que en su mayoría sean más jóvenes que yo (el CEO de Sered tiene 20 o 21 años actualmente, y tengo que decir que a las juventudes nos entienden bastante bien por el momento). También alguna vez me entraron ganas de pelearme con la ortografía de algún que otro integrante de Sered, pero en general suele ser siempre correcta o por lo menos legible, cosa que no puedo decir de cuando envié mails para informarme a servicios dedicados directamente a RO como algunos de los que se han nombrado aquí. Eso sí, lo peor (o mejor) como ya he dicho antes es que independientemente de que les contrates administración o no, no te van a instalar eAthena/rAthena puesto que con eso solo se preocupan de las aplicaciones comunes. Yo lo tengo sin administrar porque una de las misiones que tengo es aprender y además cuando les pides ayuda con algo común (como por ejemplo con el percance que yo tuve con la hora) pueden pedirte permiso para actuar en tu servidor y hacértelo gratis. El servidor que yo tengo contratado ya no se ofrece (era un chollo), pero el más cercano al mío de los que te ofrecen como VPS Linux es el que actualmente cuesta 17.95€ (+IVA) y antes era el de 9.95€, aunque yo tengo 50 GB de disco duro (+otros 50 por promoción) y 1 Tb de transferencia (que me compensaron con un poco más tras la serie de problemas que tuve en Ubuntu y que me trajo más de un mes de problemas y sufrimiento con mi comunidad). Tal como dije al principio, funciona de maravilla aunque no sé si esos 200 Gb al mes que te ofrecen dará suficiente para una comunidad más o menos activa. Quizá puedas negociarles un poco más de transferencia si no gratis a buen precio, porque creo que la cartera de clientes que tienen no es demasiado grande y siempre viene bien a una empresa pequeña como son ellos un cliente más. ¡Un saludo!
  20. This does need a whole new release. I have read that someone in this topic said that Miruku couldn't be updated past Christmas. If someone can tell me that's not true, I could try to make an all up-to-date Client release based on Miruku with the duplicate entries in rdata.grf removed so that we all gain space on our hard disks and have an updated client.
  21. It can be a bit late, but I guess I could lend a hand on script developing if you still need it. My server is still on eAthena but I've seen the new commands in rA and it seems not too complicated to get used to the new ones. I'll try to do my best but I don't have too much time tough. I'll try to apply when I finish off my exams .
  22. Yo sigo con eAthena, pero que tenga conocimiento un player normal puede usar ese objeto sin mayor problema.
  23. If the attack is a basic DDoS, then you may want to install (D)DoS Deflate. That cuts out basic DDoS attacks really nice. See http://deflate.medialayer.com/ It'd be better if you specified the problem on the title.
  24. Some clients of my private server don't find any issues using Miruku and then my 2010 ragexe client, so I suppose you can use whatever you want. @SaZzuke, I haven't any SaveData folder in my Miruku Installation. CalciumKid, I suggest for the next version of Miruku should have a default installation path outside of C:Program Files because of the well-known issues people usually get in Win Vista/7/8 if they don't run servers' executables and updaters in Administrator mode (My Documents would be a good place for instance). I'd also suggest merging both RSU patchers in one just like Ragray's due to the fact it's way more comfortable on the user's side.
  25. Ponerlo en 0,0 es un error de seguridad como una boca de metro (incluyendo las instalaciones que dentro de él se hallan y las posteriores salidas junto al resto de vías férreas de corta, media y larga distancia). Eso es permitir el @command y el #command al usuario. Por ejemplo, si tienes en el comando die un 0,0 puedes hacer que quien tú quieras se suicide, escribiendo #die <víctima>. Es gracioso, pero si no pretendes que tus usuarios se lancen comandos los unos a los otros, desactiva el uso de charcommands por completo, salvo para GMs. El formato POR NIVELES de los comandos es tal que así: Todo esto suponiendo que no hayas cambiado al nuevo sistema de permisos que fue enviado a rAthena hace unas semanas, por supuesto. ¡Un saludo!
×
×
  • Create New...