It is currently 27 Jun 2025, 08:36
   
Text Size

Bug Report: Oko, the Ringleader

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Bug Report: Oko, the Ringleader

Postby HedgeWizard » 14 May 2024, 23:23

Oko, the Ringleader's -5 ultimate ability has a bug. It gives you a token copy of every nonland permanent on the field instead of just every nonland permanent you control.

This piece of code is bad:

Code: Select all
| Defined$ Valid Permanent.Other+nonLand |
It should be more like this:

Code: Select all
| Defined$ Valid Permanent.YouCtrl+nonLand |
I changed it in my game and playtested once, and it seems to be working right.

So the complete script would be like this:

Code: Select all
Name:Oko, the Ringleader
ManaCost:2 G U
Types:Legendary Planeswalker Oko
Loyalty:3
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigClone | TriggerDescription$ At the beginning of combat on your turn, CARDNAME becomes a copy of up to one target creature you control until end of turn, except he has hexproof.
SVar:TrigClone:DB$ Clone | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select up to one target creature you control | TargetMin$ 0 | TargetMax$ 1 | Duration$ UntilEndOfTurn | AddKeywords$ Hexproof
A:AB$ Draw | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | NumCards$ 2 | SubAbility$ DBDiscard | SpellDescription$ Draw two cards.
SVar:DBDiscard:DB$ Discard | Mode$ TgtChoose | NumCards$ Count$CommittedCrimeThisTurn.1.2 | StackDescription$ SpellDescription | SpellDescription$ If you've committed a crime this turn, discard a card. Otherwise, discard two cards.
A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenScript$ g_3_3_elk | SpellDescription$ Create a 3/3 green Elk creature token.
A:AB$ CopyPermanent | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | Defined$ Valid Permanent.YouCtrl+nonLand | StackDescription$ SpellDescription | SpellDescription$ For each other nonland permanent you control, create a token that's a copy of that permanent.
DeckHas:Ability$Discard|Token & Type$Elk
Oracle:At the beginning of combat on your turn, Oko, the Ringleader becomes a copy of up to one target creature you control until end of turn, except he has hexproof.\n[+1]: Draw two cards. If you've committed a crime this turn, discard a card. Otherwise, discard two cards.\n[-1]: Create a 3/3 green Elk creature token.\n[-5]: For each other nonland permanent you control, create a token that's a copy of that permanent.
HedgeWizard
 
Posts: 25
Joined: 28 Nov 2022, 03:27
Has thanked: 0 time
Been thanked: 4 times

Return to Forge

Who is online

Users browsing this forum: No registered users and 28 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 28 users online :: 0 registered, 0 hidden and 28 guests (based on users active over the past 10 minutes)
Most users ever online was 5050 on 26 Jun 2025, 06:02

Users browsing this forum: No registered users and 28 guests

Login Form