This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk

Forum rules

Search found 5 matches

by Heroes084
Sat Nov 11, 2017 3:40 am
Forum: Answered ScriptAPI Topics
Topic: Modifier Triggers to Script
Replies: 3
Views: 3748

Re: Modifier Triggers to Script

I need a help on making a player get some modifiers when activating something, like the player does more melee damage when pressing a button, so... if someone could help me on this, Thx :D Do you need other kind of profile triggering apart from the button press? like AreaTriggers for example? Then,...
by Heroes084
Sat Nov 11, 2017 3:37 am
Forum: Superfighters Deluxe Ideas and Suggestions
Topic: Feature: Trophy system (similar to achievements)
Replies: 14
Views: 12387

Re: Feature: Trophy system (similar to achievements)

the survival mode could give some interesting achivments, like killing the first boss without help :D
by Heroes084
Thu Nov 09, 2017 3:40 pm
Forum: Answered ScriptAPI Topics
Topic: Modifier Triggers to Script
Replies: 3
Views: 3748

Modifier Triggers to Script

I need a help on making a player get some modifiers when activating something, like the player does more melee damage when pressing a button, so... if someone could help me on this, Thx :D
by Heroes084
Tue Oct 24, 2017 3:17 am
Forum: Answered ScriptAPI Topics
Topic: Can I Get A Flying Script?
Replies: 2
Views: 3490

Re: Can I Get A Flying Script?

I hope that this script help you :D /* * author: Heroes084 * description: Alt to Fly(Alt para voar) */ public void OnStartup(){ IObjectTimerTrigger Timer = (IObjectTimerTrigger)Game.CreateObject("TimerTrigger"); Timer.SetIntervalTime(50); Timer.SetRepeatCount(0); Timer.SetScriptMethod("Fly"); Timer....
by Heroes084
Thu Jan 19, 2017 4:21 pm
Forum: Superfighters Deluxe Map Editor
Topic: A team with powers
Replies: 1
Views: 2524

A team with powers

I need help to make a team that can regen and have other powers, for example: team 2 Regen, can do super jump etc. can somebody help me?