Jump to content

Easycore

Members
  • Posts

    220
  • Joined

  • Days Won

    33

Everything posted by Easycore

  1. Primero descarga la versión traducida del Iteminfo.lua desde aquí: https://github.com/zackdreaver/ROenglishRE/tree/master/System Básicamente tienes dos opciones a la hora de editar el archivo, la primera opción es editarlo manualmente con el bloc de notas y/o Notepad++. La segunda opción es usar el Server Database Editor.De todos modos la estructura es algo simple a la hora de editar. Recuerda que Iteminfo.lua es usado posterior a clientes 2013.
  2. https://github.com/rathena/rathena/blob/master/src/map/skill.c#L1170 After "//On third hit, there is a 150% to freeze the target" Add: sc_start(src,bl, SC_DECREASEAGI, 1000, 10, 5000);
  3. Adoramus: https://github.com/rathena/rathena/blob/master/src/map/battle.c#L5897 Judex: https://github.com/rathena/rathena/blob/master/src/map/battle.c#L5893
  4. Hello rAthena, I'm trying to attach mercenaries to bl, specifically in clif_specialeffect. This is for a skill, I tried the following: case SM_ENDURE: clif_skill_nodamage(src,bl,skill_id,skill_lv, sc_start(src,bl,type,100,skill_lv,skill_get_time(skill_id,skill_lv))); if(sd->status.mer_id != 0){ struct mercenary_data *md; struct map_session_data *sd = md->master; clif_specialeffect(&md->bl, 244, AREA); } break; But this generate map-crash. If someone knows about the subject, and can help me, I would greatly appreciate it. Regards~
  5. https://rathena.org/board/topic/94067-releaseguide-common-ailment-status-icon/ And https://rathena.org/board/topic/72715-unofficial-extra-status-icons/
  6. Hello, I know that rAthena doesn't support decimal variables, but I would like only display it. For eg: set Something, 5/2; // It will be two So: dispbottom "There are "+Something+" "; And the result: "There are 2.5" I only want to display decimal in messages, and with decimals of 2 digits (eg. 2.12) Regards~
  7. Hello, It's posible use getd in SRC? For eg: M$ = Var getd(""+M$+"Something") = "VarSomething". I tried: pc_readglobalreg(sd, add_str("M$"))+"Something" , but it generates map-server-crash. In short, I would like to be able to "join" strings. For more information, I used this in clif->soundeffectall: clif_soundeffectall(src, (pc_readglobalreg(sd, add_str("M$"))+".wav"),0, AREA); Regards~
  8. What about of @mail in new clients? Still broken?
  9. Hi everyone, someone has these maps?: map: bat_a03 map: bat_a04 map: bat_a05 map: bat_b03 map: bat_b04 map: bat_b05 map: schg_cas06 map: schg_cas07 map: schg_cas08 map: arug_cas06 map: arug_cas07 map: arug_cas08 map: rush_cas01 map: rush_cas02 map: rush_cas03 map: rush_cas04 map: bat_c03 map: bat_c04 map: bat_c05 map: bat_c06 map: bat_c07 map: bat_c08 map: region_8 Regards ~
  10. Maybe the custom will show effect only when you walk? try view it with spr view. If you want to make it equip as a robe, you will have to add it with different way. You cant add it just like a normal custom. See the Act of this sprite, in Idle action has 17 frames. I think these are frames when the pj is stand. About of Robe Costume, It had also put wings and all display ok, but these wings aren't animated.
  11. Hi, today I added the famous Lhz bio aura but this don't display, however when my pj walk this is visible. Also, I tried put Lhz Aura in Robe Costume but this don't display animated. Can anybody help me? Regards. PS: Mi client is 2012-04-10.
  12. is it possible limit cast skill of Asura strike at 80%? for that has always cast
  13. Thank you! and we'll see by the 2nd OBT what we'll be able to do Keep in mind the idea of Share on FB for points. I'll waiting, regards and thanks for this incredible work.
  14. Great work! you think it is possible to add a function like "Share on Facebook for points"?
  15. This is the official behavior of the client, you simply disabled the feature when diffing it. If you're using NEMO, uncheck "Disable 1rag1 type parameters". In your patcher's configuration file, set the client's arguments to "-1rag1" and that's all. This is not a perfect protection; players can still skip your patcher if they really want to (it's good enough for most cases though). Thanks for you reply, I would like implement this function only for forcing players to update. Regards
  16. Hi rAthena, it's possible launch the .exe only with Patcher? nullifying the option to open normally (from "YourRo.exe for eg.) Regards ~
  17. Hi community, I don't know how attach all players on specific map and later run the script "Cutin". Anyone know make this? Regards
×
×
  • Create New...