Page 1 of 1

CreateNUnitsAtLoc has unusual id

Posted: December 9th, 2018, 6:23 am
by eddydu555
so there is this map that says

Code: Select all

call CreateNUnitsAtLoc(1,eL[S2I(SubStringBJ(GetEventPlayerChatString(),9,10))],GetTriggerPlayer(),GetRectCenter(IC),bj_UNIT_FACING)



and above that there is

Code: Select all

set eL[1]=$48303155
set eL[2]=$48303156
set eL[3]=$48303157
set eL[4]=$48303030
set eL[5]=$48303359
set eL[6]=$48303437
set eL[7]=$48303447
set eL[8]=$4830344A
set eL[9]=$48303451
set eL[10]=$4830344D
set eL[11]=$48303533
set eL[12]=$48303536
set eL[13]=$48303634
set eL[14]=$48303632
set eL[15]=$48303637
set eL[16]=$48303641
set eL[17]=$4830364A
set eL[18]=$48303652
set eL[19]=$48303657
set eL[20]=$48303752
set eL[21]=$48303757
set eL[22]=$48303758
set eL[23]=$48303837
set eL[24]=$48303245
set eL[25]=$48303847
set eL[26]=$48303844
set eL[27]=$4830384A
set eL[28]=$4830384D
set eL[29]=$48303850
set eL[30]=$48303855
set eL[31]=$48303939
set eL[32]=$48303943
set eM[1]=$48303157
set eM[2]=$4830315A


how can i spawn those units with JJCP? im used to the classic H0I3 and I001

Thank you

Re: CreateNUnitsAtLoc has unusual id

Posted: December 9th, 2018, 12:41 pm
by nuzamacuxe
Give us the war3map.j and maybe we can help you. Looks like it is "encrypted".

Re: CreateNUnitsAtLoc has unusual id

Posted: December 10th, 2018, 12:47 am
by eddydu555
Here you go!

Re: CreateNUnitsAtLoc has unusual id

Posted: December 10th, 2018, 1:43 am
by nuzamacuxe
eddydu555 wrote:Here you go!

Re: CreateNUnitsAtLoc has unusual id

Posted: December 10th, 2018, 2:43 am
by eddydu555
hey thanks alot!