Jump to content

Promise

Members
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Promise

  1. ¡Mastho Conquest castle! Mi conquest castle. Cya.-
  2. Muestrame tu char_athena.conf atte thomatX.
  3. search in: battle/skill.conf and search: // Minimum allowed delay for ANY skills after casting (in milliseconds) (Note 1) // Note: Setting this to anything above 0 can stop speedhacks. min_skill_delay_limit: 100 // This delay is the min 'can't walk delay' of all skills. // NOTE: Do not set this too low, if a character starts moving too soon after // doing a skill, the client will not update this, and the player/mob will // appear to "teleport" afterwards. default_walk_delay: 300 And tell me what it says.
  4. What changes with the black border? o.o im noob mapper yet hehe
  5. Dont have kagerou job_db.txt
  6. Con 190 de aspd logras mucha aspd, y para customizar el dex has lo siguiente: conf/battle/skill.conf // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150
  7. Hi Accept criticism. Do not give away, is unique to my server.
  8. data/lua files/FILES HERE.
  9. Promise

    Dispell

    Yes, but the default settings can be pulled to members who have some abnormal state
  10. Thank you! i ever need it <.<
  11. #skpoints 'name of character' -'number of skillpoints' example: #skpoints Promise -10
  12. What? The commands are in the emu, but you have to conf it lol.
  13. Promise

    BAR of mob

    Just diff your client from the link ^
  14. photoshop xd.
  15. Where are you getting that weird information ?. Since Renewal started STR never gave me inmunity to Stun neither 100 Luk gave me inmunity to Freeze / Frozen. This is how it works the Renewal Stats: http://irowiki.org/wiki/Stats This is how it works the Renewal Status: http://irowiki.org/wiki/Stun#Stun But if you still wanting to be immune to Freeze with 100 Luk and Stun with 100 Vit just go to yourserver/src/map/status.c and find the following: CODE case SC_FREEZE: sc_def = 3 +status->mdef; break; And change it like this: CODE case SC_FREEZE: sc_def = 3 +status->luk; break; For immunity to Stun having 100 Str inside of status.c find the following: CODE status = status_get_status_data(bl); switch (type) { case SC_STUN: case SC_POISON: case SC_DPOISON: case SC_SILENCE: case SC_BLEEDING: sc_def = 3 +status->vit; And change it like this: CODE status = status_get_status_data(bl); switch (type) { case SC_STUN: sc_def = 3 +status->str; break; case SC_POISON: case SC_DPOISON: case SC_SILENCE: case SC_BLEEDING: sc_def = 3 +status->vit; Remember to recompile your server. FROM eAthena forum. Credits eAthena.
  16. Any map server error?
  17. Can you put a console image please?
  18. You have it in your rathena folder. Sql files folder. And do the same you did to install your server in the sql but this time with the mob_db's
  19. I think the commands only reload the db of the name for example: reloaditemdb only reload item_db.txt
  20. Promise

    BAR of mob

    2010 are the best date, no bugs.
  21. Ya te lo dieron? De lo contrario podría crearte uno.
  22. Descargar de donde? xd Archivos de rAthena? Deberias poder si ya hiciste todo lo correcto en tu cuenta. Si no lo hiciste, intenta enviando nuevamente el correo de confirmación.
  23. Why dont work? Your console show any error?
  24. in your data folder or on your grf look for manner.txt if you dont have, create one and put the words you want to filter.
  25. Change the view ID from the data and item_db.txt
×
×
  • Create New...