Jump to content
  • 0

Reward Base Level in Achievement


Zarakou

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/01/20
  • Last Seen:  

Hello Rathena Community.

 

I have a question , Do you know how can reward someone with a BLVLUP 1  in achievement without item.

With the Script:Bonus Function ?

 

Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   17
  • Joined:  07/18/16
  • Last Seen:  

    Reward:
      Script: " atcommand "@lvup 1"; "

try this

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/01/20
  • Last Seen:  

Simple...

 

I try this, Thanks 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.07
  • Content Count:  95
  • Reputation:   1
  • Joined:  11/15/22
  • Last Seen:  

Greetings everyone,

I just need to ask if it's possible to put this kind of rewards in achievements? Its a permanent stat bonus or other bonuses like 1% reduce damage or attack damage once you obtain an achievement. Thank you so much

Stat reward Examples:
bonus bStr,1; bonus bFlee,5; bonus bAtkRate,5; bonus2 bResEff,Eff_Stun,100

Achievement sample:

[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 }

 

Hi is it posible to reward stat bonuses in achievements?

Thank you

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

Reward:
  Script: "if (BaseLevel < MAX_LEVEL) BaseLevel++;"

avoid using atcommand in npc script as it create unnecessary logs if you enabled the log system

 

Reward:
  Script: "statusup2(bStr, 1);"

for stat bonus

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...