RateMyServer Ragnarok Community

Ragnarok Online => RO Graphic, Coding & Media => Topic started by: namerpus18 on Dec 15, 2022, 04:22 AM

Title: [Help] Custom Achievement Reward
Post by: namerpus18 on Dec 15, 2022, 04:22 AM
Hello everyone,

Is it possible to add permanent stat points to the character as an achievement reward? Like some kind of bonus like  bStr = 1 or bFlee = 10.


[230146] = {
UI_Type = 0,
group = "TAMING",
major = 3,
minor = 1,
title = "Succubus - taming",
content = {
summary = "Successfully tame a Succubus",
details = "Let's get a Succubus pet. You can use 'Boy's Pure Heart'."
},
resource = { [1] = { text = "Successfully tame a Succubus" } },
reward = {},
score = 10
}


Thank you