Jump to content
  • 0

announce dropped MVP card


Yukaiii

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

Does anyone have a script that does this function? and can this be available?

Thank you very much.

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

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

try item_db ?

    Flags:
      DropAnnounce: true

 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

1 hour ago, Emistry said:

try item_db ?

    Flags:
      DropAnnounce: true

 

could you explain me better?
I could not understand @Emistry

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1545
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, Yukaiii said:

could you explain me better?
I could not understand @Emistry

Add that flags in your itemdb for each cards that you want to be announced.

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

On 28/08/2023 at 00:29, Chaos92 said:

Adicione esses sinalizadores em seu itemdb para cada cartão que você deseja anunciar.

Could you give me an example of how to do this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1545
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, Yukaiii said:

Could you give me an example of how to do this?

  - Id: 7783
    AegisName: Silver_Key77
    Name: Episode 13.2 Poring Key
    Type: Etc
    Weight: 10
    Flags:
      DropAnnounce: true

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   119
  • Joined:  05/23/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

7 hours ago, Chaos92 said:

  - Id: 7783
    AegisName: Silver_Key77
    Name: Episode 13.2 Poring Key
    Type: Etc
    Weight: 10
    Flags:
      DropAnnounce: true

my item_db is old..

 

4128,Golden_Bug_Card,Carta Besouro-Ladrão Dourado,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100; bonus bUseSPrate,100; },{},{}

 

my item_db is like this

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1545
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Yukaiii said:

my item_db is old..

 

4128,Golden_Bug_Card,Carta Besouro-Ladrão Dourado,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100; bonus bUseSPrate,100; },{},{}

 

my item_db is like this

then find in db folder pre-re or re named item_flag.txt

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

10 hours ago, Chaos92 said:

then find in db folder pre-re or re named item_flag.txt

it worked guys. Thanks!
I would like to know how to resolve this not showing the full name of the player?

[fdgfd**] opened [Poring] and received the item "card poring"

Would you like to change this "opened".. by killing the poring and receiving the "card poring" item?

@Chaos92

@Emistry

Thank you guys!!

screenSeja Bem-Vindo!!022.jpg

screenSeja Bem-Vindo!!023.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1545
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

39 minutes ago, Yukaiii said:

it worked guys. Thanks!
I would like to know how to resolve this not showing the full name of the player?

[fdgfd**] opened [Poring] and received the item "card poring"

Would you like to change this "opened".. by killing the poring and receiving the "card poring" item?

@Chaos92

@Emistry

Thank you guys!!

screenSeja Bem-Vindo!!022.jpg

screenSeja Bem-Vindo!!023.jpg

find that message template in msgstringtable, then you will found it. edit at the same lines.

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

3 hours ago, Yukaiii said:

how to resolve this not showing the full name of the player?

https://github.com/rathena/rathena/blob/f4fa967991fcd8b4f24999b464864a1a16c34b25/conf/battle/items.conf#L122

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   119
  • Joined:  05/23/12
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

Sorted out!! Thank you all.

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