wc3edit.net
https://forum.wc3edit.net/

[JASS] JJCP: NewGen
http://forum.wc3edit.net/tutorials-cheatpacks-f80/jjcp-newgen-t37351-30.html
Page 4 of 4

Author:  nuzamacuxe [ April 24th, 2022, 1:53 am ]
Post subject:  Re: [JASS] JJCP: NewGen

Could you send the map? That way I can help you out.

I2S is just a function which transforms integer to string.

That russian map is the zombie one.

Don't worry, it's normal to get struggled with something which you aren't used to.

Author:  nhs325 [ April 29th, 2022, 6:20 am ]
Post subject:  Re: [JASS] JJCP: NewGen

Hey Mr.Nuzamacuxe, can you add the UnitPauseTimer command for this cheatpack like the one you gave me for the NZCP Cheatpack? I tried to add that one into this JJCP but it doesn't work.

if command == "timer" then
call UnitPauseTimedLife( target, true )
endif

This one. Thank you very much in advance.

Author:  nuzamacuxe [ April 30th, 2022, 11:51 pm ]
Post subject:  Re: [JASS] JJCP: NewGen

Look for
Code:
elseif command == "destroy" then
call RemoveUnit( jjUnit )


and put this below:

Code:
elseif command == "ptimer" then
call UnitPauseTimedLife( jjUnit, true )

Author:  ResNovae [ May 24th, 2023, 12:25 pm ]
Post subject:  Re: [JASS] JJCP: NewGen

Nuzamacuxe,is it possible to make -heal work on every selected unit and being able to -copy several units at same time?

Page 4 of 4 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/