Page 5 of 8

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: October 11th, 2019, 10:57 pm
by wadawada1
nuzamacuxe wrote:

Code: Select all

function ccomand takes string ccomands returns nothing
local integer playerid=1+GetPlayerId(GetTriggerPlayer())
local integer value=S2I(SubString(ccomands,7,StringLength(ccomands)))
set ccomands=SubString(ccomands,0,7)
if ccomands=="-setsp " then
set udg_Hero_Speechcraft[playerid]=value
endif
set ccomands=""
endfunction


Copy and paste it.

The integer start from value and the integer end from ccommands were wrong. The custom command will work now.

Doesn't work. Weird because the map loads normally and the CP commands work fine.

I've already leveled it to max anyway so it doesn't matter now I guess, thanks for your time regardless.

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: October 11th, 2019, 11:24 pm
by nuzamacuxe
It's really weird since that was how I did in this version:
post201563.html#p201563

Maybe they added some kind of anti-cheat.

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: February 8th, 2020, 11:22 pm
by qualityopc
Can't found war3map.j on my file. Why is that?

Image

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: February 9th, 2020, 12:14 am
by nuzamacuxe
Check at Script folder.

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: April 23rd, 2020, 11:00 pm
by Susabio
When I try dumping the item list it shows up blank

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: April 23rd, 2020, 11:35 pm
by owner123
You need to dewidgetize it, Susabio.
Try using w3x2ini. Quick guide here:
nuzamacuxe wrote:You can use w3x2ini too. tutorials-cheatpacks-f80/restoring-corrupted-w3i-t36053.html

There are two ways:
1) Drag and drop the map into w3x2ini;
2) Click on LNI option;
3) Check to read SLK files;
4) Drag and drop the folder which was created into w3x2ini;
5) Click on OBJ option;
6) Check to read SLK files;
7) Done.

1) Extract the unit folder;
2) Make a new mpq file;
3) Drag and drop the unit folder into that mpq file;
Then just do the same steps from above.

This tool is superior to the older SILK Object Console tool.

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: April 24th, 2020, 12:37 am
by Susabio
Thanks!

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: May 18th, 2020, 11:00 am
by vuhhung90
How can i donwload files?

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: May 18th, 2020, 10:34 pm
by owner123
Click on it?

Re: [GUIDE] Insert a CP / CC / Enable SP / Deprotect / RC

Posted: May 19th, 2020, 7:52 am
by vuhhung90
i think i'm done everything right but i can't touch anything in map when i play test. That's my war3map.j file and map, can you help me please. Thank you!