[NZCP] Dream RPG 1.80

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
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: [NZCP] Dream RPG 1.80

Post by devoltz »

Vegas wrote:Maybe devoltz can look into it.
The issue isn't with anti-cheat measures; certain game constraints are passed as variables through functions in the map. Therefore, increasing some game constraints using Blizzard natives isn't possible. Since the map does not work for me, here's how to fix it:

Code: Select all

elseif loc_string01 == "lumber" then
call AdjustPlayerStateG(Player( loc_integer01 ),PLAYER_STATE_RESOURCE_LUMBER,loc_integer03)
elseif loc_string01 == "gold" then
call AdjustPlayerStateG(Player( loc_integer01 ),PLAYER_STATE_RESOURCE_GOLD,loc_integer03)
This way, we adjust the player state using a function already defined by the map itself, 'AdjustPlayerStateG'."
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1730
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada

Re: [NZCP] Dream RPG 1.80

Post by Vegas »

I was thinking the same thing.
;-)
mrebhem100
Newcomer
Posts: 6
Joined: October 27th, 2023, 3:35 am

Re: [NZCP] Dream RPG 1.80

Post by mrebhem100 »

fix it for me please? ddont know how to code
Post Reply