[JJ's CP+RC] Fish RPG 0.33

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

Post Reply
sonicblue02
Newcomer
Posts: 13
Joined: May 10th, 2015, 1:52 pm

[JJ's CP+RC] Fish RPG 0.33

Post by sonicblue02 »

Map: Fish RPG 0.33

Map link: https://www.epicwar.com/maps/276563/

Request: JJ's Cheatpack + Rawcodes

Thank you very much!
You do not have the required permissions to view the files attached to this post.
Last edited by sonicblue02 on May 16th, 2019, 5:59 pm, edited 1 time in total.
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1729
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada

Re: [JJ's CP+SP+RC] Fish RPG 0.33

Post by Vegas »

4. If you're asking for single player to be enabled, please play the map in single player so you can tell us what happens - messages such as "Saving disabled because of singleplayer!" or "You can't play in singleplayer! *defeat message*" help immensely in locating the correct functions to change.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JJ's CP+RC] Fish RPG 0.33

Post by nuzamacuxe »

ACTIVATOR: -easymode<space><space>
You do not have the required permissions to view the files attached to this post.
sonicblue02
Newcomer
Posts: 13
Joined: May 10th, 2015, 1:52 pm

Re: [JJ's CP+RC] Fish RPG 0.33

Post by sonicblue02 »

nuzamacuxe wrote:ACTIVATOR: -easymode<space><space>


Thank you!

It seems single player is prohibited (I found that somewhere in F9) although it seems you can actually play it without kicking you out but I can't save though.
It says "Error Save Target is not hero in the array"
One more thing if I die I can't respawn.
Last edited by sonicblue02 on May 16th, 2019, 8:47 pm, edited 1 time in total.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JJ's CP+RC] Fish RPG 0.33

Post by nuzamacuxe »

You didn't ask to check it (single player) though.

Also about the error: probably you are trying to save a hero which isn't saveable. That also means that's why you can't be revived.

Code: Select all

function Trig_Revive_Conditions takes nothing returns boolean
    if ( not ( GetTriggerUnit() == udg_hero[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))] ) ) then
        return false
    endif
    return true
endfunction


Take it easy and do not cheat so much.

By the way I didn't find any anti single player.
Post Reply