Page 1 of 1

Problems with Defi4nc3's ORPG

Posted: May 11th, 2008, 3:51 pm
by Bushido
Well..my problem is this:
When i delete the anti-cheat & anti-singleplayer , i can't chose a hero!
he says "There are 4 player's playing" but i can't chose a hero..
The map can be found Here
And the j file can be found Here
i want to know , what i have to change / modify / delete , cause i have no ideas anymore...
i appreciate it .

Re: Problems with Defi4nc3's ORPG

Posted: May 11th, 2008, 11:31 pm
by DragoonJett
maybe the trigger to stop single player spawns the taverns?

Re: Problems with Defi4nc3's ORPG

Posted: May 12th, 2008, 5:09 am
by Bartimaeus
I'll work on it tomorrow.

Re: Problems with Defi4nc3's ORPG

Posted: May 12th, 2008, 9:04 am
by Bushido
Alright , Thanks for the help ;)

Re: Problems with Defi4nc3's ORPG

Posted: May 12th, 2008, 9:32 am
by Ozzapoo
Found your problem....
You got lazy :P
A certain code block occurs several times in the map... So the creator obviously wanted to make it annoying for us to hack.. >.>
Just find all the "call DisableTrigger(gg_trg_Save)" in the map and remove the entire block of code (but leave the function, unless you want to make it annoying).
And then go through the file again and look for all the function that have 'SGA' in the name and delete the functions for that.
So if a function is called 'Trig_ThisMapSucks_SGA' then delete the triggers for that XD
and you're done!

I've uploaded my J file if you're interested >.>

Here >.>

P.S. In my J file, I was experimenting around and trying to stay on the safe side so I also removed the trigger globals too.... Just incase you're wondering ;)
I didn't add the cheats, so just insert this into a map and use my acp... or just add it manually while you look at/edit the J file :D

On a side note... How does he do the chat system >.>? I don't see anything that can possible not let me see my own chat message... >.>

Re: Problems with Defi4nc3's ORPG

Posted: May 12th, 2008, 1:00 pm
by Bushido
Thanks :D
i was lazy yeah..it was a typical "Noob" Mistake..
i only searched for "Single" and "Cheat" but forgot the "Save" "Load" things..:o