Marmic Combat (script)
Jump to navigation
Jump to search
setvariable attack parry setvariable weapon broadsword Start: match advance %1 put look matchwait Combat_attack: match dead and lies still. match dead then suddenly stops all movement. match dead ceases all movement. match dead collapses with a heavy thud. match dead bellows and then lies still. match dead slowly falls to the ground, match dead finally taking her last breath. match dead The vine is cleanly sliced in two. match dead falling to the ground in a crumpled heap. match combat_attack_pause You move into a position to parry. match combat_attack_pause You are already in a position to parry. match combat_attack_pause [Roundtime put %attack matchwait combat_attack_pause: pause 1 pause 1 goto combat_next_attack advance: put adv %1 pause 6 goto combat_attack combat_next_attack: match parry Last Combat Maneuver: Bash | Chop match feint Last Combat Maneuver: Parry match draw Last Combat Maneuver: Feint match sweep Last Combat Maneuver: Draw match swing Last Combat Maneuver: Sweep match chop Last Combat Maneuver: Slice put stance maneuver matchwait parry: setvariable attack parry goto Combat_attack feint: setvariable attack feint goto Combat_attack draw: setvariable attack draw goto Combat_attack sweep: setvariable attack sweep goto Combat_attack swing: setvariable attack swing goto Combat_attack chop: setvariable attack chop goto Combat_attack dead: pause 1 pause 1 if_2 goto skin goto loot skin: match xxxxx cannot be skinned. put skin matchwait loot: put loot waitfor You search put get coin put get coin pause 1 put get coin put sheath my %weapon waitfor You sheathe put stow gem put stow gem pause 1 put wield my %weapon waitfor You draw pause 8 setvariable attack parry goto song_check song_check: match start Rage of the Clans match sing You are not currently performing any enchantes or scroll songs. put song matchwait sing: put chant rage waitfor "Rage of the Clans" goto start