Jump to content

Lysander

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Georgia

Lysander's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Yes, it does pertain to source coding. I copied that from rAthena's SVN, and I'm asking where in rAthena's SVN to find the part that disables SP regen for Asura, so I'd say this does pertain to these forums.
  2. I'm using eaMod's SVN. I looked at rAthena's (and several other SVNs') source code, and it is no different for Warm Wind. As for Asura, I don't know where in rAthena's source code to edit the post-Asura SP regen. case TK_SEVENWIND: switch(skill_get_ele(skillid,skilllv)) { case ELE_EARTH : type = SC_EARTHWEAPON; break; case ELE_WIND : type = SC_WINDWEAPON; break; case ELE_WATER : type = SC_WATERWEAPON; break; case ELE_FIRE : type = SC_FIREWEAPON; break; case ELE_GHOST : type = SC_GHOSTWEAPON; break; case ELE_DARK : type = SC_SHADOWWEAPON; break; case ELE_HOLY : type = SC_ASPERSIO; break; } clif_skill_nodamage(src,bl,skillid,skilllv, sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv))); sc_start(bl,SC_SEVENWIND,100,skilllv,skill_get_time(skillid,skilllv)); break; As you can see, it endows the weapon with the element, rather directly altering the attack property.
  3. Currently, Warm Wind only affects characters with an equipped weapon. What is the source mod that would allow Taekwons to benefit from this as well, since they don't use weapons? Additionally, Asura is not disabling sp regeneration for 5 minutes, as it should. Does anyone know the script to fix this as well, or at least which src file it's in?
  4. Ah, thank you, it works now. Weird though, since the official NPCs with cutins use .bmp. Thanks again!
  5. favonius,143,193,5 script Library 858,{ cutin "test.bmp",2; mes "test"; close2; cutin "",255; end; }
  6. Unless that * is an extra folder, that's where it's stored, and the function in the script isn't calling on my custom one.
  7. I fully know how to manipulate NPC cutins (the image of the NPC that pops up, i.e. the airship captain and many Kafras), but I would like to locate the file that contains all the cutins, so that I can browse though them and especially add my own custom images for NPC use. Would anyone happen to know where that may be? The only help I found was located http://www.eathena.ws/board/index.php?showtopic=200844, but it did not help, as there were no relevant files there.
×
×
  • Create New...