Jump to content
  • 0

A doubt about card drop blocking.


Redao

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/23/19
  • Last Seen:  

Does anyone know how to make a Script or a change so that I can block the drop of a certain card on a certain map?

For example:

The ghostring monster from pay_fild04, is there any way I can block the DROP of his card "only on this MAP?"

Other:

Is there a way to block the Drop of a certain card in the Endless Tower?

For example: Blocking the Boss Scene Card drop on the Endless Tower map.

Can anyone help me in this matter?

I thank!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.01
  • Content Count:  82
  • Reputation:   7
  • Joined:  12/29/18
  • Last Seen:  

Why you don't make a Ghostring monster Event?

Like custom mob, with same drop and whitout cards?


EDIT: You duplicate the topic

 

Edited by Fluxion
Duplicate topic
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/23/19
  • Last Seen:  

1 hour ago, Fluxion said:

Why you don't make a Ghostring monster Event?

Like custom mob, with same drop and whitout cards?


EDIT: You duplicate the topic

 

I used only one example with the ghostring card, I wanted a function for any card of any monster on any map.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

12 hours ago, Redao said:

Does anyone know how to make a Script or a change so that I can block the drop of a certain card on a certain map?

For example:

The ghostring monster from pay_fild04, is there any way I can block the DROP of his card "only on this MAP?"

Other:

Is there a way to block the Drop of a certain card in the Endless Tower?

For example: Blocking the Boss Scene Card drop on the Endless Tower map.

Can anyone help me in this matter?

I thank!

Duplicate ghostring monster and remove the card drop and re-assign the monster id in npc\( pre-re or re )\mobs\fields\payon.txt

Link to comment
Share on other sites

  • 0

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

On 4/5/2022 at 7:13 AM, Redao said:

he ghostring monster from pay_fild04, is there any way I can block the DROP of his card "only on this MAP?"

1.

instead of removing it, why not just remove the other ghostring from other map ? spawn a clone of ghosting using new mob_id (or existing event mob) that has no item drops.

2.

But of course, you could also remove this from payon map, then spawn it using NPC script that run an event label to simulate the item drops if you willing to sacrifice some processing power and do calculation for item drop penalty or bubble gum bonus.

 

On 4/5/2022 at 7:13 AM, Redao said:

Is there a way to block the Drop of a certain card in the Endless Tower?

For example: Blocking the Boss Scene Card drop on the Endless Tower map.

read point 2 above, by default all instance monster are spawned by NPC script, they run event label when died.

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