Jump to content

Release: Refine UI [ Announce ]


Valkyries

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   2
  • Joined:  02/08/14
  • Last Seen:  

Refine UI [ Announce ]


if player upgrade item success [ refine ui ] The system will announce the message.

can be configured in the file conf/battle/athenastudio.conf


 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

Thank you very much for your release. Finally I can use the refineUI.
Is it possible you can release a version, where the message is written in #info channel instead of announce?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   2
  • Joined:  02/08/14
  • Last Seen:  

Please tell me the details you want to me.

You mean instead of announcing But change it to the chat channel instead, right ?

wait for update

Edited by Valkyries
Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

@Valkyries instead of creating a new file and modifying core src files, you could put everything into the import and custom files instead, with the exception of the code that is in clif.cpp. There is no reason at all to create new files, or not use the files provided for custom content. (e.g. "../custom/battle_config_struct.inc" )

  • Love 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

image.png.52e40744b31b6f08a6bc22d3114e8288.png

 

Getting error, by using latest git

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   2
  • Joined:  02/08/14
  • Last Seen:  

@Takuyakii

i'll check soon...
thank you for reply problem

 

@Takuyakii

I have already tested the system. but it works normally.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   4
  • Joined:  06/21/15
  • Last Seen:  

21 hours ago, Valkyries said:

@Takuyakii

I have already tested the system. but it works normally.

Hello sir is it working on latest git?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

rAthena has this feature included. This here is no longer needed.

# - Group                               Refine item type.
#   Levels:                             Refinement settings per item level. (Default: null)
#     - Level                           Item level.
#       RefineLevels:                   Refinement settings per refine level. (Default: null)
#         - Level                       Refine level.
#           Bonus                       Refinement bonus. (Default: 0)
#           RandomBonus                 Extra refinement bonus of 0~RandomBonus stacked on Bonus. (Default: 0)
#           BlacksmithBlessingAmount    Amount of Blacksmith Blessing required. (Default: 0)
#           BroadcastSuccess            Broadcast to the whole server when a refine attempt at this level succeeds. (Default: false)
#           BroadcastFailure            Broadcast to the whole server when a refine attempt at this level fails. (Default: false)

 

  • Upvote 1
Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  02/28/24
  • Last Seen:  

On 12/10/2022 at 9:41 AM, WhiteEagle said:

rAthena has this feature included. This here is no longer needed.

# - Group                               Refine item type.
#   Levels:                             Refinement settings per item level. (Default: null)
#     - Level                           Item level.
#       RefineLevels:                   Refinement settings per refine level. (Default: null)
#         - Level                       Refine level.
#           Bonus                       Refinement bonus. (Default: 0)
#           RandomBonus                 Extra refinement bonus of 0~RandomBonus stacked on Bonus. (Default: 0)
#           BlacksmithBlessingAmount    Amount of Blacksmith Blessing required. (Default: 0)
#           BroadcastSuccess            Broadcast to the whole server when a refine attempt at this level succeeds. (Default: false)
#           BroadcastFailure            Broadcast to the whole server when a refine attempt at this level fails. (Default: false)

 

hi sir. when can adjust the broadcastsuccess? what file i will edit?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

3 hours ago, borealis said:

hi sir. when can adjust the broadcastsuccess? what file i will edit?

It's in refine_db.yml.
Path: db/pre-re/ or db/re/

And its used like this here:

          - Level: 13
            Bonus: 2800
            BlacksmithBlessingAmount: 16
            BroadcastSuccess: true
            BroadcastFailure: true
            Chances:
              - Type: Normal
                Rate: 800
                Price: 100000
                Material: Carnium
                BreakingRate: 2000
                DowngradeAmount: 3
              - Type: HD
                Rate: 800
                Price: 100000
                Material: HD_Carnium
                DowngradeAmount: 1

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  02/28/24
  • Last Seen:  

17 hours ago, WhiteEagle said:

It's in refine_db.yml.
Path: db/pre-re/ or db/re/

And its used like this here:

          - Level: 13
            Bonus: 2800
            BlacksmithBlessingAmount: 16
            BroadcastSuccess: true
            BroadcastFailure: true
            Chances:
              - Type: Normal
                Rate: 800
                Price: 100000
                Material: Carnium
                BreakingRate: 2000
                DowngradeAmount: 3
              - Type: HD
                Rate: 800
                Price: 100000
                Material: HD_Carnium
                DowngradeAmount: 1

 

tnks sir. its working now. ur a great help

 

Edited by borealis
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
Reply to this topic...

×   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...