Redao Posted April 4, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 08/23/19 Last Seen: May 20, 2023 Share Posted April 4, 2022 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! Quote Link to comment Share on other sites More sharing options...
0 Fluxion Posted April 5, 2022 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 83 Reputation: 7 Joined: 12/29/18 Last Seen: Monday at 09:28 PM Share Posted April 5, 2022 (edited) Why you don't make a Ghostring monster Event? Like custom mob, with same drop and whitout cards? EDIT: You duplicate the topic Edited April 5, 2022 by Fluxion Duplicate topic Quote Link to comment Share on other sites More sharing options...
0 Redao Posted April 5, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 08/23/19 Last Seen: May 20, 2023 Author Share Posted April 5, 2022 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. Quote Link to comment Share on other sites More sharing options...
0 Jayz Posted April 5, 2022 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Share Posted April 5, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 1, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted May 1, 2022 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. Quote Link to comment Share on other sites More sharing options...
Question
Redao
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.