Legendary Monsters SP
Moderator: Cheaters
-
- Newcomer
- Posts: 14
- Joined: June 1st, 2008, 4:02 pm
Legendary Monsters SP
Could somebody tell me how to enable SP in Legendary Monsters. It has no Defeat triggers in the Jass, but, when I try to save - then - load in another game, it wont load. I've read the tutorials and it works, but not in Legendary Monsters. Am I doing something wrong? Is there a different method for [SPing] Legendary Monsters? or does it not have an SP enabler at all? because I've tryed with the best of my abilities to comprehend and research this map and I am frustrated on how I cannot enable SP in this one map...
-
- Newcomer
- Posts: 12
- Joined: August 3rd, 2009, 1:23 pm
Re: Legendary Monsters SP
You can do it, Im just not aware how.Khamul wrote:Or does it not have an SP enabler at all?
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Legendary Monsters SP
Look for the sting that says that the game detected single player. Find the function of the string and disable the whole thing.
-
- Newcomer
- Posts: 14
- Joined: June 1st, 2008, 4:02 pm
Re: Legendary Monsters SP
How do I disable the string once I find it? Type out 'disable' beside the .. XXXX
xxxx for example of string..
xxxx for example of string..
-
- Noob
- Posts: 945
- Joined: December 23rd, 2008, 11:27 pm
- Title: LSD.
- Location: Your Girlfriend's Pants.
Re: Legendary Monsters SP
To be honest most of single player enabling has to do with logical thinking. If a single player says enable switch it to disable. If it has math such as X=X+1 change +1 to +0.

-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Legendary Monsters SP
Search for "-save"
then you'll see something like this
"(gg_trg_save,Player(0),"-save",true)"
then search for "disabletrigger(gg_trg_save)"
and delete that line
the gg_trg_save could be anything..like SaveTrigger
then you'll see something like this
"(gg_trg_save,Player(0),"-save",true)"
then search for "disabletrigger(gg_trg_save)"
and delete that line
the gg_trg_save could be anything..like SaveTrigger

League of legends North America - Nietono
-
- Newcomer
- Posts: 14
- Joined: June 1st, 2008, 4:02 pm