[GUIDE] Deprotecting / Inserting a CP / Enabling SP
Moderator: Cheaters
-
- Newcomer
- Posts: 1
- Joined: July 26th, 2009, 8:19 am
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
Hello, I tried to insert cheatpack to master crafters ORPG 2.7 following the instructions on the first post. When I try to create a game with this map it crashes wc3 now (on bnet and LAN game) and gives me this error: http://imgur.com/LmeJg.jpg . What can I do to fix this? thx for your help.
edit: nvm i just found this post: http://forum.wc3edit.net/deprotection-c ... 13048.html
I will try that and see what happens.
edit: doesnt work i get 2 lines with wrong syntax ( http://imgur.com/yWHJ7.jpg )
Do I need a new version of JassCraft or something ?
final edit: I followed instructions here http://forum.wc3edit.net/deprotection-c ... 13219.html
and it made syntax check work. sry for troubles
edit: nvm i just found this post: http://forum.wc3edit.net/deprotection-c ... 13048.html
I will try that and see what happens.
edit: doesnt work i get 2 lines with wrong syntax ( http://imgur.com/yWHJ7.jpg )
Do I need a new version of JassCraft or something ?
final edit: I followed instructions here http://forum.wc3edit.net/deprotection-c ... 13219.html
and it made syntax check work. sry for troubles
-
- Newcomer
- Posts: 7
- Joined: May 17th, 2008, 7:20 am
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
Excuse my noobishness, but in (the updated) JJCP, there are THREE text files, just like the old one, and where do I put the last file?
Where does that go? At the end of the 'function main takes nothing returns nothing' ?
Thanks in advance,
-D.E.
Spoiler:
Thanks in advance,
-D.E.
-
- Forum Staff
- Posts: 506
- Joined: November 17th, 2008, 3:49 pm
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
http://forum.wc3edit.net/map-deprotecti ... t2913.htmlJJ2197 wrote:Make sure to put the last part under the locals in function main.
If there are no locals, just put it right under function main takes nothing returns nothing.
Example:
Function main takes nothing returns nothing
local weathereffect we
local player p
local unit u
local integer i=0
<insert last part here>
-
- Newcomer
- Posts: 4
- Joined: August 19th, 2009, 10:12 pm
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
hi im having some trouble when im deprotecting this map
http://www.mapgnome.org/map-info/367368
and if anyone can deprotect it or helping me just to update it for version 1.24
thanks
http://www.mapgnome.org/map-info/367368
and if anyone can deprotect it or helping me just to update it for version 1.24
thanks
-
- Member
- Posts: 97
- Joined: June 18th, 2007, 12:45 am
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
I am currently trying to make Defiance ORPG .17B single player i have followed the instructions, but when i need to search for singleplayer its not there.
I tried with a space and there are lots of NO_SINGLE_PLAYER i cannot figure out which one or what to put in it. Also if at all possible if you look at it could u make patrol work again.
Here is the map from epicwar http://www.epicwar.com/maps/94034/, but now that i look at the .j i found what seems to be cheatpack like functions unless its the things disabling it.
but if you could see how to do singleplayer that would be great and maybe even show how you did it please i would do it myself if i knew more of what i was doing.
I tried with a space and there are lots of NO_SINGLE_PLAYER i cannot figure out which one or what to put in it. Also if at all possible if you look at it could u make patrol work again.
Here is the map from epicwar http://www.epicwar.com/maps/94034/, but now that i look at the .j i found what seems to be cheatpack like functions unless its the things disabling it.
Code: Select all
call DisplayTimedTextToPlayer(p2p,0,0,10,"-gold # - Adds # to your current gold")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-lumber # - Adds # to your current lumber")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-int # - Adds # intelligence to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-agi # - Adds # agility to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-str # - Adds # strength to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-lvl # - Sets # level to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-xp # - Sets # experience to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-hp # - Sets # health points to selected hero")
elseif SubString(s2s,0,6)=="-list2"then
call DisplayTimedTextToPlayer(p2p,0,0,10,"-mp # - Sets # mana points to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-ms # - Sets # move speed to selected hero")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-additem # - Spawns # random items")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-invul - Makes selected units invulnerable")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-vul - Makes selected units vulnerable")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-kill - Kills selected units")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-vis - Makes selected units visible")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-invis - Makes selected units invisible")
call DisplayTimedTextToPlayer(p2p,0,0,10,"-colors - Displays player color number ids")
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
have you already tried to play the map on single player?
If there's a cheatpack in there, most commonly, single player would have already been enabled, which is why you can't find it again.
If there's a cheatpack in there, most commonly, single player would have already been enabled, which is why you can't find it again.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Member
- Posts: 97
- Joined: June 18th, 2007, 12:45 am
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
Yes i have tried before and all it does is defeat me in the beginning of the game when i try singleplayer.
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
What does it say when it defeats you?
All you have to do, then, is search for CustomDefeatBJ and keep finding until you see the line that says the defeat message.
For example, if it says "No single player, noob!"
Keep searching until you find CustomDefeatBJ(somethingsomething)"No single player, noob!"
Delete that line and you should be fine.
If you want to enable saving in an RPG, find the trigger that disables the save.
All you have to do, then, is search for CustomDefeatBJ and keep finding until you see the line that says the defeat message.
For example, if it says "No single player, noob!"
Keep searching until you find CustomDefeatBJ(somethingsomething)"No single player, noob!"
Delete that line and you should be fine.
If you want to enable saving in an RPG, find the trigger that disables the save.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Member
- Posts: 97
- Joined: June 18th, 2007, 12:45 am
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
CustomDefeatBJ is only used for if a player has been banned or kicked from the game. And when the defeat occurs it says No Single Player which if typed in like No_Single_Player it is shown up multiple times.
Here is what i think r the main functions that i believe cause the defeat or just checks to see if its there. Somewhere i came across something where it shows this and then like +1 to make sure that there is at least 2 players.
Would this be the line of code to change to enable saving and then the one player to enable multiplayer and to do that just chance the <1 to 0?
Here is what i think r the main functions that i believe cause the defeat or just checks to see if its there. Somewhere i came across something where it shows this and then like +1 to make sure that there is at least 2 players.
Spoiler:
Spoiler:
Spoiler:
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP
Are you positive that you can't play on single player?
Reasons I ask again:
I downloaded the map and found this:
Which basically means that someone was here before and disabled all of the anti-single player things.
Oh, and this is the first thing you see when you open it
This map has already been hacked, and my guess is that Krypto hacked it. If that's the case, he probably already enabled single player.
I can't test cuz it's not 1.24 compatible.
As for your save check thing, if you look at the line under it it says
So it doesn't matter how many players there are, it still says Do nothing.
Reasons I ask again:
I downloaded the map and found this:
Code: Select all
function Trig_NO_SINGLE_PLAYER_AGAIN_Func011A takes nothing returns nothing
call DoNothing( )
endfunction
function Trig_NO_SINGLE_PLAYER_AGAIN_Actions takes nothing returns nothing
call DoNothing( )
Oh, and this is the first thing you see when you open it
Spoiler:
I can't test cuz it's not 1.24 compatible.
As for your save check thing, if you look at the line under it it says
Code: Select all
function Trig_Save_Check_Actions takes nothing returns nothing
if(Trig_Save_Check_Func001C())then
call ForGroupBJ(GetUnitsInRectAll(bj_mapInitialPlayableArea),function Trig_Save_Check_Func001Func003A)
call DoNothing( )
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!