RateMyServer Ragnarok Community

Ragnarok Online => RO Graphic, Coding & Media => Sprite & Modification Help => Topic started by: MurderHollow on Jul 19, 2020, 09:37 PM

Title: skillinfolist edit help
Post by: MurderHollow on Jul 19, 2020, 09:37 PM
Hello, I am trying to change the names of the abilities from this file something like this

[SKID.SA_LANDPROTECTOR] = {
      "SA_LANDPROTECTOR";
      SkillName = " L A N D E R",
      MaxLv = 5,
      _NeedSkillList = {
         { SKID.SA_DELUGE,3 },
         { SKID.SA_VIOLENTGALE,3 },
         { SKID.SA_VOLCANO,3 }

but it doesn't work later, and I've seen other people who, if it works, am I doing something wrong?