Jump to content

Frunckie

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Frunckie's Achievements

Poring

Poring (1/15)

0

Reputation

  1. I'm trying to make an npc which lets you save your current stat and skill build into slots, so you can then quickly change between builds by loading them directly from it. I've never done any rAthena scripts and I'm completely new to this so I was hoping you could help me. First up, could I use something like this to get your skill build and save it into permanent character variables or am I getting this wrong? getskilllist; for( set @i, 0; @skilllist_count > @i; set @i, @i + 1 ){ set skills_id[@i],@skilllist_id[@i]; set skills_lv[@i],@skilllist_lv[@i]; } I was looking around on the wiki and I couldn't find any functions to get/set stat points nor to set skill levels either (only get). Help?
×
×
  • Create New...