Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

R> Player has killed [monster] and got [monster card] Script


funtwocrasher

Question


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  143
  • Reputation:   4
  • Joined:  06/17/12
  • Last Seen:  

Is there any script out there that function like this? Global announce when player killed a monster and drops a card. Same like in ROZero.

 

image.png.4405e1a0f60aafe753d461a46515b749.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  948
  • Reputation:   125
  • Joined:  05/23/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   155
  • Joined:  11/28/11
  • Last Seen:  

On 3/13/2022 at 7:13 AM, funtwocrasher said:

Is there any script out there that function like this? Global announce when player killed a monster and drops a card. Same like in ROZero.

 

image.png.4405e1a0f60aafe753d461a46515b749.png

  - Id: 4001
    AegisName: Poring_Card
    Name: Poring Card
    Type: Card
    Buy: 20
    Weight: 10
    Locations:
      Armor: true
    Flags:
      BuyingStore: true
      DropEffect: CLIENT
    Script: |
      bonus bLuk,2;
      bonus bFlee2,1;
    add
    Flags:
      DropAnnounce: true

 

Edited by Mael
Use a codebox
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  88
  • Topics Per Day:  0.05
  • Content Count:  261
  • Reputation:   13
  • Joined:  08/12/20
  • Last Seen:  

On 3/13/2022 at 10:58 PM, Slammer said:

  - Id: 4001
    AegisName: Poring_Card
    Name: Poring Card
    Type: Card
    Buy: 20
    Weight: 10
    Locations:
      Armor: true
    Flags:
      BuyingStore: true
      DropEffect: CLIENT
    Script: |
      bonus bLuk,2;
      bonus bFlee2,1;
    add
    Flags:
      DropAnnounce: true

I added the DropAnnounce: true but it is not announcing, would there be any other modification needed?

Link to comment
Share on other sites

  • 0

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

On 7/8/2022 at 7:46 PM, Almond Snicker said:

I added the DropAnnounce: true but it is not announcing, would there be any other modification needed?

read this

On 3/14/2022 at 12:06 AM, Rynbef said:

 

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