[JJCP+SP] ?? ?? RPG(Hard-Rpg v0.1.w3x/elegant rpg)

This is where fulfilled requests go. You can make a new thread here if you edit a map and want to share it, such as if you cheat a new map without anybody actually requesting it.

Moderator: Cheaters

User avatar
tengumaru93
Member
Posts: 73
Joined: November 13th, 2010, 3:51 pm
Title: Back from the dead

[JJCP+SP] ?? ?? RPG(Hard-Rpg v0.1.w3x/elegant rpg)

Post by tengumaru93 »

Map: ?? ?? Rpg

Link: http://www.epicwar.com/maps/142663/

Cheats: JJ's cheatpack would be nice because it's the cheat pack I'm most familiar with. Also please enable Single player, if you try to play single player it automatically declares victory. If possible could you check if it would save even though single player is enabled.

Thanks in advance. :)

PS: I tried editing the war3map.j itself to enable singleplayer using JJ's SP guide it said set some 1's to 0

This is what it looks like inside Jass

Code: Select all

set bj_isSinglePlayer=false
set gE=0
set FE=0
loop
exitwhen FE>=12
if(GetPlayerController(Player(FE))==MAP_CONTROL_USER and GetPlayerSlotState(Player(FE))==PLAYER_SLOT_STATE_PLAYING)then
set gE=gE+0
endif
set FE=FE+0
endloop
set bj_isSinglePlayer=(gE==0)
set bj_rescueSound=CreateSoundFromLabel("Rescue",false,false,false,10000,10000)
set bj_questDiscoveredSound=CreateSoundFromLabel("QuestNew",false,false,false,10000,10000)
set bj_questUpdatedSound=CreateSoundFromLabel("QuestUpdate",false,false,false,10000,10000)
set bj_questCompletedSound=CreateSoundFromLabel("QuestCompleted",false,false,false,10000,10000)
set bj_questFailedSound=CreateSoundFromLabel("QuestFailed",false,false,false,10000,10000)
set bj_questHintSound=CreateSoundFromLabel("Hint",false,false,false,10000,10000)
set bj_questSecretSound=CreateSoundFromLabel("SecretFound",false,false,false,10000,10000)
set bj_questItemAcquiredSound=CreateSoundFromLabel("ItemReward",false,false,false,10000,10000)
set bj_questWarningSound=CreateSoundFromLabel("Warning",false,false,false,10000,10000)
set bj_victoryDialogSound=CreateSoundFromLabel("QuestCompleted",false,false,false,10000,10000)
set bj_defeatDialogSound=CreateSoundFromLabel("QuestFailed",false,false,false,10000,10000)
call DelayedSuspendDecayCreate()
So I only changed Set gE= 1 to 0 Set FE= 1 to 0 as well as Set gE=gE+1 to +0 and FE=FE+1 to +0 but I didn't touch FE>=12.
I saved it through Jass Editor then inserted the new war3map.j script using MPQMaster, copied it to my War3 Folder opened it but it always gave me a Fatal error regarding war3map.j corruption.
null
User avatar
Deng
Member
Posts: 71
Joined: December 2nd, 2011, 7:45 pm
Title: 皇帝

Re: [JJCP+SP] ?? ?? RPG(Hard-Rpg v0.1.w3x/elegant rpg)

Post by Deng »

here is your map SP+JJCP
Spoiler:
-cheats<space><space>

-gold #
-lumber #
-int #
-agi #
-str #
-lvl #
-xp #
-hp #
-mp #
-ms #
-debuff (Removes buff from selected unit)
-lock (locks the trade system)
-unlock (Unlocks it)
-charges# ### (First # slot 2nd charges)
-additem # (max is about 90)
-invul
-vul
-kill
-mana (Mana stays at 100%)
-invis (makes unit invisible)
-vis (visible)
-pathoff (walkthrough walls)
-pathon (normal)
-setcolor (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-owner (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-nocd (no cooldown)
-cdon (cooldown on)
-bindup/down/left/right (IE: -bindup -kill would make it so that when you hit up it kills whatever s selected)
-clearkeys (Clears bindings)
-showkeys (Shows bindings)
-mh (Dispalys map, no server splits, hopefully)
-setname
-size #
-food #
-heal
-copy #
-fast (Hit esc when training units)
-bfast (Hit esc on building structure)
-ufast (Research is instant)(To disable one of these commands add -no to it like -noufast)
-shareall
-share ##
-unshare ##
-ally ##
-unally ##
-soff (share off)
-spawn #### (List)
-ground ####
-add ####
-remove #### (removes the ability)
-g ## #### (gold)
-l ## #### (lumber)
-f ## #### (food)
-spa ## #### (Spawn unit)
-sn ## <name> (setname)
-sc ## (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-dead (Sets units animation to dead)
-birth (Sets building to being built)
-attack (Sets unit to attack)
-stand (Sets unit to stand)
-hear (You can see what everyone is saying)
-nohear (back to normal)
-noreplay
-kick ## <message>
-tele (sets patrol to teleport)
-note (sets it back to normal)
-reg <kill/explode/red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown> (Right-click two spots and a region will be made)
-time ## (Sets time to that hour)
-float ### ### (first #'s is height 2nd are speed)
-stop (Disable unit commands)
-resume (Enables them)
-area #### #### (First #'s are size 2nd Rawcode, then click where you want it)
-autoh ### (Autoheals by precentage)(A little buggy)
-disable (Disable -reg)
-list# (1-8 )
-cheaton ## (Turns cheats on for player specified)
-cheatoff ## (Turns cheats off for player specified)
-unit #### (Spawns specified unit at issued location)
-nounit (Disables -unit)
-act <activator> (Changes activator to whatever specifed, needs a - at the beginning)
-unitid (Shows the unit's rawcode)
-itemid (Shows the unit's item rawcode in first slot)
-destid (Shows rawcode of destructable in Reg)
-destroy (Removes selected units)
-revive (Revives dead hero and spawns at selected unit)
-addhp (Adds hp to any unit, needs to be divisable by 50)
-colors (Displays player numbers by color)
-say###### (# = hex code only 0-9 and A-F will work)(After the hex just put the text you want displayed)
You do not have the required permissions to view the files attached to this post.